HomeSort by relevance Sort by last modified time
    Searched refs:protocol_handler (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/android_webview/browser/net/
aw_url_request_job_factory.cc 62 ProtocolHandler* protocol_handler) {
63 return next_factory_->SetProtocolHandler(scheme, protocol_handler);
aw_url_request_job_factory.h 29 ProtocolHandler* protocol_handler);
android_stream_reader_url_request_job_unittest.cc 187 TestJobInterceptor* protocol_handler = new TestJobInterceptor; local
188 protocol_handler->set_main_intercept_job(test_stream_reader_job);
189 bool set_protocol = factory_.SetProtocolHandler("http", protocol_handler);
192 protocol_handler = new TestJobInterceptor;
193 protocol_handler->set_main_intercept_job(test_stream_reader_job);
194 set_protocol = factory_.SetProtocolHandler("content", protocol_handler);
  /external/chromium_org/net/url_request/
protocol_intercept_job_factory.cc 13 scoped_ptr<ProtocolHandler> protocol_handler)
15 protocol_handler_(protocol_handler.Pass()) {
url_request_job_factory_impl.cc 22 ProtocolHandler* protocol_handler) {
25 if (!protocol_handler) {
37 protocol_handler_map_[scheme] = protocol_handler;
protocol_intercept_job_factory.h 30 scoped_ptr<ProtocolHandler> protocol_handler);
url_request_job_factory_impl.h 25 // URLRequestJobFactory takes ownership of |protocol_handler|.
27 ProtocolHandler* protocol_handler);
url_request_filter.h 59 scoped_ptr<URLRequestJobFactory::ProtocolHandler> protocol_handler);
69 scoped_ptr<URLRequestJobFactory::ProtocolHandler> protocol_handler);
url_request_filter.cc 67 scoped_ptr<URLRequestJobFactory::ProtocolHandler> protocol_handler) {
70 protocol_handler.release();
114 scoped_ptr<URLRequestJobFactory::ProtocolHandler> protocol_handler) {
118 url_handler_map_[url.spec()] = protocol_handler.release();
  /external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 360 scoped_ptr<URLRequestJobFactory::ProtocolHandler> protocol_handler(
363 static_cast<BreakableLinkDoctorProtocolHandler*>(protocol_handler.get());
367 "http", link_doctor_host, protocol_handler.Pass());
    [all...]
load_timing_browsertest.cc 295 TestProtocolHandler* protocol_handler = local
299 base::Unretained(protocol_handler)));
307 base::Unretained(protocol_handler)));

Completed in 192 milliseconds