Searched refs:GetFrontendURL (Results 1 – 7 of 7) sorted by relevance
80 virtual GURL GetFrontendURL() = 0;
56 virtual GURL GetFrontendURL() OVERRIDE;
264 GURL DevToolsHttpHandlerImpl::GetFrontendURL() { in GetFrontendURL() function in content::DevToolsHttpHandlerImpl
83 shell->LoadURL(delegate->devtools_http_handler()->GetFrontendURL()); in Show()
81 virtual std::string GetFrontendURL() = 0;
395 virtual std::string GetFrontendURL() OVERRIDE;475 std::string RemotePageTarget::GetFrontendURL() { in GetFrontendURL() function in RemotePageTarget
404 DevToolsUI::GetProxyURL(page->GetFrontendURL())); in RemotePageOpened()