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

  /external/chromium_org/chrome/browser/history/
url_index_private_data.h 195 // history URL match, inserting accepted matches into |scored_matches_|.
208 ScoredHistoryMatches ScoredMatches() const { return scored_matches_; }
214 ScoredHistoryMatches scored_matches_; member in class:history::URLIndexPrivateData::AddHistoryMatch
  /external/chromium/chrome/browser/history/
in_memory_url_index.h 236 // history URL match, inserting accepted matches into |scored_matches_|
246 ScoredHistoryMatches ScoredMatches() const { return scored_matches_; }
250 ScoredHistoryMatches scored_matches_; member in class:history::InMemoryURLIndex::AddHistoryMatch

Completed in 475 milliseconds