/external/chromium_org/chrome/browser/devtools/ |
remote_debugging_server.cc | 16 const std::string& frontend_url) { 19 frontend_url,
|
remote_debugging_server.h | 22 const std::string& frontend_url);
|
devtools_window.cc | 403 const std::string& frontend_url, 407 window = Create(profile, DevToolsUI::GetProxyURL(frontend_url), NULL, 713 const GURL& frontend_url, 733 GURL url(GetDevToolsURL(profile, frontend_url, dock_side, 750 std::string frontend_url( 755 frontend_url + 756 ((frontend_url.find("?") == std::string::npos) ? "?" : "&") + [all...] |
devtools_window.h | 213 const GURL& frontend_url, 218 const GURL& frontend_url,
|
devtools_adb_bridge.cc | 772 const std::string& frontend_url, 779 } else if (!frontend_url.empty()) { 782 frontend_url, browser->adb_thread()->message_loop(), profile); 792 const std::string& frontend_url, 796 frontend_url_(frontend_url), [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
devtools_ui.h | 15 static GURL GetProxyURL(const std::string& frontend_url);
|
devtools_ui.cc | 200 GURL DevToolsUI::GetProxyURL(const std::string& frontend_url) { 201 GURL url(frontend_url);
|
/external/chromium_org/content/public/browser/ |
devtools_http_handler.h | 39 const std::string& frontend_url,
|
/external/chromium/chrome/browser/debugger/ |
devtools_http_protocol_handler.h | 42 const std::string& frontend_url, 54 const std::string& frontend_url,
|
devtools_http_protocol_handler.cc | 95 const std::string& frontend_url, 98 new DevToolsHttpProtocolHandler(ip, port, frontend_url, provider);
|
/external/chromium_org/content/shell/browser/ |
shell_devtools_delegate.cc | 144 std::string frontend_url; local 146 frontend_url = base::StringPrintf(kFrontEndURL, 150 DevToolsHttpHandler::Start(CreateSocketFactory(), frontend_url, this);
|
/external/chromium_org/content/browser/devtools/ |
devtools_http_handler_impl.h | 48 const std::string& frontend_url,
|
devtools_http_handler_impl.cc | 153 const std::string& frontend_url, 157 frontend_url, 643 const std::string& frontend_url, 645 : overridden_frontend_url_(frontend_url),
|
/external/chromium/chrome/browser/ |
browser_process_impl.h | 81 const std::string& frontend_url);
|
browser_process.h | 158 const std::string& frontend_url) = 0;
|
browser_process_impl.cc | 529 const std::string& frontend_url) { 534 frontend_url, [all...] |
/external/chromium_org/chrome/browser/ |
browser_process.h | 153 const std::string& frontend_url) = 0;
|
browser_process_impl.h | 98 const std::string& frontend_url) OVERRIDE;
|
browser_process_impl.cc | 565 const std::string& frontend_url) { 573 frontend_url)); [all...] |
/external/chromium_org/chrome/test/base/ |
testing_browser_process.h | 91 const std::string& frontend_url) OVERRIDE;
|
testing_browser_process.cc | 250 const std::string& frontend_url) {
|