Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dspellcheck_host.h44 class SpellCheckHost
45 : public base::RefCountedThreadSafe<SpellCheckHost,
48 virtual ~SpellCheckHost() {} in ~SpellCheckHost()
51 static scoped_refptr<SpellCheckHost> Create(
Dspellcheck_host.cc16 scoped_refptr<SpellCheckHost> SpellCheckHost::Create( in Create()
32 int SpellCheckHost::GetSpellCheckLanguages( in GetSpellCheckLanguages()
Dspellcheck_host_impl.h38 class SpellCheckHostImpl : public SpellCheckHost,
Dspellcheck_host_impl.cc140 Source<SpellCheckHost>(this), NotificationService::NoDetails()); in AddWord()
/external/chromium/chrome/browser/profiles/
Dprofile.h100 class SpellCheckHost; variable
476 virtual SpellCheckHost* GetSpellCheckHost() = 0;
Dprofile_impl.h113 virtual SpellCheckHost* GetSpellCheckHost();
274 scoped_refptr<SpellCheckHost> spellcheck_host_;
Dprofile.cc545 virtual SpellCheckHost* GetSpellCheckHost() { in GetSpellCheckHost()
Dprofile_impl.cc1245 SpellCheckHost* ProfileImpl::GetSpellCheckHost() { in GetSpellCheckHost()
1267 spellcheck_host_ = SpellCheckHost::Create( in ReinitializeSpellCheckHost()
/external/chromium/android/autofill/
Dprofile_android.h102 class SpellCheckHost; variable
202 virtual SpellCheckHost* GetSpellCheckHost() { NOTREACHED(); return NULL; } in GetSpellCheckHost()
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu.cc777 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()