HomeSort by relevance Sort by last modified time
    Searched defs:SpellcheckWordIterator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.h 20 // SpellcheckWordIterator. When we set the spellchecker language, this class
22 // spellchecker. (Please read the comment in the SpellcheckWordIterator class
93 // // Set up a SpellcheckWordIterator object which extracts English words,
95 // SpellcheckWordIterator iterator;
107 class SpellcheckWordIterator {
109 SpellcheckWordIterator();
110 ~SpellcheckWordIterator();
150 // calls SpellcheckWordIterator::OutputChar() to filter out false-positive
172 DISALLOW_COPY_AND_ASSIGN(SpellcheckWordIterator);
spellcheck_worditerator.cc 292 // SpellcheckWordIterator implementation:
294 SpellcheckWordIterator::SpellcheckWordIterator()
302 SpellcheckWordIterator::~SpellcheckWordIterator() {
306 bool SpellcheckWordIterator::Initialize(
331 bool SpellcheckWordIterator::IsInitialized() const {
336 bool SpellcheckWordIterator::SetText(const char16* text, size_t length) {
357 bool SpellcheckWordIterator::GetNextWord(string16* word_string,
395 void SpellcheckWordIterator::Reset()
    [all...]

Completed in 518 milliseconds