Searched defs:ActivatedAt (Results 1 - 4 of 4) sorted by relevance

/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 Dsimple_menu_model.cc382 void SimpleMenuModel::ActivatedAt(int index) { function in class:ui::SimpleMenuModel
387 void SimpleMenuModel::ActivatedAt(int index, int event_flags) { function in class:ui::SimpleMenuModel
402 // Due to how menus work on the different platforms, ActivatedAt will be
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc174 void BackForwardMenuModel::ActivatedAt(int index) { function in class:BackForwardMenuModel
175 ActivatedAt(index, 0);
178 void BackForwardMenuModel::ActivatedAt(int index, int event_flags) { function in class:BackForwardMenuModel
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc143 virtual void ActivatedAt(int index) OVERRIDE;
302 void NetworkMenuModel::ActivatedAt(int index) { function in class:chromeos::NetworkMenuModel

Completed in 397 milliseconds