Home
last modified time | relevance | path

Searched refs:protocol_handler_registry (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/net/
Dchrome_network_delegate.cc43 ProtocolHandlerRegistry* protocol_handler_registry) in ChromeNetworkDelegate() argument
47 protocol_handler_registry_(protocol_handler_registry) { in ChromeNetworkDelegate()
Dchrome_network_delegate.h33 ProtocolHandlerRegistry* protocol_handler_registry);
/external/chromium/chrome/browser/profiles/
Dprofile_io_data.cc182 params->protocol_handler_registry = profile->GetProtocolHandlerRegistry(); in InitializeProfileParams()
295 profile_params_->protocol_handler_registry)); in LazyInitialize()
Dprofile_io_data.h115 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry; member