Searched refs:ActivatedAt (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/ui/base/models/
H A Dmenu_model.cc48 void MenuModel::ActivatedAt(int index, int event_flags) { function in class:ui::MenuModel
49 ActivatedAt(index);
H A Dmenu_model.h111 virtual void ActivatedAt(int index) = 0;
116 virtual void ActivatedAt(int index, int event_flags);
H A Dsimple_menu_model.h154 virtual void ActivatedAt(int index) OVERRIDE;
155 virtual void ActivatedAt(int index, int event_flags) OVERRIDE;
H A Dsimple_menu_model.cc350 void SimpleMenuModel::ActivatedAt(int index) { function in class:ui::SimpleMenuModel
355 void SimpleMenuModel::ActivatedAt(int index, int event_flags) { function in class:ui::SimpleMenuModel
370 // Due to how menus work on the different platforms, ActivatedAt will be
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_sub_menu_model_gtk.h42 virtual void ActivatedAt(int index) OVERRIDE;
43 virtual void ActivatedAt(int index, int event_flags) OVERRIDE;
70 // The page navigator used to open bookmarks in ActivatedAt().
104 virtual void ActivatedAt(int index) OVERRIDE;
105 virtual void ActivatedAt(int index, int event_flags) OVERRIDE;
H A Dbookmark_sub_menu_model_gtk.cc66 void BookmarkNodeMenuModel::ActivatedAt(int index) { function in class:BookmarkNodeMenuModel
70 void BookmarkNodeMenuModel::ActivatedAt(int index, int event_flags) { function in class:BookmarkNodeMenuModel
86 // No command id. We override ActivatedAt below to handle activations.
206 void BookmarkSubMenuModel::ActivatedAt(int index) { function in class:BookmarkSubMenuModel
210 BookmarkNodeMenuModel::ActivatedAt(index - fixed_items_);
212 SimpleMenuModel::ActivatedAt(index);
215 void BookmarkSubMenuModel::ActivatedAt(int index, int event_flags) { function in class:BookmarkSubMenuModel
219 BookmarkNodeMenuModel::ActivatedAt(index - fixed_items_, event_flags);
221 SimpleMenuModel::ActivatedAt(index, event_flags);
/external/chromium/chrome/browser/ui/toolbar/
H A Dwrench_menu_model_unittest.cc68 model.ActivatedAt(0);
71 model.ActivatedAt(2);
92 toolsModel->ActivatedAt(2);
H A Dback_forward_menu_model.h63 virtual void ActivatedAt(int index);
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model_unittest.cc121 model.ActivatedAt(1);
176 model.ActivatedAt(0);
178 model.ActivatedAt(3);
180 model.ActivatedAt(4);
182 model.ActivatedAt(5);
184 model.ActivatedAt(8);
186 model.ActivatedAt(9);
188 model.ActivatedAt(10);
H A Dwrench_menu_model_unittest.cc154 model.ActivatedAt(1);
157 model.ActivatedAt(2);
180 bookmarksModel->ActivatedAt(1);
209 model.ActivatedAt(index1);
214 model.ActivatedAt(index2);
H A Dback_forward_menu_model.h75 virtual void ActivatedAt(int index) OVERRIDE;
76 virtual void ActivatedAt(int index, int event_flags) OVERRIDE;
H A Dback_forward_menu_model.cc175 void BackForwardMenuModel::ActivatedAt(int index) { function in class:BackForwardMenuModel
176 ActivatedAt(index, 0);
179 void BackForwardMenuModel::ActivatedAt(int index, int event_flags) { function in class:BackForwardMenuModel
/external/chromium_org/chrome/test/base/
H A Dmenu_model_test.cc45 model->ActivatedAt(i); // Execute it.
/external/chromium/chrome/browser/chromeos/status/
H A Dclock_menu_button.h57 virtual void ActivatedAt(int index);
H A Dpower_menu_button.h51 virtual void ActivatedAt(int index) {} function in class:chromeos::PowerMenuButton
H A Dinput_method_menu.h56 virtual void ActivatedAt(int index);
H A Dclock_menu_button.cc149 void ClockMenuButton::ActivatedAt(int index) { function in class:chromeos::ClockMenuButton
H A Dnetwork_menu.h87 virtual void ActivatedAt(int index);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_model_adapter_unittest.cc103 virtual void ActivatedAt(int index) OVERRIDE {
107 virtual void ActivatedAt(int index, int event_flags) OVERRIDE {
108 ActivatedAt(index);
144 // Access index argument to ActivatedAt().
H A Dmenu_model_adapter.cc66 model->ActivatedAt(index);
77 model->ActivatedAt(index, mouse_event_flags);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc410 controller_->MenuModelForAccountChooser()->ActivatedAt(
415 controller_->MenuModelForAccountChooser()->ActivatedAt(
424 controller()->MenuModelForSection(SECTION_SHIPPING)->ActivatedAt(0);
903 email_model->ActivatedAt(0);
907 email_model->ActivatedAt(1);
918 email_model->ActivatedAt(0);
919 email_model->ActivatedAt(1);
936 controller()->MenuModelForSection(SECTION_EMAIL)->ActivatedAt(0);
1024 shipping_model->ActivatedAt(2);
1124 billing_model->ActivatedAt(
[all...]
H A Dautofill_dialog_controller_browsertest.cc681 model->ActivatedAt(model->GetItemCount() - 2);
720 model->ActivatedAt(1);
854 shipping_model->ActivatedAt(shipping_model->GetItemCount() - 2);
865 account_chooser->ActivatedAt(1);
/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc483 menu_model_->ActivatedAt(sender->tag());
593 selected_menu_model_->ActivatedAt(selected_index_);
625 return entry.first->ActivatedAt(entry.second);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dmenu_util.cc88 model->ActivatedAt(id, event_flags);
/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_model_adapter_test.cc90 virtual void ActivatedAt(int index) OVERRIDE {

Completed in 770 milliseconds

12