HomeSort by relevance Sort by last modified time
    Searched defs:GetLabelForCommandId (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/ui/views/controls/textfield/
textfield_controller.cc 34 string16 TextfieldController::GetLabelForCommandId(int command_id) const {
native_textfield_views.cc 783 string16 NativeTextfieldViews::GetLabelForCommandId(int command_id) const {
785 return controller ? controller->GetLabelForCommandId(command_id) : string16();
    [all...]
  /external/chromium/chrome/browser/download/
download_shelf.cc 45 string16 DownloadShelfContextMenu::GetLabelForCommandId(int command_id) const {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu.cc 173 base::string16 LauncherContextMenu::GetLabelForCommandId(int command_id) const {
  /external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.cc 44 base::string16 SystemMenuModelDelegate::GetLabelForCommandId(
  /external/chromium_org/chrome/browser/download/
download_shelf_context_menu.cc 218 base::string16 DownloadShelfContextMenu::GetLabelForCommandId(
  /external/chromium/chrome/browser/notifications/
notification_options_menu_model.cc 155 string16 NotificationOptionsMenuModel::GetLabelForCommandId(int command_id)
  /external/chromium_org/chrome/browser/notifications/
notification_options_menu_model.cc 179 base::string16 NotificationOptionsMenuModel::GetLabelForCommandId(
  /external/chromium_org/chrome/browser/status_icons/
status_icon_menu_model.cc 134 base::string16 StatusIconMenuModel::GetLabelForCommandId(int command_id) const {
  /external/chromium_org/chrome/browser/ui/app_list/
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));
simple_menu_model.cc 41 base::string16 SimpleMenuModel::Delegate::GetLabelForCommandId(
304 return delegate_->GetLabelForCommandId(GetCommandIdAt(index));
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.cc 237 string16 WrenchMenuModel::GetLabelForCommandId(int command_id) const {
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc 286 base::string16 WrenchMenuModel::GetLabelForCommandId(int command_id) const {
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 866 base::string16 OmniboxViewViews::GetLabelForCommandId(int command_id) const {
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc     [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 1297 milliseconds