OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScoredHistoryMatches
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index.h
75
typedef std::vector<ScoredHistoryMatch>
ScoredHistoryMatches
;
142
ScoredHistoryMatches
HistoryItemsForTerms(const String16Vector& terms);
246
ScoredHistoryMatches
ScoredMatches() const { return scored_matches_; }
250
ScoredHistoryMatches
scored_matches_;
in_memory_url_index_unittest.cc
193
ScoredHistoryMatches
matches = url_index_->HistoryItemsForTerms(terms);
252
ScoredHistoryMatches
matches = url_index_->HistoryItemsForTerms(terms);
273
ScoredHistoryMatches
matches = url_index_->HistoryItemsForTerms(terms);
510
ScoredHistoryMatches
matches = url_index_->HistoryItemsForTerms(terms);
in_memory_url_index.cc
342
ScoredHistoryMatches
InMemoryURLIndex::HistoryItemsForTerms(
344
ScoredHistoryMatches
scored_items;
[
all
...]
/external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc
33
using history::
ScoredHistoryMatches
;
95
ScoredHistoryMatches
matches = GetIndex()->HistoryItemsForTerms(terms);
105
for (
ScoredHistoryMatches
::const_iterator match_iter = matches.begin();
Completed in 153 milliseconds