Searched defs:title_matches (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dscored_history_match.h54 // boundaries). |url_matches| and |title_matches| provide details
63 const TermMatches& title_matches,
100 TermMatches title_matches; // Term matches within the page title. member in struct:history::ScoredHistoryMatch
H A Dscored_history_match.cc76 title_matches.insert(title_matches.end(), title_term_matches.begin(),
87 title_matches = SortAndDeoverlapMatches(title_matches);
147 terms.size(), url, url_matches, title_matches, word_starts);
251 const TermMatches& title_matches,
328 for (TermMatches::const_iterator iter = title_matches.begin();
329 iter != title_matches.end(); ++iter) {
247 GetTopicalityScore( const int num_terms, const string16& url, const TermMatches& url_matches, const TermMatches& title_matches, const RowWordStarts& word_starts) argument
H A Dscored_history_match_unittest.cc99 TermMatches title_matches = MatchTermInString(term, title, 0); local
104 1, url, url_matches, title_matches, word_starts);
H A Dhistory_types.cc104 const Snippet::MatchPositions& title_matches)
106 title_match_positions_ = title_matches;
103 URLResult(const GURL& url, const Snippet::MatchPositions& title_matches) argument
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider.cc233 const Snippet::MatchPositions& title_matches = result.title_match_positions(); local
236 if (!title_matches.empty()) {
238 for (Snippet::MatchPositions::const_iterator i = title_matches.begin();
239 i != title_matches.end(); ++i) {
/external/chromium/chrome/browser/history/
H A Din_memory_url_index.h72 TermMatches title_matches; // Term matches within the page title. member in struct:history::ScoredHistoryMatch
H A Dhistory_types.cc138 const Snippet::MatchPositions& title_matches)
140 title_match_positions_ = title_matches;
137 URLResult(const GURL& url, const Snippet::MatchPositions& title_matches) argument
/external/chromium_org/sync/internal_api/
H A Dwrite_node.cc76 bool title_matches = (current_legal_title == new_legal_title); local
82 if (title_matches && !encrypted_without_overwriting_name) {

Completed in 118 milliseconds