Home
last modified time | relevance | path

Searched refs:ProtocolHandlerRegistry (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/custom_handlers/
Dprotocol_handler_registry.cc18 ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile) in ProtocolHandlerRegistry() function in ProtocolHandlerRegistry
22 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 …]
Dprotocol_handler_registry.h28 class ProtocolHandlerRegistry
29 : public base::RefCountedThreadSafe<ProtocolHandlerRegistry> {
31 explicit ProtocolHandlerRegistry(Profile* profile);
70 friend class base::RefCountedThreadSafe<ProtocolHandlerRegistry>;
71 ~ProtocolHandlerRegistry();
89 DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistry);
Dregister_protocol_handler_infobar_delegate.h14 class ProtocolHandlerRegistry; variable
22 ProtocolHandlerRegistry* registry,
39 ProtocolHandlerRegistry* registry_;
Dregister_protocol_handler_infobar_delegate.cc14 ProtocolHandlerRegistry* registry, in RegisterProtocolHandlerInfoBarDelegate()
/external/chromium/chrome/browser/net/
Dchrome_network_delegate.h16 class ProtocolHandlerRegistry; variable
33 ProtocolHandlerRegistry* protocol_handler_registry);
59 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
Dchrome_network_delegate.cc43 ProtocolHandlerRegistry* protocol_handler_registry) in ChromeNetworkDelegate()
/external/chromium/chrome/browser/profiles/
Dprofile_io_data.h43 class ProtocolHandlerRegistry; variable
115 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry;
Dprofile.h95 class ProtocolHandlerRegistry; variable
442 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() = 0;
Dprofile_impl.h108 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
224 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
Dprofile.cc505 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() { in GetProtocolHandlerRegistry()
Dprofile_impl.cc559 protocol_handler_registry_ = new ProtocolHandlerRegistry(this); in InitRegisteredProtocolHandlers()
1208 ProtocolHandlerRegistry* ProfileImpl::GetProtocolHandlerRegistry() { in GetProtocolHandlerRegistry()
/external/chromium/chrome/browser/prefs/
Dbrowser_prefs.cc162 ProtocolHandlerRegistry::RegisterPrefs(user_prefs); in RegisterUserPrefs()
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper.cc294 ProtocolHandlerRegistry* registry = profile()->GetProtocolHandlerRegistry(); in OnRegisterProtocolHandler()
/external/chromium/android/autofill/
Dprofile_android.h166 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() { NOTREACHED(); return NULL; } in GetProtocolHandlerRegistry()