Searched defs:TermMatches (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_types.h38 typedef std::vector<TermMatch> TermMatches; typedef in namespace:history
40 // Returns a TermMatches which has an entry for each occurrence of the
44 // with |term_num| so that the resulting TermMatches can be merged
45 // with other TermMatches for other terms. Note that only the first
48 TermMatches MatchTermInString(const base::string16& term,
54 TermMatches SortAndDeoverlapMatches(const TermMatches& matches);
59 std::vector<size_t> OffsetsFromTermMatches(const TermMatches& matches);
66 TermMatches ReplaceOffsetsInTermMatches(const TermMatches
[all...]

Completed in 205 milliseconds