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

  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.cc 20 #include "components/bookmarks/browser/bookmark_match.h"
144 const BookmarkMatch& bookmark_match) {
150 base::string16 title(bookmark_match.node->GetTitle());
151 const GURL& url(bookmark_match.node->url());
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);
196 ClassificationsFromMatch(bookmark_match.title_match_positions,
263 for_each(bookmark_match.title_match_positions.begin()
    [all...]
bookmark_provider_unittest.cc 20 #include "components/bookmarks/browser/bookmark_match.h"
404 BookmarkMatch bookmark_match; local
405 bookmark_match.node = &node;
407 input, fixed_up_input, bookmark_match);

Completed in 136 milliseconds