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
85
) sorted by null
1
2
3
4
/external/chromium_org/chrome/browser/extensions/
extension_context_menu_model.h
63
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc
190
const bool launches_in_tab =
IsCommandIdChecked
(USE_LAUNCH_TYPE_PINNED) ||
191
IsCommandIdChecked
(USE_LAUNCH_TYPE_REGULAR);
202
bool AppContextMenu::
IsCommandIdChecked
(int command_id) const {
209
return extension_menu_items_->
IsCommandIdChecked
(command_id);
app_context_menu.h
50
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
(
launcher_context_menu.h
58
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model.h
58
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
autofill_dialog_models.h
83
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.h
65
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.cc
39
bool ContentSettingMediaMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.cc
28
bool SystemMenuModelDelegate::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button.h
63
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
toolbar_button_test.cc
46
virtual bool
IsCommandIdChecked
(int id) const OVERRIDE {
/external/chromium_org/ui/views/examples/
tree_view_example.h
63
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
menu_example.cc
31
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
104
bool ExampleMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.h
35
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
107
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
recent_tabs_sub_menu_model.h
62
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/renderer_context_menu/
render_view_context_menu_views.cc
136
bool RenderViewContextMenuViews::
IsCommandIdChecked
(int command_id) const {
149
return RenderViewContextMenu::
IsCommandIdChecked
(command_id);
/external/chromium_org/ui/message_center/
message_center_tray.cc
35
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
69
bool NotificationMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/chrome/browser/renderer_context_menu/
spellchecker_submenu_observer_mac.cc
78
bool SpellCheckerSubMenuObserver::
IsCommandIdChecked
(int command_id) {
/external/chromium_org/chrome/browser/status_icons/
status_icon_menu_model.h
80
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/website_settings/
permission_menu_model.cc
68
bool PermissionMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/components/translate/core/browser/
options_menu_model.cc
67
bool OptionsMenuModel::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h
65
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
/external/chromium_org/ui/app_list/
app_list_menu.cc
60
bool AppListMenu::
IsCommandIdChecked
(int command_id) const {
/external/chromium_org/ash/system/web_notification/
web_notification_tray.h
114
virtual bool
IsCommandIdChecked
(int command_id) const OVERRIDE;
Completed in 551 milliseconds
1
2
3
4