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

  /external/chromium_org/components/bookmarks/browser/
bookmark_match.h 17 // Each MatchPosition is the [begin, end) positions of a match within a
19 typedef std::pair<size_t, size_t> MatchPosition;
20 typedef std::vector<MatchPosition> MatchPositions;
  /external/chromium_org/components/query_parser/
snippet.h 19 // Each MatchPosition is the [begin, end) positions of a match within a
21 typedef std::pair<size_t, size_t> MatchPosition;
22 typedef std::vector<MatchPosition> MatchPositions;

Completed in 211 milliseconds