HomeSort by relevance Sort by last modified time
    Searched defs:TermMatches (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h 39 typedef std::vector<TermMatch> TermMatches;
55 // Returns a TermMatches which has an entry for each occurrence of the
59 // with |term_num| so that the resulting TermMatches can be merged
60 // with other TermMatches for other terms. Note that only the first
63 TermMatches MatchTermInString(const string16& term,
69 TermMatches SortAndDeoverlapMatches(const TermMatches& matches);
72 std::vector<size_t> OffsetsFromTermMatches(const TermMatches& matches);
76 TermMatches ReplaceOffsetsInTermMatches(const TermMatches& matches
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.h 57 typedef std::vector<TermMatch> TermMatches;
71 TermMatches url_matches; // Term matches within the URL.
72 TermMatches title_matches; // Term matches within the page title.
169 static std::vector<size_t> OffsetsFromTermMatches(const TermMatches& matches);
173 static TermMatches ReplaceOffsetsInTermMatches(
174 const TermMatches& matches,
275 // Creates a TermMatches which has an entry for each occurrence of the string
277 // that the resulting TermMatches can be merged with other TermMatches for
279 static TermMatches MatchTermInString(const string16& term
    [all...]

Completed in 249 milliseconds