Searched defs:SpellcheckWordIterator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.h26 // SpellcheckWordIterator. When we set the spellchecker language, this class
28 // spellchecker. (Please read the comment in the SpellcheckWordIterator class
99 // // Set up a SpellcheckWordIterator object which extracts English words,
101 // SpellcheckWordIterator iterator;
113 class SpellcheckWordIterator { class
115 SpellcheckWordIterator();
116 ~SpellcheckWordIterator();
156 // calls SpellcheckWordIterator::OutputChar() to filter out false-positive
172 DISALLOW_COPY_AND_ASSIGN(SpellcheckWordIterator);
H A Dspellcheck_worditerator.cc303 // SpellcheckWordIterator implementation:
305 SpellcheckWordIterator::SpellcheckWordIterator() function in class:SpellcheckWordIterator
311 SpellcheckWordIterator::~SpellcheckWordIterator() {
315 bool SpellcheckWordIterator::Initialize(
344 bool SpellcheckWordIterator::IsInitialized() const {
349 bool SpellcheckWordIterator::SetText(const base::char16* text, size_t length) {
362 bool SpellcheckWordIterator::GetNextWord(base::string16* word_string,
396 void SpellcheckWordIterator
[all...]

Completed in 602 milliseconds