Searched refs:rowId (Results 1 – 2 of 2) sorted by relevance
496 void trigger_frame::AssignFocus(int rowId) in AssignFocus() argument500 while (child && rowId) in AssignFocus()503 rowId--; in AssignFocus()515 void trigger_frame::SetSelectedRow(int rowId, bool assign_focus) in SetSelectedRow() argument517 if (mSelectedRow != rowId) in SetSelectedRow()519 mSelectedRow = rowId; in SetSelectedRow()525 AssignFocus(rowId); in SetSelectedRow()
38 void AssignFocus(int rowId);39 void SetSelectedRow(int rowId, bool assign_focus = FALSE);