Searched refs:SpellCheckHostImpl (Results 1 – 3 of 3) sorted by relevance
76 SpellCheckHostImpl::SpellCheckHostImpl( in SpellCheckHostImpl() function in SpellCheckHostImpl95 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 …]
38 class SpellCheckHostImpl : public SpellCheckHost,41 SpellCheckHostImpl(SpellCheckHostObserver* observer,66 friend class DeleteTask<SpellCheckHostImpl>;68 virtual ~SpellCheckHostImpl();
20 scoped_refptr<SpellCheckHostImpl> host = in Create()21 new SpellCheckHostImpl(observer, in Create()