HomeSort by relevance Sort by last modified time
    Searched refs:IsCommandIdChecked (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_observer.cc 15 bool RenderViewContextMenuObserver::IsCommandIdChecked(int command_id) {
render_view_context_menu_observer.h 97 virtual bool IsCommandIdChecked(int command_id);
spellchecker_submenu_observer.h 30 virtual bool IsCommandIdChecked(int command_id) OVERRIDE;
spellchecker_submenu_observer_browsertest.cc 45 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));
  /external/chromium_org/chrome/browser/ui/website_settings/
permission_menu_model.h 28 virtual bool IsCommandIdChecked(int command_id) = 0;
38 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
permission_menu_model.cc 52 bool PermissionMenuModel::IsCommandIdChecked(int command_id) const {
54 return delegate_->IsCommandIdChecked(command_id);
  /external/chromium/chrome/browser/translate/
options_menu_model.h 22 virtual bool IsCommandIdChecked(int command_id) const;
languages_menu_model.h 27 virtual bool IsCommandIdChecked(int command_id) const;
languages_menu_model.cc 25 bool LanguagesMenuModel::IsCommandIdChecked(int command_id) const {
  /external/chromium/chrome/browser/notifications/
notification_options_menu_model.h 20 virtual bool IsCommandIdChecked(int command_id) const;
45 virtual bool IsCommandIdChecked(int command_id) const;
  /external/chromium_org/chrome/browser/notifications/
notification_options_menu_model.h 23 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
49 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
  /external/chromium/chrome/browser/ui/views/
profile_menu_model.h 34 virtual bool IsCommandIdChecked(int command_id) const;
profile_menu_model.cc 29 bool ProfileMenuModel::IsCommandIdChecked(int command_id) const {
  /external/chromium_org/chrome/browser/translate/
options_menu_model.h 21 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_application_menu_item_model.h 30 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
  /external/chromium_org/chrome/test/base/
menu_model_test.h 26 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 38 virtual bool IsCommandIdChecked(int command_id) const {
39 bool val = WrenchMenuModel::IsCommandIdChecked(command_id);
105 EXPECT_FALSE(model.IsCommandIdChecked(IDC_ENCODING_ISO88591));
  /external/chromium_org/ash/shelf/
shelf_alignment_menu.h 26 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
  /external/chromium_org/ash/shell/
context_menu.h 28 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
context_menu.cc 33 bool ContextMenu::IsCommandIdChecked(int command_id) const {
  /external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.h 23 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
  /external/chromium_org/ui/app_list/
app_list_menu.h 35 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
  /external/chromium/chrome/browser/chromeos/login/
language_switch_menu.h 60 virtual bool IsCommandIdChecked(int command_id) const;
  /external/chromium/chrome/browser/download/
download_shelf.h 72 virtual bool IsCommandIdChecked(int command_id) const;
  /external/chromium/chrome/browser/extensions/
extension_context_menu_model.h 48 virtual bool IsCommandIdChecked(int command_id) const;

Completed in 1513 milliseconds

1 2 3 4 5 6