HomeSort by relevance Sort by last modified time
    Searched defs:ProtocolHandlerRegistryFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_factory.h 19 class ProtocolHandlerRegistryFactory
22 // Returns the singleton instance of the ProtocolHandlerRegistryFactory.
23 static ProtocolHandlerRegistryFactory* GetInstance();
37 friend struct DefaultSingletonTraits<ProtocolHandlerRegistryFactory>;
39 ProtocolHandlerRegistryFactory();
40 virtual ~ProtocolHandlerRegistryFactory();
46 DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistryFactory);
protocol_handler_registry_factory.cc 15 ProtocolHandlerRegistryFactory* ProtocolHandlerRegistryFactory::GetInstance() {
16 return Singleton<ProtocolHandlerRegistryFactory>::get();
20 ProtocolHandlerRegistry* ProtocolHandlerRegistryFactory::GetForProfile(
26 ProtocolHandlerRegistryFactory::ProtocolHandlerRegistryFactory()
32 ProtocolHandlerRegistryFactory::~ProtocolHandlerRegistryFactory() {
39 ProtocolHandlerRegistryFactory::ServiceIsCreatedWithBrowserContext() const {
44 content::BrowserContext* ProtocolHandlerRegistryFactory::GetBrowserContextToUse
    [all...]

Completed in 31 milliseconds