Home | History | Annotate | Download | only in keyboard

Lines Matching defs:num_keys

50     result += static_cast<int>(rows[i]->num_keys);
120 for (size_t i = 0; i < row.num_keys; ++i) {
133 const int num_keys = NumKeys(rows);
134 while (child_count() > num_keys)
136 for (int i = child_count(); i < num_keys; ++i)
146 static_cast<int>(rows_[i]->num_keys));
152 for (size_t i = 0; i < row.num_keys; ++i) {
193 offset += static_cast<int>(rows_[i]->num_keys);
201 while (index >= static_cast<int>(rows_[row]->num_keys)) {
202 index -= static_cast<int>(rows_[row]->num_keys);
211 for (size_t j = 0; j < rows_[i]->num_keys; ++j) {