HomeSort by relevance Sort by last modified time
    Searched refs:menu_command_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/controls/combobox/
combobox.h 157 int MenuCommandToIndex(int menu_command_id) const;
combobox.cc 815 int Combobox::MenuCommandToIndex(int menu_command_id) const {
818 int index = menu_command_id - kFirstMenuItemId;
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 147 int menu_command_id = command_id_extension_vector_->size(); local
149 DCHECK(menu_command_id < IDC_MinimumLabelValue);
151 containing_menu->AddSubMenu(menu_command_id, name_, menu);

Completed in 113 milliseconds