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

1 2

  /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_org/chrome/browser/net/
cookie_policy_browsertest.cc 66 std::string new_host("www.example.com");
67 replacements.SetHostStr(new_host);
  /external/chromium_org/chrome/browser/search_engines/
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/ui/views/widget/desktop_aura/
x11_desktop_handler.cc 120 DesktopRootWindowHostX11* new_host = local
122 if (new_host)
123 new_host->HandleNativeWidgetActivationChanged(true);
  /external/chromium/chrome/browser/net/
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/
socket_host_tcp_server_unittest.cc 129 scoped_ptr<P2PSocketHost> new_host(
131 ASSERT_TRUE(new_host.get() != NULL);
133 reinterpret_cast<P2PSocketHostTcp*>(new_host.get())));
  /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_org/net/http/
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]);
248 if (!IsSTD3ASCIIValidCharacter(new_host[i + 1 + j]))
251 new_host[i + 1 + j] = tolower(new_host[i + 1 + j]);
255 if (new_host[i + 1] == '-' ||
256 new_host[i + label_length] == '-')
    [all...]
  /external/chromium_org/ui/views/controls/webview/
webview.h 117 content::RenderViewHost* new_host);
webview.cc 268 content::RenderViewHost* new_host) {
  /external/chromium_org/content/browser/web_contents/
web_contents_view_gtk.h 99 // Replaces, or updates, the existing WebDragDestGtk with one for |new_host|.
101 void UpdateDragDest(RenderViewHost* new_host);
  /external/chromium_org/chrome/browser/ui/login/
login_prompt_browsertest.cc 779 std::string new_host("www.a.com");
781 replacements.SetHostStr(new_host);
801 std::string new_host("www.b.com");
803 replacements.SetHostStr(new_host);
849 std::string new_host("www.a.com");
851 replacements.SetHostStr(new_host);
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 76 bool new_host) {
78 if (new_host) {
  /external/chromium_org/content/browser/
plugin_service_impl.cc 320 scoped_ptr<PluginProcessHost> new_host(new PluginProcessHost());
321 if (!new_host->Init(info)) {
325 return new_host.release();
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 287 std::string new_host("localhost");
288 replacements.SetHostStr(new_host);
    [all...]

Completed in 1463 milliseconds

1 2