OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScoredHistoryMatches
(Results
1 - 11
of
11
) 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_org/chrome/browser/history/
scored_history_match.h
207
typedef std::vector<ScoredHistoryMatch>
ScoredHistoryMatches
;
url_index_private_data.h
70
ScoredHistoryMatches
HistoryItemsForTerms(base::string16 term_string,
208
ScoredHistoryMatches
ScoredMatches() const { return scored_matches_; }
214
ScoredHistoryMatches
scored_matches_;
in_memory_url_index.h
123
ScoredHistoryMatches
HistoryItemsForTerms(const base::string16& term_string,
in_memory_url_index_unittest.cc
446
ScoredHistoryMatches
matches = url_index_->HistoryItemsForTerms(
528
ScoredHistoryMatches
matches = url_index_->HistoryItemsForTerms(
568
ScoredHistoryMatches
matches = url_index_->HistoryItemsForTerms(
640
ScoredHistoryMatches
matches = url_index_->HistoryItemsForTerms(
659
ScoredHistoryMatches
matches =
675
ScoredHistoryMatches
matches = url_index_->HistoryItemsForTerms(
692
ScoredHistoryMatches
matches =
727
ScoredHistoryMatches
matches =
[
all
...]
in_memory_url_index.cc
162
ScoredHistoryMatches
InMemoryURLIndex::HistoryItemsForTerms(
url_index_private_data.cc
154
ScoredHistoryMatches
URLIndexPrivateData::HistoryItemsForTerms(
183
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();
/external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc
50
using history::
ScoredHistoryMatches
;
109
ScoredHistoryMatches
matches = GetIndex()->HistoryItemsForTerms(
234
for (
ScoredHistoryMatches
::const_iterator match_iter = matches.begin();
Completed in 528 milliseconds