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

  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 612 // Test to ensure that HasWrongProcessForURL behaves properly for different
614 TEST_F(SiteInstanceTest, HasWrongProcessForURL) {
628 EXPECT_FALSE(instance->HasWrongProcessForURL(GURL("http://google.com")));
636 EXPECT_FALSE(instance->HasWrongProcessForURL(GURL("http://evernote.com")));
637 EXPECT_FALSE(instance->HasWrongProcessForURL(
640 EXPECT_TRUE(instance->HasWrongProcessForURL(GURL("chrome://settings")));
654 EXPECT_FALSE(webui_instance->HasWrongProcessForURL(webui_url));
655 EXPECT_TRUE(webui_instance->HasWrongProcessForURL(GURL("http://google.com")));
658 // even if we haven't called GetProcess yet. Make sure HasWrongProcessForURL
664 EXPECT_FALSE(webui_instance2->HasWrongProcessForURL(webui_url))
    [all...]
site_instance_impl.h 46 bool HasWrongProcessForURL(const GURL& url);
site_instance_impl.cc 189 bool SiteInstanceImpl::HasWrongProcessForURL(const GURL& url) {
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc     [all...]
navigation_controller_impl.cc 344 site_instance->HasWrongProcessForURL(entry->GetURL())) {
    [all...]

Completed in 264 milliseconds