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();
38 friend struct DefaultSingletonTraits<ProtocolHandlerRegistryFactory>;
40 ProtocolHandlerRegistryFactory();
41 virtual ~ProtocolHandlerRegistryFactory();
47 DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistryFactory);
protocol_handler_registry_factory.cc 13 ProtocolHandlerRegistryFactory* ProtocolHandlerRegistryFactory::GetInstance() {
14 return Singleton<ProtocolHandlerRegistryFactory>::get();
18 ProtocolHandlerRegistry* ProtocolHandlerRegistryFactory::GetForBrowserContext(
24 ProtocolHandlerRegistryFactory::ProtocolHandlerRegistryFactory()
30 ProtocolHandlerRegistryFactory::~ProtocolHandlerRegistryFactory() {
37 ProtocolHandlerRegistryFactory::ServiceIsCreatedWithBrowserContext() const {
42 content::BrowserContext* ProtocolHandlerRegistryFactory::GetBrowserContextToUse
    [all...]

Completed in 1325 milliseconds