Searched refs:SpellCheckHost (Results 1 – 10 of 10) sorted by relevance
44 class SpellCheckHost45 : public base::RefCountedThreadSafe<SpellCheckHost,48 virtual ~SpellCheckHost() {} in ~SpellCheckHost()51 static scoped_refptr<SpellCheckHost> Create(
16 scoped_refptr<SpellCheckHost> SpellCheckHost::Create( in Create()32 int SpellCheckHost::GetSpellCheckLanguages( in GetSpellCheckLanguages()
38 class SpellCheckHostImpl : public SpellCheckHost,
140 Source<SpellCheckHost>(this), NotificationService::NoDetails()); in AddWord()
100 class SpellCheckHost; variable476 virtual SpellCheckHost* GetSpellCheckHost() = 0;
113 virtual SpellCheckHost* GetSpellCheckHost();274 scoped_refptr<SpellCheckHost> spellcheck_host_;
545 virtual SpellCheckHost* GetSpellCheckHost() { in GetSpellCheckHost()
1245 SpellCheckHost* ProfileImpl::GetSpellCheckHost() { in GetSpellCheckHost()1267 spellcheck_host_ = SpellCheckHost::Create( in ReinitializeSpellCheckHost()
102 class SpellCheckHost; variable202 virtual SpellCheckHost* GetSpellCheckHost() { NOTREACHED(); return NULL; } in GetSpellCheckHost()
777 SpellCheckHost::GetSpellCheckLanguages(profile_, in AppendSpellcheckOptionsSubMenu()1155 return SpellCheckHost::GetSpellCheckLanguages(profile_, &languages) == in IsCommandIdChecked()1165 SpellCheckHost::GetSpellCheckLanguages(profile_, &languages); in ExecuteCommand()1455 SpellCheckHost* spellcheck_host = profile_->GetSpellCheckHost(); in ExecuteCommand()