Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/profiles/
Dprofile.cc545 virtual SpellCheckHost* GetSpellCheckHost() { in GetSpellCheckHost() function in OffTheRecordProfileImpl
546 return profile_->GetSpellCheckHost(); in GetSpellCheckHost()
Dprofile.h483 virtual SpellCheckHost* GetSpellCheckHost() = 0;
Dprofile_impl.h113 virtual SpellCheckHost* GetSpellCheckHost();
Dprofile_impl.cc1245 SpellCheckHost* ProfileImpl::GetSpellCheckHost() { in GetSpellCheckHost() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h202 virtual SpellCheckHost* GetSpellCheckHost() { NOTREACHED(); return NULL; } in GetSpellCheckHost() function
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu.cc1455 SpellCheckHost* spellcheck_host = profile_->GetSpellCheckHost(); in ExecuteCommand()