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 298 // SpellcheckWordIterator implementation:
300 SpellcheckWordIterator::SpellcheckWordIterator()
308 SpellcheckWordIterator::~SpellcheckWordIterator() {
312 bool SpellcheckWordIterator::Initialize(
337 bool SpellcheckWordIterator::IsInitialized() const {
342 bool SpellcheckWordIterator::SetText(const char16* text, size_t length) {
363 bool SpellcheckWordIterator::GetNextWord(base::string16* word_string,
401 void SpellcheckWordIterator::Reset()
    [all...]

Completed in 4568 milliseconds