HomeSort by relevance Sort by last modified time
    Searched refs:new_host (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/ui/views/tab_contents/
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);
native_tab_contents_container.h 37 RenderViewHost* new_host) = 0;
native_tab_contents_container_gtk.h 25 RenderViewHost* new_host) OVERRIDE;
native_tab_contents_container_win.h 23 RenderViewHost* new_host) OVERRIDE;
tab_contents_container_native.h 66 RenderViewHost* new_host);
tab_contents_container_views.cc 64 RenderViewHost* new_host) {
tab_contents_container_views.h 58 RenderViewHost* new_host);
native_tab_contents_container_win.cc 65 RenderViewHost* new_host) {
tab_contents_container.cc 36 switched_details->new_host);
native_tab_contents_container_gtk.cc 48 RenderViewHost* new_host) {
  /external/chromium/chrome/browser/search_engines/
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/chrome/browser/net/
cookie_policy_browsertest.cc 104 std::string new_host("www.example.com");
105 replacements.SetHostStr(new_host);
  /external/chromium/net/base/
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[i + label_length] == '-')
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 287 std::string new_host("localhost");
288 replacements.SetHostStr(new_host);
    [all...]

Completed in 308 milliseconds