HomeSort by relevance Sort by last modified time
    Searched defs:title_matches (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 54 // 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
scored_history_match_unittest.cc 99 TermMatches title_matches = MatchTermInString(term, title, 0); local
104 1, url, url_matches, title_matches, word_starts);
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc 233 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/
in_memory_url_index.h 72 TermMatches title_matches; // Term matches within the page title. member in struct:history::ScoredHistoryMatch
  /external/chromium_org/sync/internal_api/
write_node.cc 76 bool title_matches = (current_legal_title == new_legal_title); local
82 if (title_matches && !encrypted_without_overwriting_name) {

Completed in 220 milliseconds