Home
last modified time | relevance | path

Searched refs:frontend_url (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/content/shell/browser/
Dshell_devtools_frontend.cc30 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()
Dshell_devtools_frontend.h20 const std::string& frontend_url);
32 const std::string& frontend_url);
Dshell_devtools_delegate.cc146 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()
Dshell.cc239 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()
Dshell.h71 const std::string& frontend_url);
217 const std::string& frontend_url);
Dwebkit_test_controller.h171 const std::string& frontend_url);
Dwebkit_test_controller.cc582 const std::string& frontend_url) { in OnShowDevTools() argument
583 main_window_->ShowDevToolsForTest(settings, frontend_url); in OnShowDevTools()
/external/chromium_org/chrome/browser/ui/webui/
Dinspect_ui.cc265 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()
Ddevtools_ui.h15 static GURL GetProxyURL(const std::string& frontend_url);
Ddevtools_ui.cc237 GURL DevToolsUI::GetProxyURL(const std::string& frontend_url) { in GetProxyURL() argument
238 GURL url(frontend_url); in GetProxyURL()
Dinspect_ui.h45 const GURL& frontend_url);
/external/chromium_org/content/public/browser/
Ddevtools_http_handler.h44 const std::string& frontend_url,
/external/chromium_org/chrome/browser/devtools/
Ddevtools_window.cc420 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()
Ddevtools_window.h201 const GURL& frontend_url,
206 const GURL& frontend_url,
Ddevtools_ui_bindings.cc288 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/
Ddevtools_http_handler_impl.cc157 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()
Ddevtools_http_handler_impl.h48 const std::string& frontend_url,
/external/chromium_org/content/shell/renderer/test_runner/
DWebTestDelegate.h106 const std::string& frontend_url) = 0;
Dtest_runner.h85 const std::string& frontend_url);
477 const std::string& frontend_url);
Dtest_runner.cc1195 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/
Dwebkit_test_runner.h89 const std::string& frontend_url) OVERRIDE;
Dwebkit_test_runner.cc376 const std::string& frontend_url) { in showDevTools() argument
378 routing_id(), settings, frontend_url)); in showDevTools()