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

  /external/chromium_org/chrome/browser/extensions/api/commands/
commands.cc 27 extensions::CommandService* command_service =
28 extensions::CommandService::Get(GetProfile());
33 extensions::CommandService::ALL,
41 extensions::CommandService::ALL,
49 extensions::CommandService::ALL,
57 extensions::CommandService::ALL,
58 extensions::CommandService::ANY_SCOPE,
command_service.h 38 class CommandService : public ProfileKeyedAPI,
60 // Constructs a CommandService object for the given profile.
61 explicit CommandService(Profile* profile);
62 virtual ~CommandService();
65 static ProfileKeyedAPIFactory<CommandService>* GetFactoryInstance();
67 // Convenience method to get the CommandService for a profile.
68 static CommandService* Get(Profile* profile);
164 friend class ProfileKeyedAPIFactory<CommandService>;
168 return "CommandService";
198 DISALLOW_COPY_AND_ASSIGN(CommandService);
    [all...]
command_service.cc 53 if (extensions::CommandService::IsMediaKey(accelerator))
97 void CommandService::RegisterProfilePrefs(
104 CommandService::CommandService(Profile* profile)
115 CommandService::~CommandService() {
118 static base::LazyInstance<ProfileKeyedAPIFactory<CommandService> >
122 ProfileKeyedAPIFactory<CommandService>* CommandService::GetFactoryInstance() {
127 CommandService* CommandService::Get(Profile* profile)
    [all...]
command_service_browsertest.cc 57 CommandService* command_service = CommandService::Get(browser()->profile());
113 CommandService* command_service = CommandService::Get(browser()->profile());
  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry.cc 59 extensions::CommandService* command_service =
60 extensions::CommandService::Get(profile_);
65 extensions::CommandService::ACTIVE_ONLY,
66 extensions::CommandService::GLOBAL,
83 if (!extensions::CommandService::IsMediaKey(iter->second.accelerator()))
extension_keybinding_apitest.cc 291 CommandService* command_service = CommandService::Get(browser()->profile());
294 extensions::CommandService::ACTIVE_ONLY,
295 extensions::CommandService::ANY_SCOPE,
302 extensions::CommandService::ACTIVE_ONLY,
303 extensions::CommandService::ANY_SCOPE,
317 extensions::CommandService::ACTIVE_ONLY,
318 extensions::CommandService::ANY_SCOPE,
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_keybinding_registry_views.cc 44 extensions::CommandService* command_service =
45 extensions::CommandService::Get(profile_);
51 extensions::CommandService::ACTIVE_ONLY,
52 extensions::CommandService::REGULAR,
64 if (!extensions::CommandService::IsMediaKey(iter->second.accelerator()))
extension_installed_bubble_view.cc 277 extensions::CommandService* command_service =
278 extensions::CommandService::Get(browser_->profile());
282 extensions::CommandService::ACTIVE_ONLY,
288 extensions::CommandService::ACTIVE_ONLY,
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.cc 61 extensions::CommandService* command_service =
62 extensions::CommandService::Get(profile_);
66 extensions::CommandService::ACTIVE_ONLY,
67 extensions::CommandService::REGULAR,
81 if (!extensions::CommandService::IsMediaKey(iter->second.accelerator()))
103 extensions::CommandService::ACTIVE_ONLY,
117 extensions::CommandService::ACTIVE_ONLY,
131 extensions::CommandService::ACTIVE_ONLY,
extension_installed_bubble_gtk.cc 188 extensions::CommandService* command_service =
189 extensions::CommandService::Get(bubble_.browser()->profile());
194 extensions::CommandService::ACTIVE_ONLY,
211 extensions::CommandService* command_service =
212 extensions::CommandService::Get(bubble_.browser()->profile());
217 extensions::CommandService::ACTIVE_ONLY,
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 100 CommandService* command_service = CommandService::Get(profile);
119 CommandService* command_service = CommandService::Get(profile);
134 CommandService* command_service = CommandService::Get(profile);
151 CommandService::ALL,
160 CommandService::ALL,
168 CommandService::ALL,
176 CommandService::ALL
    [all...]
command_handler.h 24 class CommandService;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 60 extensions::CommandService* command_service =
61 extensions::CommandService::Get(browser_->profile());
65 extensions::CommandService::ACTIVE_ONLY,
79 extensions::CommandService::ACTIVE_ONLY,
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 407 extensions::CommandService* command_service =
408 extensions::CommandService::Get(browser_->profile());
412 extensions::CommandService::ACTIVE_ONLY,
426 extensions::CommandService* command_service =
427 extensions::CommandService::Get(browser_->profile());
432 extensions::CommandService::ACTIVE_ONLY,
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 253 extensions::CommandService::GetFactoryInstance();
  /external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 387 extensions::CommandService* command_service =
388 extensions::CommandService::Get(toolbar_->browser()->profile());
391 extensions::CommandService::ACTIVE_ONLY,
    [all...]
location_bar_view_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 407 extensions::CommandService::RegisterProfilePrefs(registry);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 823 milliseconds