Searched defs:ProtocolHandlerRegistryFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_factory.h19 class ProtocolHandlerRegistryFactory class in inherits:BrowserContextKeyedServiceFactory
22 // Returns the singleton instance of the ProtocolHandlerRegistryFactory.
23 static ProtocolHandlerRegistryFactory* GetInstance();
38 friend struct DefaultSingletonTraits<ProtocolHandlerRegistryFactory>;
40 ProtocolHandlerRegistryFactory();
41 virtual ~ProtocolHandlerRegistryFactory();
47 DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistryFactory);
H A Dprotocol_handler_registry_factory.cc13 ProtocolHandlerRegistryFactory* ProtocolHandlerRegistryFactory::GetInstance() {
14 return Singleton<ProtocolHandlerRegistryFactory>::get();
18 ProtocolHandlerRegistry* ProtocolHandlerRegistryFactory::GetForBrowserContext(
24 ProtocolHandlerRegistryFactory::ProtocolHandlerRegistryFactory() function in class:ProtocolHandlerRegistryFactory
30 ProtocolHandlerRegistryFactory::~ProtocolHandlerRegistryFactory() {
37 ProtocolHandlerRegistryFactory::ServiceIsCreatedWithBrowserContext() const {
42 content::BrowserContext* ProtocolHandlerRegistryFactory
[all...]

Completed in 638 milliseconds