Searched refs:CommandIdHighlighted (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_icon_menu_model.h34 virtual void CommandIdHighlighted(int command_id);
102 virtual void CommandIdHighlighted(int command_id) OVERRIDE;
H A Dstatus_icon_menu_model.cc32 void StatusIconMenuModel::Delegate::CommandIdHighlighted(int command_id) { function in class:StatusIconMenuModel::Delegate
173 void StatusIconMenuModel::CommandIdHighlighted(int command_id) { function in class:StatusIconMenuModel
175 delegate_->CommandIdHighlighted(command_id);
/external/chromium_org/ui/base/models/
H A Dsimple_menu_model.cc61 void SimpleMenuModel::Delegate::CommandIdHighlighted(int command_id) { function in class:ui::SimpleMenuModel::Delegate
379 delegate_->CommandIdHighlighted(GetCommandIdAt(index));
H A Dsimple_menu_model.h56 virtual void CommandIdHighlighted(int command_id);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc143 virtual void CommandIdHighlighted(int command_id) OVERRIDE {

Completed in 127 milliseconds