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

  /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) {
history_quick_provider.cc 174 match.description_class = SpansFromTermMatch(history_match.title_matches,
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 730 match.title_matches.insert(match.title_matches.end(),
737 match.title_matches = SortAndDeoverlap(match.title_matches);
745 ScoreComponentForMatches(match.title_matches, title.size()) *
746 static_cast<int>(match.title_matches.size()) /
    [all...]
history_types.cc 138 const Snippet::MatchPositions& title_matches)
140 title_match_positions_ = title_matches;
history_types.h 338 // positions from title_matches.
339 URLResult(const GURL& url, const Snippet::MatchPositions& title_matches);
in_memory_url_index.h 72 TermMatches title_matches; // Term matches within the page title. member in struct:history::ScoredHistoryMatch
  /external/chromium_org/chrome/test/functional/
omnibox.py 296 title_matches = test_utils.GetOmniboxMatchesFor(self, title, windex=windex)
297 self._VerifyHasBookmarkResult(title_matches)
  /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) {
  /external/chromium_org/chrome/browser/history/
scored_history_match.h 64 const TermMatches& title_matches() const { return title_matches_; } function in class:history::ScoredHistoryMatch
history_types.cc 104 const Snippet::MatchPositions& title_matches)
106 title_match_positions_ = title_matches;
history_types.h 287 // positions from title_matches.
288 URLResult(const GURL& url, const Snippet::MatchPositions& title_matches);
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 299 history_match.title_matches(), match.description.length(), false);

Completed in 387 milliseconds