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 608 // Test to ensure that HasWrongProcessForURL behaves properly for different
610 TEST_F(SiteInstanceTest, HasWrongProcessForURL) {
624 EXPECT_FALSE(instance->HasWrongProcessForURL(GURL("http://google.com")));
632 EXPECT_FALSE(instance->HasWrongProcessForURL(GURL("http://evernote.com")));
633 EXPECT_FALSE(instance->HasWrongProcessForURL(
636 EXPECT_TRUE(instance->HasWrongProcessForURL(GURL("chrome://settings")));
650 EXPECT_FALSE(webui_instance->HasWrongProcessForURL(webui_url));
651 EXPECT_TRUE(webui_instance->HasWrongProcessForURL(GURL("http://google.com")));
654 // even if we haven't called GetProcess yet. Make sure HasWrongProcessForURL
660 EXPECT_FALSE(webui_instance2->HasWrongProcessForURL(webui_url))
    [all...]
site_instance_impl.h 44 bool HasWrongProcessForURL(const GURL& url);
site_instance_impl.cc 188 bool SiteInstanceImpl::HasWrongProcessForURL(const GURL& url) {
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc 646 if (current_site_instance->HasWrongProcessForURL(dest_url))
721 !current_site_instance->HasWrongProcessForURL(dest_url)) {
    [all...]
navigation_controller_impl.cc 338 site_instance->HasWrongProcessForURL(entry->GetURL())) {
    [all...]

Completed in 65 milliseconds