OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsItemForCommandIdDynamic
(Results
1 - 25
of
36
) sorted by null
1
2
/external/chromium_org/ui/views/controls/textfield/
textfield_controller.cc
30
bool TextfieldController::
IsItemForCommandIdDynamic
(int command_id) const {
textfield_controller.h
87
virtual bool
IsItemForCommandIdDynamic
(int command_id) const;
/external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.h
28
virtual bool
IsItemForCommandIdDynamic
(int command_id) const OVERRIDE;
system_menu_model_delegate.cc
40
bool SystemMenuModelDelegate::
IsItemForCommandIdDynamic
(int command_id) const {
/external/chromium/chrome/browser/download/
download_shelf.h
76
virtual bool
IsItemForCommandIdDynamic
(int command_id) const;
download_shelf.cc
118
bool DownloadShelfContextMenu::
IsItemForCommandIdDynamic
(
/external/chromium/chrome/browser/notifications/
notification_options_menu_model.h
41
virtual bool
IsItemForCommandIdDynamic
(int command_id) const;
notification_options_menu_model.cc
149
bool NotificationOptionsMenuModel::
IsItemForCommandIdDynamic
(int command_id)
/external/chromium_org/chrome/browser/notifications/
notification_options_menu_model.h
45
virtual bool
IsItemForCommandIdDynamic
(int command_id) const OVERRIDE;
notification_options_menu_model.cc
173
bool NotificationOptionsMenuModel::
IsItemForCommandIdDynamic
(int command_id)
/external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.h
40
virtual bool
IsItemForCommandIdDynamic
(int command_id) const OVERRIDE;
app_context_menu.cc
162
bool AppContextMenu::
IsItemForCommandIdDynamic
(int command_id) const {
/external/chromium_org/chrome/browser/status_icons/
status_icon_menu_model_unittest.cc
83
EXPECT_FALSE(menu_model()->
IsItemForCommandIdDynamic
(0));
93
EXPECT_TRUE(menu_model()->
IsItemForCommandIdDynamic
(0));
status_icon_menu_model.h
85
virtual bool
IsItemForCommandIdDynamic
(int command_id) const OVERRIDE;
status_icon_menu_model.cc
127
bool StatusIconMenuModel::
IsItemForCommandIdDynamic
(int command_id) const {
/external/chromium_org/ui/base/models/
button_menu_item_model.cc
11
bool ButtonMenuItemModel::Delegate::
IsItemForCommandIdDynamic
(
87
return delegate_->
IsItemForCommandIdDynamic
(GetCommandIdAt(index));
button_menu_item_model.h
29
virtual bool
IsItemForCommandIdDynamic
(int command_id) const;
52
// anything. Usually combined with
IsItemForCommandIdDynamic
() to add
simple_menu_model.h
43
virtual bool
IsItemForCommandIdDynamic
(int command_id) const;
simple_menu_model.cc
36
bool SimpleMenuModel::Delegate::
IsItemForCommandIdDynamic
(
322
return delegate_->
IsItemForCommandIdDynamic
(GetCommandIdAt(index));
/external/chromium_org/chrome/browser/download/
download_shelf_context_menu.h
60
virtual bool
IsItemForCommandIdDynamic
(int command_id) const OVERRIDE;
download_shelf_context_menu.cc
214
bool DownloadShelfContextMenu::
IsItemForCommandIdDynamic
(int command_id) const {
/external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu.h
45
virtual bool
IsItemForCommandIdDynamic
(int command_id) const OVERRIDE;
/external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.h
86
virtual bool
IsItemForCommandIdDynamic
(int command_id) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.h
102
virtual bool
IsItemForCommandIdDynamic
(int command_id) const OVERRIDE;
/external/chromium_org/ui/message_center/views/
message_view.cc
49
virtual bool
IsItemForCommandIdDynamic
(int command_id) const OVERRIDE;
83
bool MenuModel::
IsItemForCommandIdDynamic
(int command_id) const {
Completed in 268 milliseconds
1
2