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

/external/chromium_org/components/omnibox/
H A Dautocomplete_input.cc139 size_t first_non_white = text.find_first_not_of(base::kWhitespaceUTF16, 0); local
140 if (first_non_white == base::string16::npos)
143 if (text[first_non_white] == L'?') {

Completed in 177 milliseconds