Home | History | Annotate | Download | only in keyboard

Lines Matching refs:Row

23 struct Row;
54 // Lays out the buttons for the specified row.
55 void LayoutRow(const Row& row,
62 void SetRows(const std::vector<const Row*>& rows);
64 // Configures the button in a row.
65 void ConfigureButtonsInRow(int row_index, const Row& row);
70 // Returns the button corresponding to a key at the specified row/column.
71 views::LabelButton* GetButton(int row, int column);
86 // Maximium number of keys in a row. Determined from |rows_|.
91 std::vector<const Row*> rows_;