CommandService    120 chrome/browser/extensions/api/commands/command_service.cc         extensions::CommandService::RemovesBookmarkShortcut(extension)) {
CommandService    138 chrome/browser/extensions/api/commands/command_service.cc void CommandService::RegisterProfilePrefs(
CommandService    145 chrome/browser/extensions/api/commands/command_service.cc CommandService::CommandService(content::BrowserContext* context)
CommandService    158 chrome/browser/extensions/api/commands/command_service.cc CommandService::~CommandService() {
CommandService    161 chrome/browser/extensions/api/commands/command_service.cc static base::LazyInstance<BrowserContextKeyedAPIFactory<CommandService> >
CommandService    165 chrome/browser/extensions/api/commands/command_service.cc BrowserContextKeyedAPIFactory<CommandService>*
CommandService    166 chrome/browser/extensions/api/commands/command_service.cc CommandService::GetFactoryInstance() {
CommandService    171 chrome/browser/extensions/api/commands/command_service.cc CommandService* CommandService::Get(content::BrowserContext* context) {
CommandService    172 chrome/browser/extensions/api/commands/command_service.cc   return BrowserContextKeyedAPIFactory<CommandService>::Get(context);
CommandService    176 chrome/browser/extensions/api/commands/command_service.cc bool CommandService::RemovesBookmarkShortcut(
CommandService    194 chrome/browser/extensions/api/commands/command_service.cc bool CommandService::RemovesBookmarkOpenPagesShortcut(
CommandService    210 chrome/browser/extensions/api/commands/command_service.cc bool CommandService::GetBrowserActionCommand(const std::string& extension_id,
CommandService    218 chrome/browser/extensions/api/commands/command_service.cc bool CommandService::GetPageActionCommand(const std::string& extension_id,
CommandService    226 chrome/browser/extensions/api/commands/command_service.cc bool CommandService::GetNamedCommands(
CommandService    266 chrome/browser/extensions/api/commands/command_service.cc bool CommandService::AddKeybindingPref(
CommandService    321 chrome/browser/extensions/api/commands/command_service.cc void CommandService::Observe(
CommandService    341 chrome/browser/extensions/api/commands/command_service.cc void CommandService::UpdateKeybindingPrefs(const std::string& extension_id,
CommandService    356 chrome/browser/extensions/api/commands/command_service.cc bool CommandService::SetScope(const std::string& extension_id,
CommandService    371 chrome/browser/extensions/api/commands/command_service.cc Command CommandService::FindCommandByName(const std::string& extension_id,
CommandService    407 chrome/browser/extensions/api/commands/command_service.cc bool CommandService::GetBoundExtensionCommand(
CommandService    421 chrome/browser/extensions/api/commands/command_service.cc                               extensions::CommandService::ACTIVE_ONLY,
CommandService    431 chrome/browser/extensions/api/commands/command_service.cc                                   extensions::CommandService::ACTIVE_ONLY,
CommandService    441 chrome/browser/extensions/api/commands/command_service.cc                               extensions::CommandService::ACTIVE_ONLY,
CommandService    442 chrome/browser/extensions/api/commands/command_service.cc                               extensions::CommandService::REGULAR,
CommandService    458 chrome/browser/extensions/api/commands/command_service.cc bool CommandService::OverridesBookmarkShortcut(
CommandService    468 chrome/browser/extensions/api/commands/command_service.cc void CommandService::AssignInitialKeybindings(const Extension* extension) {
CommandService    526 chrome/browser/extensions/api/commands/command_service.cc void CommandService::RemoveKeybindingPrefs(const std::string& extension_id,
CommandService    575 chrome/browser/extensions/api/commands/command_service.cc bool CommandService::GetExtensionActionCommand(
CommandService    625 chrome/browser/extensions/api/commands/command_service.cc BrowserContextKeyedAPIFactory<CommandService>::DeclareFactoryDependencies() {
CommandService     42 chrome/browser/extensions/api/commands/command_service.h class CommandService : public BrowserContextKeyedAPI,
CommandService     72 chrome/browser/extensions/api/commands/command_service.h   explicit CommandService(content::BrowserContext* context);
CommandService     73 chrome/browser/extensions/api/commands/command_service.h   virtual ~CommandService();
CommandService     76 chrome/browser/extensions/api/commands/command_service.h   static BrowserContextKeyedAPIFactory<CommandService>* GetFactoryInstance();
CommandService     79 chrome/browser/extensions/api/commands/command_service.h   static CommandService* Get(content::BrowserContext* context);
CommandService    180 chrome/browser/extensions/api/commands/command_service.h   friend class BrowserContextKeyedAPIFactory<CommandService>;
CommandService    207 chrome/browser/extensions/api/commands/command_service.h   DISALLOW_COPY_AND_ASSIGN(CommandService);
CommandService    212 chrome/browser/extensions/api/commands/command_service.h     BrowserContextKeyedAPIFactory<CommandService>::DeclareFactoryDependencies();
CommandService     57 chrome/browser/extensions/api/commands/command_service_browsertest.cc   CommandService* command_service = CommandService::Get(browser()->profile());
CommandService    113 chrome/browser/extensions/api/commands/command_service_browsertest.cc   CommandService* command_service = CommandService::Get(browser()->profile());
CommandService     28 chrome/browser/extensions/api/commands/commands.cc   extensions::CommandService* command_service =
CommandService     29 chrome/browser/extensions/api/commands/commands.cc       extensions::CommandService::Get(GetProfile());
CommandService     34 chrome/browser/extensions/api/commands/commands.cc           extensions::CommandService::ALL,
CommandService     42 chrome/browser/extensions/api/commands/commands.cc           extensions::CommandService::ALL,
CommandService     50 chrome/browser/extensions/api/commands/commands.cc                                     extensions::CommandService::ALL,
CommandService     51 chrome/browser/extensions/api/commands/commands.cc                                     extensions::CommandService::ANY_SCOPE,
CommandService     94 chrome/browser/extensions/browser_context_keyed_service_factories.cc   extensions::CommandService::GetFactoryInstance();
CommandService     68 chrome/browser/extensions/extension_commands_global_registry.cc   extensions::CommandService* command_service =
CommandService     69 chrome/browser/extensions/extension_commands_global_registry.cc       extensions::CommandService::Get(browser_context_);
CommandService     74 chrome/browser/extensions/extension_commands_global_registry.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService     75 chrome/browser/extensions/extension_commands_global_registry.cc           extensions::CommandService::GLOBAL,
CommandService    422 chrome/browser/prefs/browser_prefs.cc   extensions::CommandService::RegisterProfilePrefs(registry);
CommandService    156 chrome/browser/ui/bookmarks/bookmark_utils.cc   extensions::CommandService* command_service =
CommandService    157 chrome/browser/ui/bookmarks/bookmark_utils.cc       extensions::CommandService::Get(profile);
CommandService    177 chrome/browser/ui/bookmarks/bookmark_utils.cc     if (!removed && extensions::CommandService::RemovesBookmarkShortcut(*i))
CommandService    357 chrome/browser/ui/bookmarks/bookmark_utils.cc     if (extensions::CommandService::RemovesBookmarkOpenPagesShortcut(*i))
CommandService     28 chrome/browser/ui/bookmarks/bookmark_utils.h class CommandService;
CommandService    131 chrome/browser/ui/browser_commands.cc     extensions::CommandService::ExtensionCommandType* command_type) {
CommandService    141 chrome/browser/ui/browser_commands.cc   extensions::CommandService* command_service =
CommandService    142 chrome/browser/ui/browser_commands.cc       extensions::CommandService::Get(profile);
CommandService    153 chrome/browser/ui/browser_commands.cc     extensions::CommandService::ExtensionCommandType prospective_command_type;
CommandService    733 chrome/browser/ui/browser_commands.cc   extensions::CommandService::ExtensionCommandType command_type;
CommandService    739 chrome/browser/ui/browser_commands.cc       case extensions::CommandService::NAMED:
CommandService    743 chrome/browser/ui/browser_commands.cc       case extensions::CommandService::BROWSER_ACTION:
CommandService    749 chrome/browser/ui/browser_commands.cc       case extensions::CommandService::PAGE_ACTION:
CommandService    387 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc     extensions::CommandService* command_service =
CommandService    388 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc         extensions::CommandService::Get(toolbar_->browser()->profile());
CommandService    391 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc         extensions::CommandService::ACTIVE_ONLY,
CommandService    189 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc     extensions::CommandService* command_service =
CommandService    190 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc         extensions::CommandService::Get(bubble_.browser()->profile());
CommandService    195 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc             extensions::CommandService::ACTIVE_ONLY,
CommandService    212 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc     extensions::CommandService* command_service =
CommandService    213 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc         extensions::CommandService::Get(bubble_.browser()->profile());
CommandService    218 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc             extensions::CommandService::ACTIVE_ONLY,
CommandService     60 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc   extensions::CommandService* command_service =
CommandService     61 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc       extensions::CommandService::Get(profile_);
CommandService     65 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService     66 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc           extensions::CommandService::REGULAR,
CommandService     96 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService    108 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService   1839 chrome/browser/ui/gtk/location_bar_view_gtk.cc   extensions::CommandService* command_service =
CommandService   1840 chrome/browser/ui/gtk/location_bar_view_gtk.cc       extensions::CommandService::Get(owner_->profile());
CommandService   1845 chrome/browser/ui/gtk/location_bar_view_gtk.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService    274 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     extensions::CommandService* command_service =
CommandService    275 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc         extensions::CommandService::Get(browser_->profile());
CommandService    279 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService    285 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService     42 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc   extensions::CommandService* command_service =
CommandService     43 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc       extensions::CommandService::Get(profile_);
CommandService     49 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService     50 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc           extensions::CommandService::REGULAR,
CommandService     56 chrome/browser/ui/views/location_bar/page_action_image_view.cc   extensions::CommandService* command_service =
CommandService     57 chrome/browser/ui/views/location_bar/page_action_image_view.cc       extensions::CommandService::Get(browser_->profile());
CommandService     61 chrome/browser/ui/views/location_bar/page_action_image_view.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService    393 chrome/browser/ui/views/toolbar/browser_action_view.cc   extensions::CommandService* command_service =
CommandService    394 chrome/browser/ui/views/toolbar/browser_action_view.cc       extensions::CommandService::Get(browser_->profile());
CommandService    398 chrome/browser/ui/views/toolbar/browser_action_view.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService    412 chrome/browser/ui/views/toolbar/browser_action_view.cc   extensions::CommandService* command_service =
CommandService    413 chrome/browser/ui/views/toolbar/browser_action_view.cc       extensions::CommandService::Get(browser_->profile());
CommandService    418 chrome/browser/ui/views/toolbar/browser_action_view.cc           extensions::CommandService::ACTIVE_ONLY,
CommandService    101 chrome/browser/ui/webui/extensions/command_handler.cc   CommandService* command_service = CommandService::Get(profile);
CommandService    120 chrome/browser/ui/webui/extensions/command_handler.cc   CommandService* command_service = CommandService::Get(profile);
CommandService    141 chrome/browser/ui/webui/extensions/command_handler.cc   CommandService* command_service = CommandService::Get(profile);
CommandService    158 chrome/browser/ui/webui/extensions/command_handler.cc                                                  CommandService::ALL,
CommandService    167 chrome/browser/ui/webui/extensions/command_handler.cc                                               CommandService::ALL,
CommandService    175 chrome/browser/ui/webui/extensions/command_handler.cc                                           CommandService::ALL,
CommandService    176 chrome/browser/ui/webui/extensions/command_handler.cc                                           extensions::CommandService::ANY_SCOPE,
CommandService     24 chrome/browser/ui/webui/extensions/command_handler.h class CommandService;