Searched refs:is_chrome_protocol (Results 1 – 3 of 3) sorted by relevance
150 EXPECT_FALSE(cf_url.is_chrome_protocol()); in TEST_F()159 EXPECT_FALSE(cf_url.is_chrome_protocol()); in TEST_F()167 EXPECT_FALSE(cf_url.is_chrome_protocol()); in TEST_F()176 EXPECT_TRUE(cf_url.is_chrome_protocol()); in TEST_F()184 EXPECT_TRUE(cf_url.is_chrome_protocol()); in TEST_F()
256 RendererType renderer_type = cf_url.is_chrome_protocol() ? in Load()275 if (cf_url.is_chrome_protocol() && !is_safe_scheme && in Load()286 if (!cf_url.is_chrome_protocol() && !cf_url.attach_to_external_tab()) in Load()
510 bool is_chrome_protocol() const { in is_chrome_protocol() function