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

  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service_browsertest.cc 6 #include "chrome/browser/extensions/api/commands/command_service.h"
58 CommandService* command_service = CommandService::Get(browser()->profile()); local
67 ui::Accelerator accelerator = command_service->FindCommandByName(
75 command_service->RemoveKeybindingPrefs(
79 accelerator = command_service->FindCommandByName(
88 accelerator = command_service->FindCommandByName(
114 CommandService* command_service = CommandService::Get(browser()->profile()); local
115 command_service->RemoveKeybindingPrefs(extension->id(), kNamedCommandName);
commands.cc 7 #include "chrome/browser/extensions/api/commands/command_service.h"
28 extensions::CommandService* command_service = local
33 if (command_service->GetBrowserActionCommand(extension_->id(),
41 if (command_service->GetPageActionCommand(extension_->id(),
49 command_service->GetNamedCommands(extension_->id(),
56 extensions::Command command = command_service->FindCommandByName(
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 9 #include "chrome/browser/extensions/api/commands/command_service.h"
102 CommandService* command_service = CommandService::Get(profile); local
103 command_service->UpdateKeybindingPrefs(extension_id, command_name, keystroke);
121 CommandService* command_service = CommandService::Get(profile); local
122 if (command_service->SetScope(extension_id, command_name, global))
142 CommandService* command_service = CommandService::Get(profile); local
159 if (command_service->GetBrowserActionCommand((*extension)->id(),
168 if (command_service->GetPageActionCommand((*extension)->id(),
176 if (command_service->GetNamedCommands((*extension)->id(),
183 Command command = command_service->FindCommandByName
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_keybinding_apitest.cc 7 #include "chrome/browser/extensions/api/commands/command_service.h"
371 CommandService* command_service = CommandService::Get(browser()->profile()); local
380 command_service->UpdateKeybindingPrefs(
455 CommandService* command_service = CommandService::Get(browser()->profile()); local
463 ui::Accelerator accelerator = command_service->FindCommandByName(
473 accelerator = command_service->FindCommandByName(
500 CommandService* command_service = CommandService::Get(browser()->profile()); local
508 ui::Accelerator accelerator = command_service->FindCommandByName(
521 accelerator = command_service->FindCommandByName(
548 CommandService* command_service = CommandService::Get(browser()->profile()) local
594 CommandService* command_service = CommandService::Get(browser()->profile()); local
644 CommandService* command_service = CommandService::Get(browser()->profile()); local
697 CommandService* command_service = CommandService::Get(browser()->profile()); local
    [all...]
extension_commands_global_registry.cc 8 #include "chrome/browser/extensions/api/commands/command_service.h"
76 extensions::CommandService* command_service =
80 if (!command_service->GetNamedCommands(
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_keybinding_registry_views.cc 7 #include "chrome/browser/extensions/api/commands/command_service.h"
42 extensions::CommandService* command_service =
47 if (!command_service->GetNamedCommands(
extension_action_view_controller.cc 8 #include "chrome/browser/extensions/api/commands/command_service.h"
276 CommandService* command_service = CommandService::Get(browser_->profile()); local
278 return command_service->GetPageActionCommand(
281 return command_service->GetBrowserActionCommand(
extension_installed_bubble_view.cc 13 #include "chrome/browser/extensions/api/commands/command_service.h"
272 extensions::CommandService* command_service = local
275 return command_service->GetBrowserActionCommand(
281 return command_service->GetPageActionCommand(
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_utils.cc 12 #include "chrome/browser/extensions/api/commands/command_service.h"
161 extensions::CommandService* command_service = local
179 if (command_service->OverridesBookmarkShortcut(i->get()))
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 20 #include "chrome/browser/extensions/api/commands/command_service.h"
148 extensions::CommandService* command_service =
157 if (command_service->GetBoundExtensionCommand((*i)->id(),
    [all...]

Completed in 348 milliseconds