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

  /external/chromium_org/android_webview/native/
aw_dev_tools_server.h 34 content::DevToolsHttpHandler* protocol_handler_; member in class:android_webview::AwDevToolsServer
aw_dev_tools_server.cc 97 : protocol_handler_(NULL) {
105 if (protocol_handler_)
111 protocol_handler_ = content::DevToolsHttpHandler::Start(
119 if (!protocol_handler_)
121 // Note that the call to Stop() below takes care of |protocol_handler_|
123 protocol_handler_->Stop();
124 protocol_handler_ = NULL;
128 return protocol_handler_;
  /external/chromium_org/chrome/browser/android/
dev_tools_server.h 32 content::DevToolsHttpHandler* protocol_handler_; member in class:DevToolsServer
dev_tools_server.cc 185 protocol_handler_(NULL) {
199 if (protocol_handler_)
208 protocol_handler_ = content::DevToolsHttpHandler::Start(
216 if (!protocol_handler_)
218 // Note that the call to Stop() below takes care of |protocol_handler_|
220 protocol_handler_->Stop();
221 protocol_handler_ = NULL;
225 return protocol_handler_;
  /external/chromium_org/net/url_request/
url_request_unittest.cc 623 TestJobInterceptor* protocol_handler_ = new TestJobInterceptor(); local
625 job_factory_.SetProtocolHandler("http", protocol_handler_);
626 return protocol_handler_;
    [all...]

Completed in 230 milliseconds