Searched refs:protocol_handler_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/android_webview/native/
H A Daw_dev_tools_server.h34 content::DevToolsHttpHandler* protocol_handler_; member in class:android_webview::AwDevToolsServer
H A Daw_dev_tools_server.cc164 : protocol_handler_(NULL) {
172 if (protocol_handler_)
175 protocol_handler_ = content::DevToolsHttpHandler::Start(
186 if (!protocol_handler_)
188 // Note that the call to Stop() below takes care of |protocol_handler_|
190 protocol_handler_->Stop();
191 protocol_handler_ = NULL;
195 return protocol_handler_;
/external/chromium_org/net/url_request/
H A Dprotocol_intercept_job_factory.cc15 protocol_handler_(protocol_handler.Pass()) {
25 URLRequestJob* job = protocol_handler_->MaybeCreateJob(request,
H A Dprotocol_intercept_job_factory.h21 // This class acts as a wrapper for URLRequestJobFactory. |protocol_handler_| is
23 // If |protocol_handler_| does not create a job (i.e. MaybeCreateJob() returns
25 // Only the MaybeCreateJob() member of |protocol_handler_| is called; the
44 scoped_ptr<ProtocolHandler> protocol_handler_; member in class:net::ProtocolInterceptJobFactory
H A Durl_request_unittest.cc614 TestJobInterceptor* protocol_handler_ = new TestJobInterceptor(); local
616 job_factory_.SetProtocolHandler("http", protocol_handler_);
617 return protocol_handler_;
/external/chromium_org/chrome/browser/android/
H A Ddev_tools_server.h35 content::DevToolsHttpHandler* protocol_handler_; member in class:DevToolsServer
H A Ddev_tools_server.cc388 protocol_handler_(NULL) {
400 protocol_handler_(NULL) {
414 if (protocol_handler_)
417 protocol_handler_ = content::DevToolsHttpHandler::Start(
428 if (!protocol_handler_)
430 // Note that the call to Stop() below takes care of |protocol_handler_|
432 protocol_handler_->Stop();
433 protocol_handler_ = NULL;
437 return protocol_handler_;
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_browsertest.cc331 BreakableLinkDoctorProtocolHandler* protocol_handler_; member in class:chrome_browser_net::__anon5583::DnsProbeBrowserTestIOThreadHelper
339 protocol_handler_(NULL),
348 CHECK(!protocol_handler_);
362 protocol_handler_ =
401 protocol_handler_->set_net_error(link_doctor_net_error);
408 protocol_handler_->SetDelayRequests(delay_requests);
415 protocol_handler_->SetRequestDestructionCallback(callback);

Completed in 190 milliseconds