/external/chromium/chrome/browser/ui/views/tab_contents/ |
H A D | tab_contents_container_native.cc | 85 RenderViewHost* new_host) { 86 if (new_host) 87 RenderWidgetHostViewChanged(new_host->view()); 88 native_container_->RenderViewHostChanged(old_host, new_host); 84 RenderViewHostChanged(RenderViewHost* old_host, RenderViewHost* new_host) argument
|
H A D | native_tab_contents_container.h | 37 RenderViewHost* new_host) = 0;
|
H A D | native_tab_contents_container_win.h | 23 RenderViewHost* new_host) OVERRIDE;
|
H A D | tab_contents_container_views.cc | 64 RenderViewHost* new_host) { 63 RenderViewHostChanged(RenderViewHost* old_host, RenderViewHost* new_host) argument
|
H A D | tab_contents_container_views.h | 58 RenderViewHost* new_host);
|
H A D | native_tab_contents_container_gtk.h | 25 RenderViewHost* new_host) OVERRIDE;
|
H A D | native_tab_contents_container_win.cc | 65 RenderViewHost* new_host) { 63 RenderViewHostChanged( RenderViewHost* old_host, RenderViewHost* new_host) argument
|
H A D | tab_contents_container.cc | 36 switched_details->new_host);
|
H A D | tab_contents_container_native.h | 66 RenderViewHost* new_host);
|
H A D | native_tab_contents_container_gtk.cc | 48 RenderViewHost* new_host) { 46 RenderViewHostChanged( RenderViewHost* old_host, RenderViewHost* new_host) argument
|
/external/chromium/chrome/browser/search_engines/ |
H A D | search_host_to_urls_map_unittest.cc | 52 std::string new_host = "example.com"; local 54 new_t_url.SetURL("http://" + new_host + "/", 0, 0); 58 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(new_host)); 80 std::string new_host = "example.com"; local 82 new_values.SetURL("http://" + new_host + "/", 0, 0); 87 ASSERT_EQ(&t_urls_[0], provider_map_->GetTemplateURLForHost(new_host));
|
/external/chromium_org/chrome/browser/net/ |
H A D | cookie_policy_browsertest.cc | 66 std::string new_host("www.example.com"); 67 replacements.SetHostStr(new_host);
|
/external/chromium_org/chrome/browser/search_engines/ |
H A D | search_host_to_urls_map_unittest.cc | 47 std::string new_host = "example.com"; local 49 data.SetURL("http://" + new_host + "/"); 54 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(new_host));
|
/external/chromium_org/components/web_modal/ |
H A D | native_web_contents_modal_dialog_manager.h | 60 virtual void HostChanged(WebContentsModalDialogHost* new_host) = 0;
|
/external/chromium/chrome/browser/net/ |
H A D | cookie_policy_browsertest.cc | 104 std::string new_host("www.example.com"); 105 replacements.SetHostStr(new_host);
|
/external/chromium_org/content/browser/renderer_host/p2p/ |
H A D | socket_host_tcp_server_unittest.cc | 131 scoped_ptr<P2PSocketHost> new_host( 133 ASSERT_TRUE(new_host.get() != NULL); 135 reinterpret_cast<P2PSocketHostTcp*>(new_host.get())));
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
H A D | x11_desktop_handler.cc | 159 DesktopRootWindowHostX11* new_host = local 161 if (new_host) 162 new_host->HandleNativeWidgetActivationChanged(true);
|
/external/chromium/net/base/ |
H A D | transport_security_state.cc | 455 std::string new_host; local 456 if (!DNSDomainFromDot(host, &new_host)) { 462 for (size_t i = 0; new_host[i]; i += new_host[i] + 1) { 463 const unsigned label_length = static_cast<unsigned>(new_host[i]); 469 if (!IsSTD3ASCIIValidCharacter(new_host[i + 1 + j])) 472 new_host[i + 1 + j] = tolower(new_host[i + 1 + j]); 476 if (new_host[i + 1] == '-' || 477 new_host[ [all...] |
/external/chromium_org/net/http/ |
H A D | transport_security_state.cc | 234 std::string new_host; local 235 if (!DNSDomainFromDot(host, &new_host)) { 241 for (size_t i = 0; new_host[i]; i += new_host[i] + 1) { 242 const unsigned label_length = static_cast<unsigned>(new_host[i]); 247 new_host[i + 1 + j] = tolower(new_host[i + 1 + j]); 251 return new_host;
|
/external/chromium_org/content/browser/devtools/ |
H A D | render_view_devtools_agent_host.h | 67 RenderViewHost* new_host) OVERRIDE;
|
H A D | render_view_devtools_agent_host.cc | 249 RenderViewHost* new_host) { 250 if (new_host != render_view_host_) { 254 ConnectRenderViewHost(new_host); 247 RenderViewHostChanged( RenderViewHost* old_host, RenderViewHost* new_host) argument
|
/external/chromium_org/chrome/browser/ui/gtk/ |
H A D | web_contents_modal_dialog_manager_gtk.cc | 90 web_modal::WebContentsModalDialogHost* new_host) OVERRIDE {
|
/external/chromium_org/ui/views/controls/webview/ |
H A D | webview.h | 111 content::RenderViewHost* new_host) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/ |
H A D | web_contents_modal_dialog_manager_views.cc | 187 web_modal::WebContentsModalDialogHost* new_host) OVERRIDE { 191 host_ = new_host;
|
/external/chromium_org/chrome/browser/ui/cocoa/apps/ |
H A D | native_app_window_cocoa.h | 141 content::RenderViewHost* new_host) OVERRIDE;
|