Searched refs:google_domain (Results 1 – 1 of 1) sorted by relevance
563 const char google_domain[] = "google.com"; in TEST() local566 EXPECT_TRUE(url_1.DomainIs(google_domain)); in TEST()569 EXPECT_TRUE(url_2.DomainIs(google_domain)); in TEST()572 EXPECT_TRUE(url_3.DomainIs(google_domain)); in TEST()584 EXPECT_FALSE(url_7.DomainIs(google_domain)); in TEST()587 EXPECT_FALSE(url_8.DomainIs(google_domain)); in TEST()590 EXPECT_FALSE(url_9.DomainIs(google_domain)); in TEST()596 EXPECT_TRUE(url_11.DomainIs(google_domain)); in TEST()599 EXPECT_FALSE(url_12.DomainIs(google_domain)); in TEST()