Searched refs:HasWrongProcessForURL (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/
H A Dsite_instance_impl_unittest.cc635 // Test to ensure that HasWrongProcessForURL behaves properly for different
637 TEST_F(SiteInstanceTest, HasWrongProcessForURL) {
651 EXPECT_FALSE(instance->HasWrongProcessForURL(GURL("http://google.com")));
659 EXPECT_FALSE(instance->HasWrongProcessForURL(GURL("http://evernote.com")));
660 EXPECT_FALSE(instance->HasWrongProcessForURL(
663 EXPECT_TRUE(instance->HasWrongProcessForURL(GURL("chrome://settings")));
677 EXPECT_FALSE(webui_instance->HasWrongProcessForURL(webui_url));
678 EXPECT_TRUE(webui_instance->HasWrongProcessForURL(GURL("http://google.com")));
681 // even if we haven't called GetProcess yet. Make sure HasWrongProcessForURL
687 EXPECT_FALSE(webui_instance2->HasWrongProcessForURL(webui_ur
[all...]
H A Dsite_instance_impl.h46 bool HasWrongProcessForURL(const GURL& url);
H A Dsite_instance_impl.cc193 bool SiteInstanceImpl::HasWrongProcessForURL(const GURL& url) { function in class:content::SiteInstanceImpl
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager.cc930 if (current_site_instance->HasWrongProcessForURL(dest_url))
1013 !current_site_instance->HasWrongProcessForURL(dest_url)) {
H A Dnavigation_controller_impl.cc357 site_instance->HasWrongProcessForURL(entry->GetURL())) {

Completed in 97 milliseconds