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

1 2

  /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 {
options_menu_model.cc 62 bool OptionsMenuModel::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;
notification_options_menu_model.cc 65 bool CornerSelectionMenuModel::IsCommandIdChecked(int command_id) const {
195 bool NotificationOptionsMenuModel::IsCommandIdChecked(int /* command_id */)
  /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/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));
wrench_menu_model.h 32 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
91 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
wrench_menu_model.cc 98 bool EncodingMenuModel::IsCommandIdChecked(int command_id) const {
309 bool WrenchMenuModel::IsCommandIdChecked(int command_id) const {
  /external/chromium/chrome/browser/chromeos/login/
language_switch_menu.h 60 virtual bool IsCommandIdChecked(int command_id) const;
language_switch_menu.cc 168 bool LanguageSwitchMenu::IsCommandIdChecked(int command_id) const {
  /external/chromium/chrome/browser/download/
download_shelf.h 72 virtual bool IsCommandIdChecked(int command_id) const;
download_shelf.cc 33 bool DownloadShelfContextMenu::IsCommandIdChecked(int command_id) const {
95 !IsCommandIdChecked(ALWAYS_OPEN_TYPE));
  /external/chromium/chrome/browser/extensions/
extension_context_menu_model.h 48 virtual bool IsCommandIdChecked(int command_id) const;
extension_context_menu_model.cc 73 bool ExtensionContextMenuModel::IsCommandIdChecked(int command_id) const {
  /external/chromium/chrome/browser/
background_mode_manager.h 72 virtual bool IsCommandIdChecked(int command_id) const;
background_mode_manager.cc 302 bool BackgroundModeManager::IsCommandIdChecked(int command_id) const {
  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller.h 60 virtual bool IsCommandIdChecked(int command_id) const;
bookmark_context_menu_controller.cc 237 bool BookmarkContextMenuController::IsCommandIdChecked(int command_id) const {
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.h 47 virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h 150 virtual bool IsCommandIdChecked(int command_id) const;
browser_actions_toolbar_gtk.h 120 virtual bool IsCommandIdChecked(int command_id) const;
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h 113 virtual bool IsCommandIdChecked(int command_id) const;

Completed in 85 milliseconds

1 2