Home
last modified time | relevance | path

Searched refs:GetCommandIdAt (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dwrench_menu.cc606 int command_id = entry.first->GetCommandIdAt(entry.second); in IsCommandEnabled()
616 int command_id = entry.first->GetCommandIdAt(entry.second); in ExecuteCommand()
630 int command_id = entry.first->GetCommandIdAt(entry.second); in GetAccelerator()
661 if (model->GetCommandIdAt(index) == IDC_CUT) { in PopulateMenu()
664 DCHECK_EQ(IDC_COPY, model->GetCommandIdAt(index + 1)); in PopulateMenu()
665 DCHECK_EQ(IDC_PASTE, model->GetCommandIdAt(index + 2)); in PopulateMenu()
670 } else if (model->GetCommandIdAt(index) == IDC_ZOOM_MINUS) { in PopulateMenu()
672 DCHECK_EQ(IDC_ZOOM_PLUS, model->GetCommandIdAt(index + 1)); in PopulateMenu()
673 DCHECK_EQ(IDC_FULLSCREEN, model->GetCommandIdAt(index + 2)); in PopulateMenu()
/external/chromium/chrome/browser/chromeos/status/
Dinput_method_menu.cc167 int InputMethodMenu::GetCommandIdAt(int index) const { in GetCommandIdAt() function in chromeos::InputMethodMenu
530 (model_->GetCommandIdAt(index) == COMMAND_ID_INPUT_METHODS) && in IndexIsInInputMethodList()
544 (model_->GetCommandIdAt(index) == COMMAND_ID_IME_PROPERTIES)) { in GetPropertyIndex()
564 (model_->GetCommandIdAt(index) == COMMAND_ID_CUSTOMIZE_LANGUAGE)); in IndexPointsToConfigureImeMenuItem()
Dpower_menu_button.h37 virtual int GetCommandIdAt(int index) const { return index; } in GetCommandIdAt() function
Dclock_menu_button.h43 virtual int GetCommandIdAt(int index) const { return index; } in GetCommandIdAt() function
Dinput_method_menu.h44 virtual int GetCommandIdAt(int index) const;
Dnetwork_menu.h72 virtual int GetCommandIdAt(int index) const { return index; } in GetCommandIdAt() function
/external/chromium/chrome/browser/ui/toolbar/
Dback_forward_menu_model.h51 virtual int GetCommandIdAt(int index) const;
Dback_forward_menu_model.cc71 int BackForwardMenuModel::GetCommandIdAt(int index) const { in GetCommandIdAt() function in BackForwardMenuModel
/external/chromium/chrome/browser/ui/gtk/
Dmenu_gtk.cc479 int command_id = model->GetCommandIdAt(i); in BuildSubmenuFromModel()
541 model->GetCommandIdAt(i)); in BuildButtonMenuItem()
559 model->GetCommandIdAt(i)); in BuildButtonMenuItem()
/external/chromium/chrome/browser/ui/cocoa/translate/
Dtranslate_infobar_base.mm338 int cmd = optionsMenuModel_->GetCommandIdAt(i);
364 int cmd = originalLanguageMenuModel_->GetCommandIdAt(i);
387 int cmd = targetLanguageMenuModel_->GetCommandIdAt(i);
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
Dwrench_menu_controller.mm82 int command_id = model->GetCommandIdAt(modelIndex);
/external/chromium/chrome/browser/extensions/
Dextension_context_menu_browsertest.cc78 if (model->GetCommandIdAt(i) == command_id) { in GetMenuModelAndItemIndex()