Searched refs:ProtocolHandlerRegistry (Results 1 – 14 of 14) sorted by relevance
18 ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile) in ProtocolHandlerRegistry() function in ProtocolHandlerRegistry22 void ProtocolHandlerRegistry::RegisterProtocolHandler( in RegisterProtocolHandler()31 &ProtocolHandlerRegistry::Factory); in RegisterProtocolHandler()36 void ProtocolHandlerRegistry::Load() { in Load()51 void ProtocolHandlerRegistry::RegisterHandlerFromValue( in RegisterHandlerFromValue()59 void ProtocolHandlerRegistry::Save() { in Save()65 ProtocolHandler* ProtocolHandlerRegistry::GetHandlerFor( in GetHandlerFor()71 bool ProtocolHandlerRegistry::CanSchemeBeOverridden( in CanSchemeBeOverridden()77 bool ProtocolHandlerRegistry::IsAlreadyRegistered( in IsAlreadyRegistered()83 net::URLRequestJob* ProtocolHandlerRegistry::Factory(net::URLRequest* request, in Factory()[all …]
28 class ProtocolHandlerRegistry29 : public base::RefCountedThreadSafe<ProtocolHandlerRegistry> {31 explicit ProtocolHandlerRegistry(Profile* profile);70 friend class base::RefCountedThreadSafe<ProtocolHandlerRegistry>;71 ~ProtocolHandlerRegistry();89 DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistry);
14 class ProtocolHandlerRegistry; variable22 ProtocolHandlerRegistry* registry,39 ProtocolHandlerRegistry* registry_;
14 ProtocolHandlerRegistry* registry, in RegisterProtocolHandlerInfoBarDelegate()
16 class ProtocolHandlerRegistry; variable33 ProtocolHandlerRegistry* protocol_handler_registry);59 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
43 ProtocolHandlerRegistry* protocol_handler_registry) in ChromeNetworkDelegate()
43 class ProtocolHandlerRegistry; variable115 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry;
95 class ProtocolHandlerRegistry; variable442 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() = 0;
108 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry();224 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
505 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() { in GetProtocolHandlerRegistry()
559 protocol_handler_registry_ = new ProtocolHandlerRegistry(this); in InitRegisteredProtocolHandlers()1208 ProtocolHandlerRegistry* ProfileImpl::GetProtocolHandlerRegistry() { in GetProtocolHandlerRegistry()
162 ProtocolHandlerRegistry::RegisterPrefs(user_prefs); in RegisterUserPrefs()
294 ProtocolHandlerRegistry* registry = profile()->GetProtocolHandlerRegistry(); in OnRegisterProtocolHandler()
166 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() { NOTREACHED(); return NULL; } in GetProtocolHandlerRegistry()