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

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.h50 bool OutputChar(UChar c, base::string16* output) const;
61 // functions are called from OutputChar().
156 // calls SpellcheckWordIterator::OutputChar() to filter out false-positive
H A Dspellcheck_worditerator.cc198 bool SpellcheckCharAttribute::OutputChar(UChar c, function in class:SpellcheckCharAttribute
420 attribute_->OutputChar(c, output_string);

Completed in 201 milliseconds