Home
last modified time | relevance | path

Searched refs:devtools_http_handler_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_process_impl.cc187 if (devtools_http_handler_.get()) { in ~BrowserProcessImpl()
188 devtools_http_handler_->Stop(); in ~BrowserProcessImpl()
189 devtools_http_handler_ = NULL; in ~BrowserProcessImpl()
531 devtools_http_handler_ = in InitDevToolsHttpProtocolHandler()
Dbrowser_process_impl.h199 scoped_refptr<DevToolsHttpProtocolHandler> devtools_http_handler_; variable