OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsWordLongEnoughForPrefixSearch
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/query_parser/
query_parser.h
75
static bool
IsWordLongEnoughForPrefixSearch
(const base::string16& word);
query_parser.cc
104
if (!literal_ && QueryParser::
IsWordLongEnoughForPrefixSearch
(word_))
114
if (exact || !QueryParser::
IsWordLongEnoughForPrefixSearch
(word_))
322
bool QueryParser::
IsWordLongEnoughForPrefixSearch
(const base::string16& word) {
/external/chromium_org/components/bookmarks/browser/
bookmark_index.cc
256
if (!query_parser::QueryParser::
IsWordLongEnoughForPrefixSearch
(term)) {
Completed in 79 milliseconds