HomeSort by relevance Sort by last modified time
    Searched refs:IsWordLongEnoughForPrefixSearch (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/history/
query_parser.h 69 static bool IsWordLongEnoughForPrefixSearch(const string16& word);
query_parser.cc 105 if (exact || !QueryParser::IsWordLongEnoughForPrefixSearch(word_))
119 if (!literal_ && QueryParser::IsWordLongEnoughForPrefixSearch(word_))
247 bool QueryParser::IsWordLongEnoughForPrefixSearch(const string16& word) {
  /external/chromium_org/chrome/browser/history/
query_parser.h 69 static bool IsWordLongEnoughForPrefixSearch(const base::string16& word);
query_parser.cc 113 if (!literal_ && QueryParser::IsWordLongEnoughForPrefixSearch(word_))
123 if (exact || !QueryParser::IsWordLongEnoughForPrefixSearch(word_))
335 bool QueryParser::IsWordLongEnoughForPrefixSearch(const base::string16& word) {
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 165 if (!QueryParser::IsWordLongEnoughForPrefixSearch(term)) {
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_index.cc 173 if (!QueryParser::IsWordLongEnoughForPrefixSearch(term)) {

Completed in 664 milliseconds