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

/external/chromium/chrome/browser/history/
H A Din_memory_url_index.h57 typedef std::vector<TermMatch> TermMatches; typedef in namespace:history
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 MatchTermInStrin
[all...]

Completed in 100 milliseconds