ExtensionCommandsGlobalRegistry  626 chrome/browser/extensions/api/commands/command_service.cc   DependsOn(ExtensionCommandsGlobalRegistry::GetFactoryInstance());
ExtensionCommandsGlobalRegistry   14 chrome/browser/extensions/extension_commands_global_registry.cc ExtensionCommandsGlobalRegistry::ExtensionCommandsGlobalRegistry(
ExtensionCommandsGlobalRegistry   23 chrome/browser/extensions/extension_commands_global_registry.cc ExtensionCommandsGlobalRegistry::~ExtensionCommandsGlobalRegistry() {
ExtensionCommandsGlobalRegistry   38 chrome/browser/extensions/extension_commands_global_registry.cc     BrowserContextKeyedAPIFactory<ExtensionCommandsGlobalRegistry> > g_factory =
ExtensionCommandsGlobalRegistry   42 chrome/browser/extensions/extension_commands_global_registry.cc BrowserContextKeyedAPIFactory<ExtensionCommandsGlobalRegistry>*
ExtensionCommandsGlobalRegistry   43 chrome/browser/extensions/extension_commands_global_registry.cc ExtensionCommandsGlobalRegistry::GetFactoryInstance() {
ExtensionCommandsGlobalRegistry   48 chrome/browser/extensions/extension_commands_global_registry.cc ExtensionCommandsGlobalRegistry* ExtensionCommandsGlobalRegistry::Get(
ExtensionCommandsGlobalRegistry   50 chrome/browser/extensions/extension_commands_global_registry.cc   return BrowserContextKeyedAPIFactory<ExtensionCommandsGlobalRegistry>::Get(
ExtensionCommandsGlobalRegistry   55 chrome/browser/extensions/extension_commands_global_registry.cc void ExtensionCommandsGlobalRegistry::SetShortcutHandlingSuspended(
ExtensionCommandsGlobalRegistry   61 chrome/browser/extensions/extension_commands_global_registry.cc void ExtensionCommandsGlobalRegistry::AddExtensionKeybinding(
ExtensionCommandsGlobalRegistry   99 chrome/browser/extensions/extension_commands_global_registry.cc void ExtensionCommandsGlobalRegistry::RemoveExtensionKeybindingImpl(
ExtensionCommandsGlobalRegistry  108 chrome/browser/extensions/extension_commands_global_registry.cc void ExtensionCommandsGlobalRegistry::OnKeyPressed(
ExtensionCommandsGlobalRegistry   31 chrome/browser/extensions/extension_commands_global_registry.h class ExtensionCommandsGlobalRegistry
ExtensionCommandsGlobalRegistry   37 chrome/browser/extensions/extension_commands_global_registry.h   static BrowserContextKeyedAPIFactory<ExtensionCommandsGlobalRegistry>*
ExtensionCommandsGlobalRegistry   42 chrome/browser/extensions/extension_commands_global_registry.h   static ExtensionCommandsGlobalRegistry* Get(content::BrowserContext* context);
ExtensionCommandsGlobalRegistry   47 chrome/browser/extensions/extension_commands_global_registry.h   explicit ExtensionCommandsGlobalRegistry(content::BrowserContext* context);
ExtensionCommandsGlobalRegistry   48 chrome/browser/extensions/extension_commands_global_registry.h   virtual ~ExtensionCommandsGlobalRegistry();
ExtensionCommandsGlobalRegistry   51 chrome/browser/extensions/extension_commands_global_registry.h   friend class BrowserContextKeyedAPIFactory<ExtensionCommandsGlobalRegistry>;
ExtensionCommandsGlobalRegistry   73 chrome/browser/extensions/extension_commands_global_registry.h   DISALLOW_COPY_AND_ASSIGN(ExtensionCommandsGlobalRegistry);
ExtensionCommandsGlobalRegistry  133 chrome/browser/ui/webui/extensions/command_handler.cc     ExtensionCommandsGlobalRegistry::SetShortcutHandlingSuspended(suspended);