Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/profiles/
Dprofile.cc549 virtual void ReinitializeSpellCheckHost(bool force) { in ReinitializeSpellCheckHost() function in OffTheRecordProfileImpl
550 profile_->ReinitializeSpellCheckHost(force); in ReinitializeSpellCheckHost()
Dprofile.h481 virtual void ReinitializeSpellCheckHost(bool force) = 0;
Dprofile_impl.h114 virtual void ReinitializeSpellCheckHost(bool force);
Dprofile_impl.cc1249 void ProfileImpl::ReinitializeSpellCheckHost(bool force) { in ReinitializeSpellCheckHost() function in ProfileImpl
1322 ReinitializeSpellCheckHost(true); in Observe()
/external/chromium/android/autofill/
Dprofile_android.h203 virtual void ReinitializeSpellCheckHost(bool force) { NOTREACHED(); } in ReinitializeSpellCheckHost() function