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

  /external/chromium/chrome/browser/history/
in_memory_url_index.h 349 static TermMatches SortAndDeoverlap(const TermMatches& matches);
in_memory_url_index.cc 655 TermMatches InMemoryURLIndex::SortAndDeoverlap(const TermMatches& matches) {
736 match.url_matches = SortAndDeoverlap(match.url_matches);
737 match.title_matches = SortAndDeoverlap(match.title_matches);
    [all...]
in_memory_url_index_unittest.cc 336 // Test SortAndDeoverlap
342 TermMatches matches_b = InMemoryURLIndex::SortAndDeoverlap(matches_a);
352 matches_b = InMemoryURLIndex::SortAndDeoverlap(matches_a);

Completed in 362 milliseconds