Searched refs:title_matches (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/history/core/browser/
H A Durl_row.cc71 const query_parser::Snippet::MatchPositions& title_matches)
73 title_match_positions_ = title_matches;
70 URLResult(const GURL& url, const query_parser::Snippet::MatchPositions& title_matches) argument
H A Durl_row.h166 // positions from title_matches.
168 const query_parser::Snippet::MatchPositions& title_matches);
/external/chromium_org/chrome/browser/history/
H A Dscored_history_match.h69 const TermMatches& title_matches() const { return title_matches_; } function in class:history::ScoredHistoryMatch
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.cc218 query_parser::Snippet::MatchPositions title_matches, url_matches; local
221 query_nodes[i]->HasMatchIn(title_words, &title_matches);
226 query_parser::QueryParser::SortAndCoalesceMatchPositions(&title_matches);
234 match.title_match_positions.swap(title_matches);
/external/chromium_org/sync/internal_api/
H A Dwrite_node.cc77 bool title_matches = (current_legal_title == new_legal_title); local
83 if (title_matches && !encrypted_without_overwriting_name) {
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc281 history_match.title_matches(), match.description.length(), false);

Completed in 755 milliseconds