OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:String16Vector
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index.h
105
typedef std::vector<string16>
String16Vector
;
142
ScoredHistoryMatches HistoryItemsForTerms(const
String16Vector
& terms);
165
static
String16Vector
WordVectorFromString16(const string16& uni_string,
241
const
String16Vector
& lower_terms);
251
const
String16Vector
& lower_terms_;
339
const
String16Vector
& terms_vector);
395
String16Vector
word_list_;
in_memory_url_index_unittest.cc
120
InMemoryURLIndex::
String16Vector
Make1Term(const char* term) {
121
InMemoryURLIndex::
String16Vector
terms;
126
InMemoryURLIndex::
String16Vector
Make2Terms(const char* term_1,
128
InMemoryURLIndex::
String16Vector
terms;
188
InMemoryURLIndex::
String16Vector
terms;
248
InMemoryURLIndex::
String16Vector
terms;
267
InMemoryURLIndex::
String16Vector
terms;
303
InMemoryURLIndex::
String16Vector
string_vec =
403
InMemoryURLIndex::
String16Vector
terms;
481
InMemoryURLIndex::
String16Vector
terms
[
all
...]
in_memory_url_index.cc
343
const
String16Vector
& terms) {
352
String16Vector
lower_terms;
353
for (
String16Vector
::const_iterator term_iter = terms.begin();
357
String16Vector
::value_type all_terms(JoinString(lower_terms, ' '));
475
String16Vector
words = WordVectorFromString16(uni_string, false);
477
for (
String16Vector
::const_iterator iter = words.begin(); iter != words.end();
484
InMemoryURLIndex::
String16Vector
InMemoryURLIndex::WordVectorFromString16(
489
String16Vector
words;
704
const
String16Vector
& terms) {
721
for (
String16Vector
::const_iterator iter = terms.begin(); iter != terms.end()
[
all
...]
/external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h
82
typedef std::vector<base::string16>
String16Vector
;
121
String16Vector
String16VectorFromString16(
in_memory_url_index_types.cc
120
String16Vector
words =
123
for (
String16Vector
::const_iterator iter = words.begin(); iter != words.end();
129
String16Vector
String16VectorFromString16(
138
String16Vector
words;
scored_history_match.h
49
const
String16Vector
& terms_vector,
url_index_private_data.h
202
const
String16Vector
& lower_terms,
216
const
String16Vector
& lower_terms_;
238
HistoryIDSet HistoryIDSetFromWords(const
String16Vector
& unsorted_words);
345
String16Vector
word_list_;
scored_history_match_unittest.cc
47
String16Vector
Make1Term(const char* term) const;
48
String16Vector
Make2Terms(const char* term_1, const char* term_2) const;
81
String16Vector
ScoredHistoryMatchTest::Make1Term(const char* term) const {
82
String16Vector
original_terms;
87
String16Vector
ScoredHistoryMatchTest::Make2Terms(const char* term_1,
89
String16Vector
original_terms;
url_index_private_data.cc
181
String16Vector
lower_words(
237
history::
String16Vector
lower_raw_terms;
517
const
String16Vector
& unsorted_words) {
524
String16Vector
words(unsorted_words);
529
for (
String16Vector
::iterator iter = words.begin(); iter != words.end();
[
all
...]
scored_history_match.cc
53
const
String16Vector
& terms,
71
for (
String16Vector
::const_iterator iter = terms.begin(); iter != terms.end();
in_memory_url_index_types_unittest.cc
35
String16Vector
string_vec =
/external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc
93
history::InMemoryURLIndex::
String16Vector
terms(
Completed in 325 milliseconds