MatchesForURL 171 chrome/browser/history/history_types.cc while (const size_t* match_indices = MatchesForURL(url, NULL)) MatchesForURL 384 chrome/browser/history/history_types.h const size_t* MatchesForURL(const GURL& url, size_t* num_matches) const; MatchesForURL 20 chrome/browser/history/history_types_unittest.cc const size_t* matches = result.MatchesForURL(result[i].url(), &match_count); MatchesForURL 64 chrome/browser/history/history_types_unittest.cc const size_t* matches = results.MatchesForURL(url1, &match_count); MatchesForURL 70 chrome/browser/history/history_types_unittest.cc matches = results.MatchesForURL(url2, &match_count); MatchesForURL 79 chrome/browser/history/history_types_unittest.cc matches = results.MatchesForURL(url1, &match_count); MatchesForURL 82 chrome/browser/history/history_types_unittest.cc matches = results.MatchesForURL(url2, &match_count); MatchesForURL 89 chrome/browser/history/history_types_unittest.cc EXPECT_FALSE(results.MatchesForURL(url1, NULL)); MatchesForURL 90 chrome/browser/history/history_types_unittest.cc EXPECT_FALSE(results.MatchesForURL(url2, NULL)); MatchesForURL 107 chrome/browser/history/history_types_unittest.cc EXPECT_FALSE(results.MatchesForURL(url1, NULL)); MatchesForURL 108 chrome/browser/history/history_types_unittest.cc const size_t* matches = results.MatchesForURL(url2, &match_count); MatchesForURL 115 chrome/browser/history/history_types_unittest.cc EXPECT_FALSE(results.MatchesForURL(url2, NULL));