Searched defs:ExecuteCommand (Results 1 - 25 of 110) sorted by relevance

12345

/external/chromium_org/chrome/browser/tab_contents/
H A Drender_view_context_menu_browsertest_util.cc34 base::Bind(&ContextMenuNotificationObserver::ExecuteCommand,
44 void ContextMenuNotificationObserver::ExecuteCommand( function in class:ContextMenuNotificationObserver
46 context_menu->ExecuteCommand(command_to_execute_, 0);
H A Drender_view_context_menu_observer.cc23 void RenderViewContextMenuObserver::ExecuteCommand(int command_id) { function in class:RenderViewContextMenuObserver
H A Dspellchecker_submenu_observer_mac.cc105 void SpellCheckerSubMenuObserver::ExecuteCommand(int command_id) { function in class:SpellCheckerSubMenuObserver
H A Dspellchecker_submenu_observer_hunspell.cc161 void SpellCheckerSubMenuObserver::ExecuteCommand(int command_id) { function in class:SpellCheckerSubMenuObserver
/external/chromium/chrome/browser/
H A Dcommand_updater_unittest.cc11 virtual void ExecuteCommand(int id) { function in class:TestingCommandHandlerMock
40 // TestingCommandHandlerMock::ExecuteCommand should not be called, since
42 command_updater.ExecuteCommand(0);
48 command_updater.ExecuteCommand(1);
56 command_updater.ExecuteCommand(2);
H A Dcommand_updater.cc43 void CommandUpdater::ExecuteCommand(int id) { function in class:CommandUpdater
45 delegate_->ExecuteCommand(id);
/external/chromium/chrome/browser/download/
H A Ddownload_shelf.cc85 void DownloadShelfContextMenu::ExecuteCommand(int command_id) { function in class:DownloadShelfContextMenu
/external/chromium/chrome/browser/translate/
H A Dlanguages_menu_model.cc44 void LanguagesMenuModel::ExecuteCommand(int command_id) { function in class:LanguagesMenuModel
H A Doptions_menu_model.cc101 void OptionsMenuModel::ExecuteCommand(int command_id) { function in class:OptionsMenuModel
/external/chromium/chrome/browser/ui/views/
H A Dprofile_menu_model.cc42 void ProfileMenuModel::ExecuteCommand(int command_id) { function in class:views::ProfileMenuModel
/external/chromium_org/ash/shelf/
H A Dshelf_alignment_menu.cc55 void ShelfAlignmentMenu::ExecuteCommand(int command_id, int event_flags) { function in class:ash::ShelfAlignmentMenu
/external/chromium_org/ash/shell/
H A Dcontext_menu.cc53 void ContextMenu::ExecuteCommand(int command_id, int event_flags) { function in class:ash::shell::ContextMenu
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_application_menu_item_model.cc42 void LauncherApplicationMenuItemModel::ExecuteCommand(int command_id, function in class:LauncherApplicationMenuItemModel
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_context_menu_chromeos.cc38 virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
52 void MultiUserContextMenuChromeos::ExecuteCommand(int command_id, function in class:__anon6232::MultiUserContextMenuChromeos
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Drender_view_context_menu_win.cc43 void RenderViewContextMenuWin::ExecuteCommand(int command_id, function in class:RenderViewContextMenuWin
77 RenderViewContextMenu::ExecuteCommand(command_id, event_flags);
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dpermission_menu_model.cc69 void PermissionMenuModel::ExecuteCommand(int command_id, int event_flags) { function in class:PermissionMenuModel
71 delegate_->ExecuteCommand(command_id);
/external/chromium_org/chrome/test/base/
H A Dmenu_model_test.cc24 void MenuModelTest::Delegate::ExecuteCommand(int command_id, int event_flags) { function in class:MenuModelTest::Delegate
/external/chromium_org/ui/app_list/
H A Dapp_list_menu.cc78 void AppListMenu::ExecuteCommand(int command_id, int event_flags) { function in class:app_list::AppListMenu
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.h108 virtual void ExecuteCommand(int id) { function in class:views::MenuDelegate
122 virtual void ExecuteCommand(int id, int mouse_event_flags);
124 // Returns true if ExecuteCommand() should be invoked while leaving the
/external/chromium/chrome/browser/ui/toolbar/
H A Dwrench_menu_model_unittest.cc50 virtual void ExecuteCommand(int command_id) { ++execute_count_; } function in class:TestWrenchMenuModel
/external/chromium_org/chrome/browser/translate/
H A Doptions_menu_model.cc109 void OptionsMenuModel::ExecuteCommand(int command_id, int event_flags) { function in class:OptionsMenuModel
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_media_menu_model.cc53 void ContentSettingMediaMenuModel::ExecuteCommand(int command_id, function in class:ContentSettingMediaMenuModel
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dsystem_menu_model_delegate.cc58 void SystemMenuModelDelegate::ExecuteCommand(int command_id, int event_flags) { function in class:SystemMenuModelDelegate
59 chrome::ExecuteCommand(browser_, command_id);
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dtranslate_language_menu_model.cc46 void TranslateLanguageMenuModel::ExecuteCommand(int command_id, function in class:TranslateLanguageMenuModel
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu.cc54 void BookmarkContextMenu::ExecuteCommand(int command_id) { function in class:BookmarkContextMenu
55 controller_->ExecuteCommand(command_id);

Completed in 5245 milliseconds

12345