Searched refs:GetCommandIdAt (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc606 int command_id = entry.first->GetCommandIdAt(entry.second);
616 int command_id = entry.first->GetCommandIdAt(entry.second);
630 int command_id = entry.first->GetCommandIdAt(entry.second);
661 if (model->GetCommandIdAt(index) == IDC_CUT) {
664 DCHECK_EQ(IDC_COPY, model->GetCommandIdAt(index + 1));
665 DCHECK_EQ(IDC_PASTE, model->GetCommandIdAt(index + 2));
670 } else if (model->GetCommandIdAt(index) == IDC_ZOOM_MINUS) {
672 DCHECK_EQ(IDC_ZOOM_PLUS, model->GetCommandIdAt(index + 1));
673 DCHECK_EQ(IDC_FULLSCREEN, model->GetCommandIdAt(index + 2));
/external/chromium/chrome/browser/chromeos/status/
H A Dclock_menu_button.h43 virtual int GetCommandIdAt(int index) const { return index; } function in class:chromeos::ClockMenuButton
H A Dpower_menu_button.h37 virtual int GetCommandIdAt(int index) const { return index; } function in class:chromeos::PowerMenuButton
H A Dinput_method_menu.cc167 int InputMethodMenu::GetCommandIdAt(int index) const { function in class:chromeos::InputMethodMenu
530 (model_->GetCommandIdAt(index) == COMMAND_ID_INPUT_METHODS) &&
544 (model_->GetCommandIdAt(index) == COMMAND_ID_IME_PROPERTIES)) {
564 (model_->GetCommandIdAt(index) == COMMAND_ID_CUSTOMIZE_LANGUAGE));
H A Dinput_method_menu.h44 virtual int GetCommandIdAt(int index) const;
H A Dnetwork_menu.h72 virtual int GetCommandIdAt(int index) const { return index; } function in class:chromeos::NetworkMenuModel
/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.h51 virtual int GetCommandIdAt(int index) const;
H A Dback_forward_menu_model.cc71 int BackForwardMenuModel::GetCommandIdAt(int index) const { function in class:BackForwardMenuModel
/external/chromium/chrome/browser/ui/gtk/
H A Dmenu_gtk.cc479 int command_id = model->GetCommandIdAt(i);
541 model->GetCommandIdAt(i));
559 model->GetCommandIdAt(i));
/external/chromium/chrome/browser/extensions/
H A Dextension_context_menu_browsertest.cc78 if (model->GetCommandIdAt(i) == command_id) {

Completed in 87 milliseconds