Home
last modified time | relevance | path

Searched refs:GetProtocolHandlerRegistry (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile.cc505 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() { in GetProtocolHandlerRegistry() function in OffTheRecordProfileImpl
506 return profile_->GetProtocolHandlerRegistry(); in GetProtocolHandlerRegistry()
Dprofile.h449 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() = 0;
Dprofile_io_data.cc182 params->protocol_handler_registry = profile->GetProtocolHandlerRegistry(); in InitializeProfileParams()
Dprofile_impl.h108 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
Dprofile_impl.cc1208 ProtocolHandlerRegistry* ProfileImpl::GetProtocolHandlerRegistry() { in GetProtocolHandlerRegistry() function in ProfileImpl
/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() function