Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dspellcheck_host_impl.cc76 SpellCheckHostImpl::SpellCheckHostImpl( in SpellCheckHostImpl() function in SpellCheckHostImpl
95 SpellCheckHostImpl::~SpellCheckHostImpl() { in ~SpellCheckHostImpl()
100 void SpellCheckHostImpl::Initialize() { in Initialize()
110 &SpellCheckHostImpl::InformObserverOfInitialization)); in Initialize()
120 &SpellCheckHostImpl::InitializeDictionaryLocation)); in Initialize()
123 void SpellCheckHostImpl::UnsetObserver() { in UnsetObserver()
131 void SpellCheckHostImpl::AddWord(const std::string& word) { in AddWord()
137 &SpellCheckHostImpl::WriteWordToCustomDictionary, word)); in AddWord()
143 void SpellCheckHostImpl::InitializeDictionaryLocation() { in InitializeDictionaryLocation()
164 void SpellCheckHostImpl::InitializeInternal() { in InitializeInternal()
[all …]
Dspellcheck_host_impl.h38 class SpellCheckHostImpl : public SpellCheckHost,
41 SpellCheckHostImpl(SpellCheckHostObserver* observer,
66 friend class DeleteTask<SpellCheckHostImpl>;
68 virtual ~SpellCheckHostImpl();
Dspellcheck_host.cc20 scoped_refptr<SpellCheckHostImpl> host = in Create()
21 new SpellCheckHostImpl(observer, in Create()