Searched refs:IsWordLongEnoughForPrefixSearch (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/query_parser/
H A Dquery_parser.h75 static bool IsWordLongEnoughForPrefixSearch(const base::string16& word);
H A Dquery_parser.cc104 if (!literal_ && QueryParser::IsWordLongEnoughForPrefixSearch(word_))
114 if (exact || !QueryParser::IsWordLongEnoughForPrefixSearch(word_))
322 bool QueryParser::IsWordLongEnoughForPrefixSearch(const base::string16& word) { function in class:query_parser::QueryParser
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.cc256 if (!query_parser::QueryParser::IsWordLongEnoughForPrefixSearch(term)) {

Completed in 114 milliseconds