/external/chromium_org/content/shell/browser/ |
D | shell_devtools_frontend.cc | 30 const std::string& frontend_url) { in GetDevToolsPathAsURL() argument 31 if (!frontend_url.empty()) in GetDevToolsPathAsURL() 32 return GURL(frontend_url); in GetDevToolsPathAsURL() 65 const std::string& frontend_url) { in Show() argument 81 shell->LoadURL(GetDevToolsPathAsURL(settings, frontend_url)); in Show()
|
D | shell_devtools_frontend.h | 20 const std::string& frontend_url); 32 const std::string& frontend_url);
|
D | shell_devtools_delegate.cc | 146 std::string frontend_url; in ShellDevToolsDelegate() local 148 frontend_url = base::StringPrintf(kFrontEndURL, GetWebKitRevision().c_str()); in ShellDevToolsDelegate() 151 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 | 71 const std::string& frontend_url); 217 const std::string& frontend_url);
|
D | webkit_test_controller.h | 171 const std::string& frontend_url);
|
D | webkit_test_controller.cc | 582 const std::string& frontend_url) { in OnShowDevTools() argument 583 main_window_->ShowDevToolsForTest(settings, frontend_url); in OnShowDevTools()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | inspect_ui.cc | 265 const GURL& frontend_url) { in InspectBrowserWithCustomFrontend() argument 266 if (!frontend_url.SchemeIs(content::kChromeUIScheme) && in InspectBrowserWithCustomFrontend() 267 !frontend_url.SchemeIs(content::kChromeDevToolsScheme) && in InspectBrowserWithCustomFrontend() 268 frontend_url.host() != kLocalHost) { in InspectBrowserWithCustomFrontend() 294 frontend_url); in InspectBrowserWithCustomFrontend()
|
D | devtools_ui.h | 15 static GURL GetProxyURL(const std::string& frontend_url);
|
D | devtools_ui.cc | 237 GURL DevToolsUI::GetProxyURL(const std::string& frontend_url) { in GetProxyURL() argument 238 GURL url(frontend_url); in GetProxyURL()
|
D | inspect_ui.h | 45 const GURL& frontend_url);
|
/external/chromium_org/content/public/browser/ |
D | devtools_http_handler.h | 44 const std::string& frontend_url,
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_window.cc | 420 const std::string& frontend_url, in OpenExternalFrontend() argument 424 window = Create(profile, DevToolsUI::GetProxyURL(frontend_url), NULL, in OpenExternalFrontend() 665 const GURL& frontend_url, in Create() argument 685 GURL url(GetDevToolsURL(profile, frontend_url, in Create() 703 std::string frontend_url( in GetDevToolsURL() local 706 frontend_url + in GetDevToolsURL() 707 ((frontend_url.find("?") == std::string::npos) ? "?" : "&")); in GetDevToolsURL()
|
D | devtools_window.h | 201 const GURL& frontend_url, 206 const GURL& frontend_url,
|
D | devtools_ui_bindings.cc | 288 std::string frontend_url = base_url.spec(); in ApplyThemeToURL() local 292 frontend_url + in ApplyThemeToURL() 293 ((frontend_url.find("?") == std::string::npos) ? "?" : "&") + in ApplyThemeToURL()
|
/external/chromium_org/content/browser/devtools/ |
D | devtools_http_handler_impl.cc | 157 const std::string& frontend_url, in Start() argument 162 frontend_url, in Start() 651 const std::string& frontend_url, in DevToolsHttpHandlerImpl() argument 654 : frontend_url_(frontend_url), in DevToolsHttpHandlerImpl()
|
D | devtools_http_handler_impl.h | 48 const std::string& frontend_url,
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | WebTestDelegate.h | 106 const std::string& frontend_url) = 0;
|
D | test_runner.h | 85 const std::string& frontend_url); 477 const std::string& frontend_url);
|
D | test_runner.cc | 1195 std::string frontend_url; in ShowWebInspector() local 1196 args->GetNext(&frontend_url); in ShowWebInspector() 1197 runner_->ShowWebInspector(settings, frontend_url); in ShowWebInspector() 1871 const std::string& frontend_url) { in showDevTools() argument 1872 delegate_->showDevTools(settings, frontend_url); in showDevTools() 2629 const std::string& frontend_url) { in ShowWebInspector() argument 2630 showDevTools(str, frontend_url); in ShowWebInspector()
|
/external/chromium_org/content/shell/renderer/ |
D | webkit_test_runner.h | 89 const std::string& frontend_url) OVERRIDE;
|
D | webkit_test_runner.cc | 376 const std::string& frontend_url) { in showDevTools() argument 378 routing_id(), settings, frontend_url)); in showDevTools()
|