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

  /external/chromium_org/chrome/browser/google/
google_util_unittest.cc 20 bool IsHomePage(const std::string& url) {
39 EXPECT_TRUE(IsHomePage(GoogleURLTracker::kDefaultGoogleHomepage));
40 EXPECT_TRUE(IsHomePage("http://google.com"));
41 EXPECT_TRUE(IsHomePage("http://www.google.com"));
42 EXPECT_TRUE(IsHomePage("http://www.google.ca"));
43 EXPECT_TRUE(IsHomePage("http://www.google.co.uk"));
44 EXPECT_TRUE(IsHomePage("http://www.google.com:80/"));
48 EXPECT_TRUE(IsHomePage("http://www.google.com/"));
49 EXPECT_TRUE(IsHomePage("http://www.google.com/webhp"));
50 EXPECT_TRUE(IsHomePage("http://www.google.com/webhp?rlz=TEST"))
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 193 bool IsHomePage(PageTransition transition) {
206 return IsBackForward(transition) || IsHomePage(transition) ||
    [all...]

Completed in 117 milliseconds