Home | History | Annotate | Download | only in browser

Lines Matching refs:SpellCheckHostImpl

76 SpellCheckHostImpl::SpellCheckHostImpl(
95 SpellCheckHostImpl::~SpellCheckHostImpl() {
100 void SpellCheckHostImpl::Initialize() {
110 &SpellCheckHostImpl::InformObserverOfInitialization));
120 &SpellCheckHostImpl::InitializeDictionaryLocation));
123 void SpellCheckHostImpl::UnsetObserver() {
131 void SpellCheckHostImpl::AddWord(const std::string& word) {
137 &SpellCheckHostImpl::WriteWordToCustomDictionary, word));
143 void SpellCheckHostImpl::InitializeDictionaryLocation() {
164 void SpellCheckHostImpl::InitializeInternal() {
181 NewRunnableMethod(this, &SpellCheckHostImpl::DownloadDictionary));
199 &SpellCheckHostImpl::InformObserverOfInitialization));
202 void SpellCheckHostImpl::InitializeOnFileThread() {
206 NewRunnableMethod(this, &SpellCheckHostImpl::Initialize));
209 void SpellCheckHostImpl::InformObserverOfInitialization() {
216 void SpellCheckHostImpl::DownloadDictionary() {
241 void SpellCheckHostImpl::WriteWordToCustomDictionary(const std::string& word) {
252 void SpellCheckHostImpl::OnURLFetchComplete(const URLFetcher* source,
281 NewRunnableMethod(this, &SpellCheckHostImpl::SaveDictionaryData));
284 void SpellCheckHostImpl::SaveDictionaryData() {
293 &SpellCheckHostImpl::InformObserverOfInitialization));
318 &SpellCheckHostImpl::InformObserverOfInitialization));
327 const base::PlatformFile& SpellCheckHostImpl::GetDictionaryFile() const {
331 const std::vector<std::string>& SpellCheckHostImpl::GetCustomWords() const {
335 const std::string& SpellCheckHostImpl::GetLastAddedFile() const {
339 const std::string& SpellCheckHostImpl::GetLanguage() const {
343 bool SpellCheckHostImpl::IsUsingPlatformChecker() const {