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

  /external/chromium_org/chrome/browser/bookmarks/
bookmark_title_match.h 16 // Each MatchPosition is the [begin, end) positions of a match within a
18 typedef std::pair<size_t, size_t> MatchPosition;
19 typedef std::vector<MatchPosition> MatchPositions;
  /external/chromium/chrome/browser/history/
snippet.h 18 // Each MatchPosition is the [begin, end) positions of a match within a
20 typedef std::pair<size_t, size_t> MatchPosition;
21 typedef std::vector<MatchPosition> MatchPositions;
  /external/chromium_org/chrome/browser/history/
snippet.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;

Completed in 44 milliseconds