Home
last modified time | relevance | path

Searched refs:auto_spell_correct_turned_on_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck.cc109 : auto_spell_correct_turned_on_(false), in SpellCheck()
139 auto_spell_correct_turned_on_ = auto_spell_correct; in OnInit()
152 auto_spell_correct_turned_on_ = enable; in OnEnableAutoSpellCorrect()
250 if (!auto_spell_correct_turned_on_) in GetAutoCorrectionWord()
Dspellcheck.h154 bool auto_spell_correct_turned_on_; variable