Home
last modified time | relevance | path

Searched refs:offset_iter (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/bookmarks/browser/
Dbookmark_match.cc34 std::vector<size_t>::const_iterator offset_iter = offsets.begin(); in ReplaceOffsetsInMatchPositions() local
36 match_iter != match_positions.end(); ++match_iter, ++offset_iter) { in ReplaceOffsetsInMatchPositions()
37 const size_t begin = *offset_iter; in ReplaceOffsetsInMatchPositions()
38 ++offset_iter; in ReplaceOffsetsInMatchPositions()
39 const size_t end = *offset_iter; in ReplaceOffsetsInMatchPositions()
/external/chromium_org/chrome/browser/history/
Din_memory_url_index_types.cc74 std::vector<size_t>::const_iterator offset_iter = offsets.begin(); in ReplaceOffsetsInTermMatches() local
76 term_iter != matches.end(); ++term_iter, ++offset_iter) { in ReplaceOffsetsInTermMatches()
77 const size_t starting_offset = *offset_iter; in ReplaceOffsetsInTermMatches()
78 ++offset_iter; in ReplaceOffsetsInTermMatches()
79 const size_t ending_offset = *offset_iter; in ReplaceOffsetsInTermMatches()