Searched refs:webui_instance (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/
H A Dsite_instance_impl_unittest.cc667 scoped_refptr<SiteInstanceImpl> webui_instance(static_cast<SiteInstanceImpl*>(
669 webui_instance->SetSite(webui_url);
670 scoped_ptr<RenderProcessHost> webui_host(webui_instance->GetProcess());
676 EXPECT_TRUE(webui_instance->HasProcess());
677 EXPECT_FALSE(webui_instance->HasWrongProcessForURL(webui_url));
678 EXPECT_TRUE(webui_instance->HasWrongProcessForURL(GURL("http://google.com")));
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_unittest.cc965 SiteInstance* webui_instance = host1->GetSiteInstance(); local
972 TestWebContents::Create(browser_context(), webui_instance));

Completed in 292 milliseconds