Searched refs:HasWordCharacters (Results 1 – 2 of 2) sorted by relevance
58 if (text.empty() || !HasWordCharacters(text, 0)) { in RequestTextChecking()241 bool SpellCheckProvider::HasWordCharacters( in HasWordCharacters() function in SpellCheckProvider322 if (text_length == last_length || !HasWordCharacters(text, last_length)) { in SatisfyRequestFromCache()
104 bool HasWordCharacters(const base::string16& text, int index) const;