Searched refs:IsCommandIdChecked (Results 1 - 25 of 85) sorted by relevance

1234

/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu_observer.cc15 bool RenderViewContextMenuObserver::IsCommandIdChecked(int command_id) { function in class:RenderViewContextMenuObserver
H A Drender_view_context_menu_observer.h97 virtual bool IsCommandIdChecked(int command_id);
H A Dspellchecker_submenu_observer_browsertest.cc45 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE {
46 return observer_->IsCommandIdChecked(command_id);
148 EXPECT_TRUE(menu->IsCommandIdChecked(IDC_CHECK_SPELLING_WHILE_TYPING));
156 EXPECT_FALSE(menu->IsCommandIdChecked(IDC_CHECK_SPELLING_WHILE_TYPING));
H A Dspellchecker_submenu_observer.h30 virtual bool IsCommandIdChecked(int command_id) OVERRIDE;
H A Dspelling_menu_observer.h48 virtual bool IsCommandIdChecked(int command_id) OVERRIDE;
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_gallery_context_menu.cc20 bool MediaGalleryContextMenu::IsCommandIdChecked(int command_id) const { function in class:MediaGalleryContextMenu
H A Dmedia_gallery_context_menu.h27 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
/external/chromium_org/ash/shelf/
H A Dshelf_alignment_menu.h26 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
H A Dshelf_alignment_menu.cc36 bool ShelfAlignmentMenu::IsCommandIdChecked(int command_id) const { function in class:ash::ShelfAlignmentMenu
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_application_menu_item_model.h30 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
/external/chromium_org/chrome/test/base/
H A Dmenu_model_test.h26 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
H A Dmenu_model_test.cc9 bool MenuModelTest::Delegate::IsCommandIdChecked(int command_id) const { function in class:MenuModelTest::Delegate
/external/chromium_org/components/translate/core/browser/
H A Doptions_menu_model.h30 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
/external/chromium_org/ash/shell/
H A Dcontext_menu.cc33 bool ContextMenu::IsCommandIdChecked(int command_id) const { function in class:ash::shell::ContextMenu
H A Dcontext_menu.h28 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_media_menu_model.h32 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dsystem_menu_model_delegate.h23 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dpermission_menu_model.h34 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
/external/chromium_org/ui/app_list/
H A Dapp_list_menu.h35 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_model_unittest.cc99 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE {
100 bool val = WrenchMenuModel::IsCommandIdChecked(command_id);
203 EXPECT_FALSE(model.IsCommandIdChecked(IDC_ENCODING_ISO88591));
/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_icon_menu_model_unittest.cc54 EXPECT_TRUE(menu_model()->IsCommandIdChecked(0));
56 EXPECT_FALSE(menu_model()->IsCommandIdChecked(0));
/external/chromium_org/chrome/browser/extensions/
H A Dcontext_menu_matcher.h49 bool IsCommandIdChecked(int command_id) const;
H A Dextension_context_menu_model.h63 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_context_menu.cc190 const bool launches_in_tab = IsCommandIdChecked(USE_LAUNCH_TYPE_PINNED) ||
191 IsCommandIdChecked(USE_LAUNCH_TYPE_REGULAR);
202 bool AppContextMenu::IsCommandIdChecked(int command_id) const { function in class:app_list::AppContextMenu
209 return extension_menu_items_->IsCommandIdChecked(command_id);
H A Dapp_context_menu.h50 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;

Completed in 458 milliseconds

1234