Searched refs:IsCommandIdChecked (Results 51 - 75 of 85) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu.cc94 return controller_->IsCommandIdChecked(command_id);
H A Dbookmark_editor_view.h110 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.h65 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
H A Dtouch_editable_impl_aura.cc288 bool TouchEditableImplAura::IsCommandIdChecked(int command_id) const { function in class:content::TouchEditableImplAura
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.h114 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
H A Dweb_notification_tray.cc531 bool WebNotificationTray::IsCommandIdChecked(int command_id) const { function in class:ash::WebNotificationTray
/external/chromium_org/chrome/browser/extensions/
H A Dextension_context_menu_model.cc63 bool ExtensionContextMenuModel::IsCommandIdChecked(int command_id) const { function in class:ExtensionContextMenuModel
H A Dextension_context_menu_browsertest.cc582 EXPECT_FALSE(menu->IsCommandIdChecked(command_id));
589 EXPECT_TRUE(menu->IsCommandIdChecked(command_id));
H A Dcontext_menu_matcher.cc121 bool ContextMenuMatcher::IsCommandIdChecked(int command_id) const { function in class:extensions::ContextMenuMatcher
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspellchecker_submenu_observer_hunspell.cc114 bool SpellCheckerSubMenuObserver::IsCommandIdChecked(int command_id) { function in class:SpellCheckerSubMenuObserver
H A Dspelling_menu_observer_browsertest.cc121 item.checked = observer_->IsCommandIdChecked(command_id);
309 observer()->IsCommandIdChecked(IDC_CONTENT_CONTEXT_SPELLING_TOGGLE));
H A Drender_view_context_menu.h148 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
H A Dspelling_menu_observer.cc197 bool SpellingMenuObserver::IsCommandIdChecked(int command_id) { function in class:SpellingMenuObserver
H A Drender_view_context_menu.cc1387 bool RenderViewContextMenu::IsCommandIdChecked(int id) const { function in class:RenderViewContextMenu
1394 return observer->IsCommandIdChecked(id);
1417 return extension_items_.IsCommandIdChecked(id);
1593 !IsCommandIdChecked(IDC_CONTENT_CONTEXT_LOOP)));
1602 !IsCommandIdChecked(IDC_CONTENT_CONTEXT_CONTROLS)));
/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_icon_menu_model.cc95 bool StatusIconMenuModel::IsCommandIdChecked(int command_id) const { function in class:StatusIconMenuModel
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_models.cc103 bool SuggestionsMenuModel::IsCommandIdChecked( function in class:autofill::SuggestionsMenuModel
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dreload_button.cc166 bool ReloadButton::IsCommandIdChecked(int command_id) const { function in class:ReloadButton
/external/chromium_org/ui/views/examples/
H A Dtree_view_example.cc145 bool TreeViewExample::IsCommandIdChecked(int command_id) const { function in class:views::examples::TreeViewExample
/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf_context_menu.cc116 bool DownloadShelfContextMenu::IsCommandIdChecked(int command_id) const { function in class:DownloadShelfContextMenu
161 bool is_checked = IsCommandIdChecked(ALWAYS_OPEN_TYPE);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_context_menu.cc218 bool LauncherContextMenu::IsCommandIdChecked(int command_id) const { function in class:LauncherContextMenu
236 return extension_items_->IsCommandIdChecked(command_id);
/external/chromium_org/ui/base/models/
H A Dsimple_menu_model.h33 virtual bool IsCommandIdChecked(int command_id) const = 0;
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_model.cc133 bool EncodingMenuModel::IsCommandIdChecked(int command_id) const { function in class:EncodingMenuModel
416 bool WrenchMenuModel::IsCommandIdChecked(int command_id) const { function in class:WrenchMenuModel
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc201 virtual bool IsCommandIdChecked(int id) const OVERRIDE;
606 bool TaskManagerView::IsCommandIdChecked(int id) const { function in class:__anon5294::TaskManagerView
/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view.cc221 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
252 bool NotifierGroupMenuModel::IsCommandIdChecked(int command_id) const { function in class:message_center::NotifierGroupMenuModel
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_context_menu_controller.cc330 bool BookmarkContextMenuController::IsCommandIdChecked(int command_id) const { function in class:BookmarkContextMenuController

Completed in 3914 milliseconds

1234