Searched refs:bookmark_match (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider.cc19 #include "components/bookmarks/browser/bookmark_match.h"
166 const BookmarkMatch& bookmark_match) {
172 base::string16 title(bookmark_match.node->GetTitle());
174 bookmark_match.title_match_positions;
176 const GURL& url(bookmark_match.node->url());
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);
221 ClassificationsFromMatch(bookmark_match
163 BookmarkMatchToACMatch( const AutocompleteInput& input, const base::string16& fixed_up_input_text, const BookmarkMatch& bookmark_match) argument
[all...]
H A Dbookmark_provider_unittest.cc19 #include "components/bookmarks/browser/bookmark_match.h"
412 BookmarkMatch bookmark_match; local
413 bookmark_match.node = &node;
415 input, fixed_up_input, bookmark_match);

Completed in 461 milliseconds