OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasWordCharacters
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc
58
if (text.empty() || !
HasWordCharacters
(text, 0)) {
241
bool SpellCheckProvider::
HasWordCharacters
(
322
if (text_length == last_length || !
HasWordCharacters
(text, last_length)) {
spellcheck_provider.h
104
bool
HasWordCharacters
(const base::string16& text, int index) const;
Completed in 52 milliseconds