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

1 2

  /external/chromium_org/ui/views/controls/textfield/
textfield_controller.cc 34 string16 TextfieldController::GetLabelForCommandId(int command_id) const {
textfield_controller.h 90 virtual string16 GetLabelForCommandId(int command_id) const;
  /external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.h 29 virtual base::string16 GetLabelForCommandId(int command_id) const OVERRIDE;
system_menu_model_delegate.cc 44 base::string16 SystemMenuModelDelegate::GetLabelForCommandId(
  /external/chromium_org/chrome/browser/status_icons/
status_icon_menu_model_unittest.cc 94 EXPECT_EQ(ASCIIToUTF16("label1"), menu_model()->GetLabelForCommandId(0));
96 EXPECT_EQ(ASCIIToUTF16("label2"), menu_model()->GetLabelForCommandId(0));
112 EXPECT_EQ(base::string16(), menu_model()->GetLabelForCommandId(1));
status_icon_menu_model.h 86 virtual base::string16 GetLabelForCommandId(int command_id) const OVERRIDE;
status_icon_menu_model.cc 134 base::string16 StatusIconMenuModel::GetLabelForCommandId(int command_id) const {
  /external/chromium/chrome/browser/download/
download_shelf.h 77 virtual string16 GetLabelForCommandId(int command_id) const;
download_shelf.cc 45 string16 DownloadShelfContextMenu::GetLabelForCommandId(int command_id) const {
  /external/chromium/chrome/browser/notifications/
notification_options_menu_model.h 42 virtual string16 GetLabelForCommandId(int command_id) const;
notification_options_menu_model.cc 155 string16 NotificationOptionsMenuModel::GetLabelForCommandId(int command_id)
  /external/chromium_org/chrome/browser/notifications/
notification_options_menu_model.h 46 virtual base::string16 GetLabelForCommandId(int command_id) const OVERRIDE;
notification_options_menu_model.cc 179 base::string16 NotificationOptionsMenuModel::GetLabelForCommandId(
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.h 41 virtual base::string16 GetLabelForCommandId(int command_id) const OVERRIDE;
app_context_menu.cc 166 base::string16 AppContextMenu::GetLabelForCommandId(int command_id) const {
  /external/chromium_org/ui/base/models/
button_menu_item_model.cc 16 base::string16 ButtonMenuItemModel::Delegate::GetLabelForCommandId(
93 return delegate_->GetLabelForCommandId(GetCommandIdAt(index));
button_menu_item_model.h 30 virtual base::string16 GetLabelForCommandId(int command_id) const;
simple_menu_model.h 44 virtual base::string16 GetLabelForCommandId(int command_id) const;
simple_menu_model.cc 41 base::string16 SimpleMenuModel::Delegate::GetLabelForCommandId(
304 return delegate_->GetLabelForCommandId(GetCommandIdAt(index));
  /external/chromium_org/chrome/browser/download/
download_shelf_context_menu.h 61 virtual base::string16 GetLabelForCommandId(int command_id) const OVERRIDE;
download_shelf_context_menu.cc 218 base::string16 DownloadShelfContextMenu::GetLabelForCommandId(
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu.h 46 virtual base::string16 GetLabelForCommandId(int command_id) const OVERRIDE;
launcher_context_menu.cc 173 base::string16 LauncherContextMenu::GetLabelForCommandId(int command_id) const {
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.h 87 virtual string16 GetLabelForCommandId(int command_id) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.h 103 virtual base::string16 GetLabelForCommandId(int command_id) const OVERRIDE;

Completed in 212 milliseconds

1 2