/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | tab_contents_container_native.cc | 85 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()
|
D | native_tab_contents_container.h | 37 RenderViewHost* new_host) = 0;
|
D | tab_contents_container_views.cc | 64 RenderViewHost* new_host) { in RenderViewHostChanged() argument
|
D | tab_contents_container_views.h | 58 RenderViewHost* new_host);
|
D | native_tab_contents_container_win.h | 23 RenderViewHost* new_host) OVERRIDE;
|
D | tab_contents_container.cc | 36 switched_details->new_host); in Observe()
|
D | native_tab_contents_container_gtk.h | 25 RenderViewHost* new_host) OVERRIDE;
|
D | tab_contents_container_native.h | 66 RenderViewHost* new_host);
|
D | native_tab_contents_container_win.cc | 65 RenderViewHost* new_host) { in RenderViewHostChanged() argument
|
D | native_tab_contents_container_gtk.cc | 48 RenderViewHost* new_host) { in RenderViewHostChanged() argument
|
/external/chromium/chrome/browser/search_engines/ |
D | search_host_to_urls_map_unittest.cc | 52 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/ |
D | transport_security_state.cc | 455 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/ |
D | cookie_policy_browsertest.cc | 104 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/ |
D | tab_contents_controller.mm | 57 newHost:switched_details->new_host];
|
/external/chromium/chrome/browser/ssl/ |
D | ssl_browser_tests.cc | 287 std::string new_host("localhost"); in IN_PROC_BROWSER_TEST_F() local 288 replacements.SetHostStr(new_host); in IN_PROC_BROWSER_TEST_F()
|