HomeSort by relevance Sort by last modified time
    Searched refs:String16Vector (Results 1 - 4 of 4) 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/chrome/browser/autocomplete/
history_quick_provider.cc 93 history::InMemoryURLIndex::String16Vector terms(

Completed in 678 milliseconds