IsPathPrefix 96 chrome/browser/history/top_sites_cache.cc !IsPathPrefix(base_url.path(), compare_url_lo.path())) { IsPathPrefix 107 chrome/browser/history/top_sites_cache.cc if (IsPathPrefix(compare_url.path(), url.path())) IsPathPrefix 38 chrome/browser/history/url_utils.h bool IsPathPrefix(const std::string& p1, const std::string& p2); IsPathPrefix 85 chrome/browser/history/url_utils_unittest.cc TEST(HistoryUrlUtilsTest, IsPathPrefix) { IsPathPrefix 99 chrome/browser/history/url_utils_unittest.cc EXPECT_TRUE(IsPathPrefix(true_cases[i].p1, true_cases[i].p2)) IsPathPrefix 114 chrome/browser/history/url_utils_unittest.cc EXPECT_FALSE(IsPathPrefix(false_cases[i].p1, false_cases[i].p2))