/external/chromium_org/content/shell/browser/ |
D | shell_devtools_frontend.cc | 31 const std::string& frontend_url) { in GetDevToolsPathAsURL() argument 32 if (!frontend_url.empty()) in GetDevToolsPathAsURL() 33 return GURL(frontend_url); in GetDevToolsPathAsURL() 66 const std::string& frontend_url) { in Show() argument 81 shell->LoadURL(GetDevToolsPathAsURL(settings, frontend_url)); in Show()
|
D | shell_devtools_frontend.h | 19 const std::string& frontend_url); 32 const std::string& frontend_url);
|
D | shell_devtools_delegate.cc | 185 std::string frontend_url; in ShellDevToolsDelegate() local 187 frontend_url = base::StringPrintf(kFrontEndURL, GetWebKitRevision().c_str()); in ShellDevToolsDelegate() 190 DevToolsHttpHandler::Start(CreateSocketFactory(), frontend_url, this, in ShellDevToolsDelegate()
|
D | shell.cc | 239 const std::string& frontend_url) { in ShowDevToolsForTest() argument 240 InnerShowDevTools(settings, frontend_url); in ShowDevToolsForTest() 381 const std::string& frontend_url) { in InnerShowDevTools() argument 384 web_contents(), settings, frontend_url); in InnerShowDevTools()
|
D | shell.h | 74 const std::string& frontend_url); 220 const std::string& frontend_url);
|
D | webkit_test_controller.h | 171 const std::string& frontend_url);
|
D | webkit_test_controller.cc | 590 const std::string& frontend_url) { in OnShowDevTools() argument 591 main_window_->ShowDevToolsForTest(settings, frontend_url); in OnShowDevTools()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | inspect_ui.cc | 328 const GURL& frontend_url) { in InspectBrowserWithCustomFrontend() argument 329 if (!frontend_url.SchemeIs(content::kChromeUIScheme) && in InspectBrowserWithCustomFrontend() 330 !frontend_url.SchemeIs(content::kChromeDevToolsScheme) && in InspectBrowserWithCustomFrontend() 331 frontend_url.host() != kLocalHost) { in InspectBrowserWithCustomFrontend() 349 content::OpenURLParams(frontend_url, in InspectBrowserWithCustomFrontend() 357 new DevToolsUIBindingsEnabler(front_end, frontend_url); in InspectBrowserWithCustomFrontend()
|
D | devtools_ui.h | 20 static GURL GetProxyURL(const std::string& frontend_url);
|
D | inspect_ui.h | 45 const GURL& frontend_url);
|
D | devtools_ui.cc | 341 GURL DevToolsUI::GetProxyURL(const std::string& frontend_url) { in GetProxyURL() argument 342 GURL url(frontend_url); in GetProxyURL()
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_window.cc | 458 const std::string& frontend_url, in OpenExternalFrontend() argument 463 window = Create(profile, DevToolsUI::GetProxyURL(frontend_url), NULL, in OpenExternalFrontend() 723 const GURL& frontend_url, in Create() argument 741 GURL url(GetDevToolsURL(profile, frontend_url, in Create() 760 std::string frontend_url( in GetDevToolsURL() local 763 frontend_url + in GetDevToolsURL() 764 ((frontend_url.find("?") == std::string::npos) ? "?" : "&")); in GetDevToolsURL()
|
D | devtools_window.h | 202 const GURL& frontend_url, 207 const GURL& frontend_url,
|
D | devtools_ui_bindings.cc | 300 std::string frontend_url = base_url.spec(); in ApplyThemeToURL() local 304 frontend_url + in ApplyThemeToURL() 305 ((frontend_url.find("?") == std::string::npos) ? "?" : "&") + in ApplyThemeToURL()
|
/external/chromium_org/content/public/browser/ |
D | devtools_http_handler.h | 71 const std::string& frontend_url,
|
/external/chromium_org/content/browser/devtools/ |
D | devtools_http_handler_impl.h | 48 const std::string& frontend_url,
|
D | devtools_http_handler_impl.cc | 170 const std::string& frontend_url, in Start() argument 175 frontend_url, in Start() 709 const std::string& frontend_url, in DevToolsHttpHandlerImpl() argument 712 : frontend_url_(frontend_url), in DevToolsHttpHandlerImpl()
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | web_test_delegate.h | 127 const std::string& frontend_url) = 0;
|
D | test_runner.h | 87 const std::string& frontend_url); 484 const std::string& frontend_url);
|
D | test_runner.cc | 1218 std::string frontend_url; in ShowWebInspector() local 1219 args->GetNext(&frontend_url); in ShowWebInspector() 1220 runner_->ShowWebInspector(settings, frontend_url); in ShowWebInspector() 1910 const std::string& frontend_url) { in ShowDevTools() argument 1911 delegate_->ShowDevTools(settings, frontend_url); in ShowDevTools() 2682 const std::string& frontend_url) { in ShowWebInspector() argument 2683 ShowDevTools(str, frontend_url); in ShowWebInspector()
|
/external/chromium_org/content/shell/renderer/ |
D | webkit_test_runner.h | 90 const std::string& frontend_url) OVERRIDE;
|
D | webkit_test_runner.cc | 387 const std::string& frontend_url) { in ShowDevTools() argument 389 routing_id(), settings, frontend_url)); in ShowDevTools()
|