HomeSort by relevance Sort by last modified time
    Searched defs:SupportsCommand (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/
command_updater.cc 31 bool CommandUpdater::SupportsCommand(int id) const {
49 if (SupportsCommand(id) && IsCommandEnabled(id)) {
84 bool supported = SupportsCommand(id);
  /external/chromium/chrome/browser/
command_updater.cc 39 bool CommandUpdater::SupportsCommand(int id) const {
61 bool supported = SupportsCommand(id);
  /external/chromium_org/ui/views/controls/menu/
menu.cc 44 bool Menu::Delegate::SupportsCommand(int id) const {
menu_delegate.cc 52 bool MenuDelegate::SupportsCommand(int id) const {
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 215 bool SupportsCommand(Browser* browser, int command) {
216 return browser->command_controller()->command_updater()->SupportsCommand(
    [all...]

Completed in 95 milliseconds