Home | History | Annotate | Download | only in views

Lines Matching refs:next_id

821   int next_id = 1;
822 PopulateMenu(root_, model, &next_id);
823 first_bookmark_command_id_ = next_id + 1;
1087 int* next_id) {
1098 parent, model, i, model->GetTypeAt(i), next_id, height);
1104 first_recent_tabs_command_id_ = *next_id;
1105 PopulateMenu(item, model->GetSubmenuModelAt(i), next_id);
1107 last_recent_tabs_command_id_ = *next_id - 1;
1161 int* next_id,
1163 int id = (*next_id)++;