OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryItemsForTerms
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index_unittest.cc
193
ScoredHistoryMatches matches = url_index_->
HistoryItemsForTerms
(terms);
204
matches = url_index_->
HistoryItemsForTerms
(terms);
213
matches = url_index_->
HistoryItemsForTerms
(terms);
228
matches = url_index_->
HistoryItemsForTerms
(terms);
241
matches = url_index_->
HistoryItemsForTerms
(terms);
252
ScoredHistoryMatches matches = url_index_->
HistoryItemsForTerms
(terms);
258
matches = url_index_->
HistoryItemsForTerms
(terms);
273
ScoredHistoryMatches matches = url_index_->
HistoryItemsForTerms
(terms);
406
EXPECT_EQ(1U, url_index_->
HistoryItemsForTerms
(terms).size());
488
EXPECT_TRUE(url_index_->
HistoryItemsForTerms
(terms).empty())
[
all
...]
in_memory_url_index.h
142
ScoredHistoryMatches
HistoryItemsForTerms
(const String16Vector& terms);
in_memory_url_index.cc
342
ScoredHistoryMatches InMemoryURLIndex::
HistoryItemsForTerms
(
[
all
...]
/external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc
95
ScoredHistoryMatches matches = GetIndex()->
HistoryItemsForTerms
(terms);
Completed in 209 milliseconds