Searched refs:SpellcheckWordIterator (Results 1 – 4 of 4) sorted by relevance
305 SpellcheckWordIterator::SpellcheckWordIterator() in SpellcheckWordIterator() function in SpellcheckWordIterator311 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()
113 class SpellcheckWordIterator {115 SpellcheckWordIterator();116 ~SpellcheckWordIterator();172 DISALLOW_COPY_AND_ASSIGN(SpellcheckWordIterator);
123 SpellcheckWordIterator iterator; in TEST()154 SpellcheckWordIterator iterator; in TEST()218 SpellcheckWordIterator iterator; in TEST()238 SpellcheckWordIterator iterator; in TEST()246 SpellcheckWordIterator iterator; in TEST()
66 SpellcheckWordIterator text_iterator_;67 SpellcheckWordIterator contraction_iterator_;