Home
last modified time | relevance | path

Searched refs:first_non_white (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc124 const size_t first_non_white = text.find_first_not_of(kWhitespaceUTF16, 0); in Parse() local
125 if (first_non_white == string16::npos) in Parse()
128 if (text.at(first_non_white) == L'?') { in Parse()