Searched defs:SupportsCommand (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/
H A Dcommand_updater.cc39 bool CommandUpdater::SupportsCommand(int id) const { function in class:CommandUpdater
61 bool supported = SupportsCommand(id);
/external/chromium_org/chrome/browser/
H A Dcommand_updater.cc31 bool CommandUpdater::SupportsCommand(int id) const { function in class:CommandUpdater
49 if (SupportsCommand(id) && IsCommandEnabled(id)) {
84 bool supported = SupportsCommand(id);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu.cc44 bool Menu::Delegate::SupportsCommand(int id) const { function in class:views::Menu::Delegate
H A Dmenu_delegate.cc52 bool MenuDelegate::SupportsCommand(int id) const { function in class:views::MenuDelegate
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc216 bool SupportsCommand(Browser* browser, int command) { function in namespace:chrome
217 return browser->command_controller()->command_updater()->SupportsCommand(

Completed in 390 milliseconds