HomeSort by relevance Sort by last modified time
    Searched refs:command_service (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service_browsertest.cc 5 #include "chrome/browser/extensions/api/commands/command_service.h"
36 CommandService* command_service = CommandService::Get(browser()->profile()); local
46 command_service->FindShortcutForCommand(
54 command_service->RemoveKeybindingPrefs(
58 accelerator = command_service->FindShortcutForCommand(
67 accelerator = command_service->FindShortcutForCommand(
commands.cc 7 #include "chrome/browser/extensions/api/commands/command_service.h"
27 extensions::CommandService* command_service = local
32 if (command_service->GetBrowserActionCommand(extension_->id(),
40 if (command_service->GetPageActionCommand(extension_->id(),
48 if (command_service->GetScriptBadgeCommand(extension_->id(),
56 command_service->GetNamedCommands(extension_->id(),
63 command_service->FindShortcutForCommand(
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 10 #include "chrome/browser/extensions/api/commands/command_service.h"
94 CommandService* command_service = CommandService::Get(profile); local
95 command_service->UpdateKeybindingPrefs(extension_id, command_name, keystroke);
110 CommandService* command_service = CommandService::Get(profile); local
126 if (command_service->GetBrowserActionCommand((*extension)->id(),
135 if (command_service->GetPageActionCommand((*extension)->id(),
143 if (command_service->GetScriptBadgeCommand((*extension)->id(),
151 if (command_service->GetNamedCommands((*extension)->id(),
157 command_service->FindShortcutForCommand(
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.cc 9 #include "chrome/browser/extensions/api/commands/command_service.h"
61 extensions::CommandService* command_service = local
64 command_service->GetNamedCommands(
95 if (command_service->GetBrowserActionCommand(
107 if (command_service->GetPageActionCommand(
119 if (command_service->GetScriptBadgeCommand(
extension_installed_bubble_gtk.cc 15 #include "chrome/browser/extensions/api/commands/command_service.h"
262 extensions::CommandService* command_service = local
266 if (!command_service->GetBrowserActionCommand(
285 extensions::CommandService* command_service = local
289 if (!command_service->GetPageActionCommand(
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_keybinding_registry_views.cc 7 #include "chrome/browser/extensions/api/commands/command_service.h"
44 extensions::CommandService* command_service =
49 if (!command_service->GetNamedCommands(
extension_installed_bubble.cc 15 #include "chrome/browser/extensions/api/commands/command_service.h"
287 extensions::CommandService* command_service = local
290 return command_service->GetBrowserActionCommand(
296 return command_service->GetPageActionCommand(
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 8 #include "chrome/browser/extensions/api/commands/command_service.h"
61 extensions::CommandService* command_service = local
64 if (command_service->GetPageActionCommand(
78 if (command_service->GetScriptBadgeCommand(
  /external/chromium_org/chrome/browser/ui/views/
browser_action_view.cc 9 #include "chrome/browser/extensions/api/commands/command_service.h"
397 extensions::CommandService* command_service = local
400 if (command_service->GetBrowserActionCommand(
416 extensions::CommandService* command_service =
420 if (!only_if_active || !command_service->GetBrowserActionCommand(
  /external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 17 #include "chrome/browser/extensions/api/commands/command_service.h"
384 extensions::CommandService* command_service = local
387 if (command_service->GetBrowserActionCommand(extension_->id(),
    [all...]
location_bar_view_gtk.cc 28 #include "chrome/browser/extensions/api/commands/command_service.h"
1936 extensions::CommandService* command_service = local
    [all...]

Completed in 1300 milliseconds