HomeSort by relevance Sort by last modified time
    Searched refs:HistoryItemsForTerms (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_unittest.cc 461 ScoredHistoryMatches matches = url_index_->HistoryItemsForTerms(
473 matches = url_index_->HistoryItemsForTerms(
482 matches = url_index_->HistoryItemsForTerms(
489 matches = url_index_->HistoryItemsForTerms(
502 matches = url_index_->HistoryItemsForTerms(
515 matches = url_index_->HistoryItemsForTerms(
522 matches = url_index_->HistoryItemsForTerms(
531 matches = url_index_->HistoryItemsForTerms(
543 ScoredHistoryMatches matches = url_index_->HistoryItemsForTerms(
548 matches = url_index_->HistoryItemsForTerms(
    [all...]
in_memory_url_index.h 124 ScoredHistoryMatches HistoryItemsForTerms(const base::string16& term_string,
in_memory_url_index.cc 164 ScoredHistoryMatches InMemoryURLIndex::HistoryItemsForTerms(
168 return private_data_->HistoryItemsForTerms(
url_index_private_data.h 71 ScoredHistoryMatches HistoryItemsForTerms(base::string16 term_string,
url_index_private_data.cc 149 ScoredHistoryMatches URLIndexPrivateData::HistoryItemsForTerms(
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 96 ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms(

Completed in 212 milliseconds