HomeSort by relevance Sort by last modified time
    Searched refs:url_match_positions (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/bookmarks/browser/
bookmark_match.h 43 MatchPositions url_match_positions; member in struct:bookmarks::BookmarkMatch
bookmark_index.cc 253 match.url_match_positions.swap(url_matches);
bookmark_index_unittest.cc 364 ExpectMatchPositions(matches[0].url_match_positions, expected_url_matches);
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.cc 156 const size_t match_start = bookmark_match.url_match_positions.empty() ?
157 0 : bookmark_match.url_match_positions[0].first;
161 bookmark_match.url_match_positions);
174 bookmark_match.url_match_positions, offsets);
267 for_each(bookmark_match.url_match_positions.begin(),
268 bookmark_match.url_match_positions.end(),

Completed in 2007 milliseconds