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

/external/chromium_org/components/google/core/browser/
H A Dgoogle_util_unittest.cc28 bool StartsWithBaseURL(const std::string& url) { function in namespace:__anon6531
295 EXPECT_FALSE(StartsWithBaseURL(std::string()));
296 EXPECT_FALSE(StartsWithBaseURL("http://www.foo.com/"));
297 EXPECT_FALSE(StartsWithBaseURL("http://www.google.com/"));
318 EXPECT_FALSE(StartsWithBaseURL(std::string()));
319 EXPECT_TRUE(StartsWithBaseURL("http://www.foo.com/"));
320 EXPECT_TRUE(StartsWithBaseURL("http://www.foo.com/abc"));
321 EXPECT_FALSE(StartsWithBaseURL("https://www.foo.com/"));
322 EXPECT_FALSE(StartsWithBaseURL("http://www.google.com/"));

Completed in 99 milliseconds