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

/external/chromium_org/chrome/browser/history/
H A Durl_utils.h38 bool IsPathPrefix(const std::string& p1, const std::string& p2);
H A Durl_utils_unittest.cc86 TEST(HistoryUrlUtilsTest, IsPathPrefix) {
100 EXPECT_TRUE(IsPathPrefix(true_cases[i].p1, true_cases[i].p2))
115 EXPECT_FALSE(IsPathPrefix(false_cases[i].p1, false_cases[i].p2))
H A Durl_utils.cc52 bool IsPathPrefix(const std::string& p1, const std::string& p2) { function in namespace:history
H A Dtop_sites_cache.cc96 !IsPathPrefix(base_url.path(), compare_url_lo.path())) {
107 if (IsPathPrefix(compare_url.path(), url.path()))

Completed in 65 milliseconds