Searched defs:CommandIdHighlighted (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_icon_menu_model.cc31 void StatusIconMenuModel::Delegate::CommandIdHighlighted(int command_id) { function in class:StatusIconMenuModel::Delegate
172 void StatusIconMenuModel::CommandIdHighlighted(int command_id) { function in class:StatusIconMenuModel
174 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));

Completed in 105 milliseconds