OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCommandIdChecked
(Results
26 - 50
of
140
) sorted by null
1
2
3
4
5
6
/external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer.h
48
virtual bool
IsCommandIdChecked
(int command_id) OVERRIDE;
/external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.h
42
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
app_context_menu.cc
176
const bool launches_in_tab =
IsCommandIdChecked
(USE_LAUNCH_TYPE_PINNED) ||
177
IsCommandIdChecked
(USE_LAUNCH_TYPE_REGULAR);
188
bool AppContextMenu::
IsCommandIdChecked
(int command_id) const {
195
return extension_menu_items_->
IsCommandIdChecked
(command_id);
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
render_view_context_menu_mac.h
27
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.h
32
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/tab_contents/
render_view_context_menu_gtk.h
36
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_menu_controller.h
38
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
permission_selector.h
60
virtual bool
IsCommandIdChecked
(int command_id) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.cc
25
bool SystemMenuModelDelegate::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/ui/views/infobars/
translate_language_menu_model.h
35
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.h
57
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/website_settings/
permission_selector_view.h
57
virtual bool
IsCommandIdChecked
(int command_id) OVERRIDE;
/external/chromium_org/chrome/test/base/
menu_model_test.cc
9
bool MenuModelTest::Delegate::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc
99
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE {
100
bool val = WrenchMenuModel::
IsCommandIdChecked
(command_id);
203
EXPECT_FALSE(model.
IsCommandIdChecked
(IDC_ENCODING_ISO88591));
wrench_menu_model.h
35
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
107
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium/chrome/browser/download/
download_shelf.cc
33
bool DownloadShelfContextMenu::
IsCommandIdChecked
(int command_id) const {
95
!
IsCommandIdChecked
(ALWAYS_OPEN_TYPE));
/external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.h
32
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
91
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/status_icons/
status_icon_menu_model_unittest.cc
52
EXPECT_TRUE(menu_model()->
IsCommandIdChecked
(0));
54
EXPECT_FALSE(menu_model()->
IsCommandIdChecked
(0));
/external/chromium/chrome/browser/
background_mode_manager.h
72
virtual bool
IsCommandIdChecked
(int command_id) const;
/external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller.h
60
virtual bool
IsCommandIdChecked
(int command_id) const;
/external/chromium_org/ash/shelf/
shelf_alignment_menu.cc
36
bool ShelfAlignmentMenu::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/download/
download_shelf_context_menu.h
55
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/
context_menu_matcher.h
49
bool
IsCommandIdChecked
(int command_id) const;
extension_context_menu_model.h
63
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_application_menu_item_model.cc
25
bool LauncherApplicationMenuItemModel::
IsCommandIdChecked
(
Completed in 629 milliseconds
1
2
3
4
5
6