Home | History | Annotate | Download | only in history

Lines Matching refs:MatchesForURL

20     const size_t* matches = result.MatchesForURL(result[i].url(), &match_count);
78 const size_t* matches = results.MatchesForURL(url1, &match_count);
84 matches = results.MatchesForURL(url2, &match_count);
93 matches = results.MatchesForURL(url1, &match_count);
96 matches = results.MatchesForURL(url2, &match_count);
103 EXPECT_FALSE(results.MatchesForURL(url1, NULL));
104 EXPECT_FALSE(results.MatchesForURL(url2, NULL));
121 EXPECT_FALSE(results.MatchesForURL(url1, NULL));
122 const size_t* matches = results.MatchesForURL(url2, &match_count);
129 EXPECT_FALSE(results.MatchesForURL(url2, NULL));
154 const size_t* matches = results.MatchesForURL(url1, &match_count);
160 matches = results.MatchesForURL(url2, &match_count);
165 matches = results.MatchesForURL(url3, &match_count);