Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_unittest.cc43 spell_check_.reset(new SpellCheck()); in ReinitializeSpellCheck()
48 spell_check_.reset(new SpellCheck()); in UninitializeSpellCheck()
65 spell_check_->spellcheck_.platform_spelling_engine_.reset( in InitializeSpellCheck()
68 spell_check_->Init(file, std::set<std::string>(), language); in InitializeSpellCheck()
72 spell_check_->OnEnableAutoSpellCorrect(enable_autocorrect); in EnableAutoCorrect()
78 SpellCheck* spell_check() { return spell_check_.get(); } in spell_check()
81 return spell_check_->spellcheck_.platform_spelling_engine_->CheckSpelling( in CheckSpelling()
105 scoped_ptr<SpellCheck> spell_check_; member in SpellCheckTest