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

  /external/chromium/chrome/browser/history/
history_types_unittest.cc 19 size_t match_count; local
20 const size_t* matches = result.MatchesForURL(result[i].url(), &match_count);
23 for (size_t match = 0; match < match_count; match++) {
77 size_t match_count; local
78 const size_t* matches = results.MatchesForURL(url1, &match_count);
79 ASSERT_EQ(2U, match_count);
84 matches = results.MatchesForURL(url2, &match_count);
85 ASSERT_EQ(1U, match_count);
93 matches = results.MatchesForURL(url1, &match_count);
94 ASSERT_EQ(1U, match_count);
120 size_t match_count; local
153 size_t match_count; local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 227 size_t match_count = matches.size(); local
228 for (size_t i = 0; i < match_count;) {
236 } while ((i < match_count) && (offset == matches[i].offset));
  /external/chromium/sdch/open-vcdiff/src/
encodetable_test.cc 119 static bool AnyMatch(int match_count) { return match_count != 0; }

Completed in 73 milliseconds