Home
last modified time | relevance | path

Searched refs:SpellcheckWordIterator (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_worditerator.cc305 SpellcheckWordIterator::SpellcheckWordIterator() in SpellcheckWordIterator() function in SpellcheckWordIterator
311 SpellcheckWordIterator::~SpellcheckWordIterator() { in ~SpellcheckWordIterator()
315 bool SpellcheckWordIterator::Initialize( in Initialize()
344 bool SpellcheckWordIterator::IsInitialized() const { in IsInitialized()
349 bool SpellcheckWordIterator::SetText(const base::char16* text, size_t length) { in SetText()
362 bool SpellcheckWordIterator::GetNextWord(base::string16* word_string, in GetNextWord()
396 void SpellcheckWordIterator::Reset() { in Reset()
400 bool SpellcheckWordIterator::Normalize(int input_start, in Normalize()
Dspellcheck_worditerator.h113 class SpellcheckWordIterator {
115 SpellcheckWordIterator();
116 ~SpellcheckWordIterator();
172 DISALLOW_COPY_AND_ASSIGN(SpellcheckWordIterator);
Dspellcheck_worditerator_unittest.cc123 SpellcheckWordIterator iterator; in TEST()
154 SpellcheckWordIterator iterator; in TEST()
218 SpellcheckWordIterator iterator; in TEST()
238 SpellcheckWordIterator iterator; in TEST()
246 SpellcheckWordIterator iterator; in TEST()
Dspellcheck_language.h66 SpellcheckWordIterator text_iterator_;
67 SpellcheckWordIterator contraction_iterator_;