Searched refs:frontend_url_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc410 std::string frontend_url_; member in class:RemotePageTarget
459 frontend_url_ = GetStringProperty(value, "devtoolsFrontendUrl");
461 size_t ws_param = frontend_url_.find("?ws");
463 frontend_url_ = frontend_url_.substr(0, ws_param);
464 if (frontend_url_.find("http:") == 0)
465 frontend_url_ = "https:" + frontend_url_.substr(5);
476 return frontend_url_;
493 DevToolsWindow::OpenExternalFrontend(profile, frontend_url_, GetAgentHos
[all...]
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.h121 std::string frontend_url_; member in class:content::DevToolsHttpHandlerImpl
H A Ddevtools_http_handler_impl.cc268 return GURL(std::string("http://") + ip_address.ToString() + frontend_url_);
449 frontend_url_.c_str(),
450 frontend_url_.find("?") == std::string::npos ? "?" : "&",
712 : frontend_url_(frontend_url),
716 if (frontend_url_.empty())
717 frontend_url_ = "/devtools/devtools.html";

Completed in 213 milliseconds