Searched refs:CommandService (Results 1 - 17 of 17) sorted by path

/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.cc115 void CommandService::RegisterProfilePrefs(
122 CommandService::CommandService(content::BrowserContext* context) function in class:extensions::CommandService
131 CommandService::~CommandService() {
134 static base::LazyInstance<BrowserContextKeyedAPIFactory<CommandService> >
138 BrowserContextKeyedAPIFactory<CommandService>*
139 CommandService::GetFactoryInstance() {
144 CommandService* CommandService
[all...]
H A Dcommand_service.h41 class CommandService : public BrowserContextKeyedAPI, class in namespace:extensions
70 // Constructs a CommandService object for the given profile.
71 explicit CommandService(content::BrowserContext* context);
72 virtual ~CommandService();
75 static BrowserContextKeyedAPIFactory<CommandService>* GetFactoryInstance();
77 // Convenience method to get the CommandService for a profile.
78 static CommandService* Get(content::BrowserContext* context);
173 friend class BrowserContextKeyedAPIFactory<CommandService>;
177 return "CommandService";
248 DISALLOW_COPY_AND_ASSIGN(CommandService);
[all...]
H A Dcommand_service_browsertest.cc58 CommandService* command_service = CommandService::Get(browser()->profile());
114 CommandService* command_service = CommandService::Get(browser()->profile());
H A Dcommands.cc28 extensions::CommandService* command_service =
29 extensions::CommandService::Get(GetProfile());
34 extensions::CommandService::ALL,
42 extensions::CommandService::ALL,
50 extensions::CommandService::ALL,
51 extensions::CommandService::ANY_SCOPE,
/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_context_keyed_service_factories.cc96 extensions::CommandService::GetFactoryInstance();
H A Dextension_commands_global_registry.cc76 extensions::CommandService* command_service =
77 extensions::CommandService::Get(browser_context_);
82 extensions::CommandService::ACTIVE_ONLY,
83 extensions::CommandService::GLOBAL,
H A Dextension_keybinding_apitest.cc371 CommandService* command_service = CommandService::Get(browser()->profile());
455 CommandService* command_service = CommandService::Get(browser()->profile());
500 CommandService* command_service = CommandService::Get(browser()->profile());
548 CommandService* command_service = CommandService::Get(browser()->profile());
594 CommandService* command_service = CommandService
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc457 extensions::CommandService::RegisterProfilePrefs(registry);
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_utils.cc161 extensions::CommandService* command_service =
162 extensions::CommandService::Get(profile);
183 extensions::CommandService::RemovesBookmarkShortcut(i->get())) {
368 if (extensions::CommandService::RemovesBookmarkOpenPagesShortcut(i->get()))
H A Dbookmark_utils.h28 class CommandService;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc137 extensions::CommandService::ExtensionCommandType* command_type) {
148 extensions::CommandService* command_service =
149 extensions::CommandService::Get(profile);
156 extensions::CommandService::ExtensionCommandType prospective_command_type;
750 extensions::CommandService::ExtensionCommandType command_type;
756 case extensions::CommandService::NAMED:
759 case extensions::CommandService::BROWSER_ACTION:
760 case extensions::CommandService::PAGE_ACTION:
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_action_view_controller.cc24 using extensions::CommandService;
276 CommandService* command_service = CommandService::Get(browser_->profile());
279 extension_->id(), CommandService::ACTIVE_ONLY, command, NULL);
282 extension_->id(), CommandService::ACTIVE_ONLY, command, NULL);
H A Dextension_installed_bubble_view.cc272 extensions::CommandService* command_service =
273 extensions::CommandService::Get(browser_->profile());
277 extensions::CommandService::ACTIVE_ONLY,
283 extensions::CommandService::ACTIVE_ONLY,
H A Dextension_keybinding_registry_views.cc42 extensions::CommandService* command_service =
43 extensions::CommandService::Get(profile_);
49 extensions::CommandService::ACTIVE_ONLY,
50 extensions::CommandService::REGULAR,
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dcommand_handler.cc102 CommandService* command_service = CommandService::Get(profile);
121 CommandService* command_service = CommandService::Get(profile);
142 CommandService* command_service = CommandService::Get(profile);
160 CommandService::ALL,
169 CommandService::ALL,
177 CommandService::ALL,
178 CommandService
[all...]
H A Dcommand_handler.h26 class CommandService;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 371 milliseconds