Home
last modified time | relevance | path

Searched refs:new_host (Results 1 – 15 of 15) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_container_native.cc85 RenderViewHost* new_host) { in RenderViewHostChanged() argument
86 if (new_host) in RenderViewHostChanged()
87 RenderWidgetHostViewChanged(new_host->view()); in RenderViewHostChanged()
88 native_container_->RenderViewHostChanged(old_host, new_host); in RenderViewHostChanged()
Dnative_tab_contents_container.h37 RenderViewHost* new_host) = 0;
Dtab_contents_container_views.cc64 RenderViewHost* new_host) { in RenderViewHostChanged() argument
Dtab_contents_container_views.h58 RenderViewHost* new_host);
Dnative_tab_contents_container_win.h23 RenderViewHost* new_host) OVERRIDE;
Dtab_contents_container.cc36 switched_details->new_host); in Observe()
Dnative_tab_contents_container_gtk.h25 RenderViewHost* new_host) OVERRIDE;
Dtab_contents_container_native.h66 RenderViewHost* new_host);
Dnative_tab_contents_container_win.cc65 RenderViewHost* new_host) { in RenderViewHostChanged() argument
Dnative_tab_contents_container_gtk.cc48 RenderViewHost* new_host) { in RenderViewHostChanged() argument
/external/chromium/chrome/browser/search_engines/
Dsearch_host_to_urls_map_unittest.cc52 std::string new_host = "example.com"; in TEST_F() local
54 new_t_url.SetURL("http://" + new_host + "/", 0, 0); in TEST_F()
58 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(new_host)); in TEST_F()
80 std::string new_host = "example.com"; in TEST_F() local
82 new_values.SetURL("http://" + new_host + "/", 0, 0); in TEST_F()
87 ASSERT_EQ(&t_urls_[0], provider_map_->GetTemplateURLForHost(new_host)); in TEST_F()
/external/chromium/net/base/
Dtransport_security_state.cc455 std::string new_host; in CanonicalizeHost() local
456 if (!DNSDomainFromDot(host, &new_host)) { in CanonicalizeHost()
462 for (size_t i = 0; new_host[i]; i += new_host[i] + 1) { in CanonicalizeHost()
463 const unsigned label_length = static_cast<unsigned>(new_host[i]); in CanonicalizeHost()
469 if (!IsSTD3ASCIIValidCharacter(new_host[i + 1 + j])) in CanonicalizeHost()
472 new_host[i + 1 + j] = tolower(new_host[i + 1 + j]); in CanonicalizeHost()
476 if (new_host[i + 1] == '-' || in CanonicalizeHost()
477 new_host[i + label_length] == '-') { in CanonicalizeHost()
482 return new_host; in CanonicalizeHost()
/external/chromium/chrome/browser/net/
Dcookie_policy_browsertest.cc104 std::string new_host("www.example.com"); in IN_PROC_BROWSER_TEST_F() local
105 replacements.SetHostStr(new_host); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm57 newHost:switched_details->new_host];
/external/chromium/chrome/browser/ssl/
Dssl_browser_tests.cc287 std::string new_host("localhost"); in IN_PROC_BROWSER_TEST_F() local
288 replacements.SetHostStr(new_host); in IN_PROC_BROWSER_TEST_F()