Home
last modified time | relevance | path

Searched refs:GetDiscoveryPageHTML (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/public/browser/
Ddevtools_http_handler_delegate.h27 virtual std::string GetDiscoveryPageHTML() = 0;
/external/chromium_org/chrome/browser/devtools/
Dbrowser_list_tabcontents_provider.h26 virtual std::string GetDiscoveryPageHTML() OVERRIDE;
Dbrowser_list_tabcontents_provider.cc55 std::string BrowserListTabContentsProvider::GetDiscoveryPageHTML() { in GetDiscoveryPageHTML() function in BrowserListTabContentsProvider
/external/chromium_org/android_webview/native/
Daw_dev_tools_server.cc88 virtual std::string GetDiscoveryPageHTML() OVERRIDE;
131 std::string AwDevToolsServerDelegate::GetDiscoveryPageHTML() { in GetDiscoveryPageHTML() function in __anon3f41ba3d0111::AwDevToolsServerDelegate
/external/chromium_org/content/shell/browser/
Dshell_devtools_delegate.h26 virtual std::string GetDiscoveryPageHTML() OVERRIDE;
Dshell_devtools_delegate.cc163 std::string ShellDevToolsDelegate::GetDiscoveryPageHTML() { in GetDiscoveryPageHTML() function in content::ShellDevToolsDelegate
/external/chromium_org/content/browser/devtools/
Ddevtools_http_handler_unittest.cc75 virtual std::string GetDiscoveryPageHTML() OVERRIDE { return std::string(); } in GetDiscoveryPageHTML() function in content::__anon76b0490a0111::DummyDelegate
Ddevtools_http_handler_impl.cc584 std::string response = delegate_->GetDiscoveryPageHTML(); in OnDiscoveryPageRequestUI()
/external/chromium_org/chrome/browser/android/
Ddev_tools_server.cc275 virtual std::string GetDiscoveryPageHTML() OVERRIDE { in GetDiscoveryPageHTML() function in __anon070055380111::DevToolsServerDelegate