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

  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button.h 43 virtual int GetCommandIdAt(int index) const { return index; }
power_menu_button.h 37 virtual int GetCommandIdAt(int index) const { return index; }
input_method_menu.cc 167 int InputMethodMenu::GetCommandIdAt(int index) const {
530 (model_->GetCommandIdAt(index) == COMMAND_ID_INPUT_METHODS) &&
544 (model_->GetCommandIdAt(index) == COMMAND_ID_IME_PROPERTIES)) {
564 (model_->GetCommandIdAt(index) == COMMAND_ID_CUSTOMIZE_LANGUAGE));
input_method_menu.h 44 virtual int GetCommandIdAt(int index) const;
network_menu.h 72 virtual int GetCommandIdAt(int index) const { return index; }
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 51 virtual int GetCommandIdAt(int index) const;
back_forward_menu_model.cc 71 int BackForwardMenuModel::GetCommandIdAt(int index) const {
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 606 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/ui/gtk/
menu_gtk.cc 479 int command_id = model->GetCommandIdAt(i);
541 model->GetCommandIdAt(i));
559 model->GetCommandIdAt(i));
  /external/chromium/chrome/browser/extensions/
extension_context_menu_browsertest.cc 78 if (model->GetCommandIdAt(i) == command_id) {

Completed in 32 milliseconds