Home | History | Annotate | Download | only in custom_handlers

Lines Matching defs:ProtocolHandlerRegistry

16 // ProtocolHandlerRegistry -----------------------------------------------------
18 ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile)
22 void ProtocolHandlerRegistry::RegisterProtocolHandler(
31 &ProtocolHandlerRegistry::Factory);
36 void ProtocolHandlerRegistry::Load() {
51 void ProtocolHandlerRegistry::RegisterHandlerFromValue(
59 void ProtocolHandlerRegistry::Save() {
65 ProtocolHandler* ProtocolHandlerRegistry::GetHandlerFor(
71 bool ProtocolHandlerRegistry::CanSchemeBeOverridden(
77 bool ProtocolHandlerRegistry::IsAlreadyRegistered(
83 net::URLRequestJob* ProtocolHandlerRegistry::Factory(net::URLRequest* request,
90 net::URLRequestJob* ProtocolHandlerRegistry::MaybeCreateJob(
107 ProtocolHandlerRegistry::~ProtocolHandlerRegistry() {}
109 Value* ProtocolHandlerRegistry::Encode() {
119 void ProtocolHandlerRegistry::OnAcceptRegisterProtocolHandler(
125 void ProtocolHandlerRegistry::OnDenyRegisterProtocolHandler(
129 void ProtocolHandlerRegistry::RegisterPrefs(PrefService* prefService) {