Searched defs:SetProtocolHandler (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_job_factory.cc60 bool AwURLRequestJobFactory::SetProtocolHandler( function in class:android_webview::AwURLRequestJobFactory
63 return next_factory_->SetProtocolHandler(scheme, protocol_handler);
/external/chromium_org/net/url_request/
H A Durl_request_job_factory_impl.cc20 bool URLRequestJobFactoryImpl::SetProtocolHandler( function in class:net::URLRequestJobFactoryImpl
/external/chromium_org/chrome/browser/extensions/
H A Dextension_protocols_unittest.cc109 void SetProtocolHandler(bool incognito) { function in class:extensions::ExtensionProtocolTest
112 job_factory_.SetProtocolHandler(
146 SetProtocolHandler(true);
225 SetProtocolHandler(false);
262 SetProtocolHandler(false);
300 SetProtocolHandler(false);

Completed in 214 milliseconds