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

/external/chromium/chrome/browser/history/
H A Dsnippet.h18 // Each MatchPosition is the [begin, end) positions of a match within a
20 typedef std::pair<size_t, size_t> MatchPosition; typedef in class:Snippet
21 typedef std::vector<MatchPosition> MatchPositions;

Completed in 96 milliseconds