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 244 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 181 const size_t match_start = bookmark_match.url_match_positions.empty() ?
182 0 : bookmark_match.url_match_positions[0].first;
186 bookmark_match.url_match_positions);
199 bookmark_match.url_match_positions, offsets);
286 for_each(bookmark_match.url_match_positions.begin(),
287 bookmark_match.url_match_positions.end(),

Completed in 374 milliseconds