HomeSort by relevance Sort by last modified time
    Searched full:webui_instance (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 640 scoped_refptr<SiteInstanceImpl> webui_instance(static_cast<SiteInstanceImpl*>(
642 webui_instance->SetSite(webui_url);
643 scoped_ptr<RenderProcessHost> webui_host(webui_instance->GetProcess());
649 EXPECT_TRUE(webui_instance->HasProcess());
650 EXPECT_FALSE(webui_instance->HasWrongProcessForURL(webui_url));
651 EXPECT_TRUE(webui_instance->HasWrongProcessForURL(GURL("http://google.com")));
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 901 SiteInstance* webui_instance = host1->GetSiteInstance(); local
911 browser_context(), webui_instance, MSG_ROUTING_NONE, MSG_ROUTING_NONE); local
    [all...]

Completed in 68 milliseconds