Searched refs:IsItemForCommandIdDynamic (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dsystem_menu_model_delegate.h28 virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE;
H A Dsystem_menu_model_delegate.cc65 bool SystemMenuModelDelegate::IsItemForCommandIdDynamic(int command_id) const { function in class:SystemMenuModelDelegate
/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_icon_menu_model_unittest.cc84 EXPECT_FALSE(menu_model()->IsItemForCommandIdDynamic(0));
94 EXPECT_TRUE(menu_model()->IsItemForCommandIdDynamic(0));
H A Dstatus_icon_menu_model.h85 virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE;
H A Dstatus_icon_menu_model.cc126 bool StatusIconMenuModel::IsItemForCommandIdDynamic(int command_id) const { function in class:StatusIconMenuModel
/external/chromium_org/ui/base/models/
H A Dbutton_menu_item_model.cc11 bool ButtonMenuItemModel::Delegate::IsItemForCommandIdDynamic( function in class:ui::ButtonMenuItemModel::Delegate
87 return delegate_->IsItemForCommandIdDynamic(GetCommandIdAt(index));
H A Dbutton_menu_item_model.h29 virtual bool IsItemForCommandIdDynamic(int command_id) const;
52 // anything. Usually combined with IsItemForCommandIdDynamic() to add
H A Dsimple_menu_model.cc36 bool SimpleMenuModel::Delegate::IsItemForCommandIdDynamic( function in class:ui::SimpleMenuModel::Delegate
322 return delegate_->IsItemForCommandIdDynamic(GetCommandIdAt(index));
H A Dsimple_menu_model.h45 virtual bool IsItemForCommandIdDynamic(int command_id) const;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_context_menu.h48 virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE;
H A Dapp_context_menu.cc179 bool AppContextMenu::IsItemForCommandIdDynamic(int command_id) const { function in class:app_list::AppContextMenu
/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf_context_menu.h60 virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE;
H A Ddownload_shelf_context_menu.cc231 bool DownloadShelfContextMenu::IsItemForCommandIdDynamic(int command_id) const { function in class:DownloadShelfContextMenu
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_context_menu.h56 virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE;
H A Dlauncher_context_menu.cc193 bool LauncherContextMenu::IsItemForCommandIdDynamic(int command_id) const { function in class:LauncherContextMenu
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_context_menu_controller.h72 virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE;
H A Dbookmark_context_menu_controller.cc303 bool BookmarkContextMenuController::IsItemForCommandIdDynamic(int command_id) function in class:BookmarkContextMenuController
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_model.h99 virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE;
H A Dwrench_menu_model.cc310 bool WrenchMenuModel::IsItemForCommandIdDynamic(int command_id) const { function in class:WrenchMenuModel
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.h151 virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE;
H A Domnibox_view_views.cc635 bool OmniboxViewViews::IsItemForCommandIdDynamic(int command_id) const { function in class:OmniboxViewViews

Completed in 1344 milliseconds