Home
last modified time | relevance | path

Searched refs:spellcheck_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_provider.cc42 spellcheck_(spellcheck) { in SpellCheckProvider()
43 DCHECK(spellcheck_); in SpellCheckProvider()
46 EnableSpellcheck(spellcheck_->is_spellcheck_enabled()); in SpellCheckProvider()
134 spellcheck_->SpellCheckWord( in spellCheck()
161 spellcheck_->SpellCheckParagraph(text, results); in checkTextOfParagraph()
183 return spellcheck_->GetAutoCorrectionWord(word, routing_id()); in autoCorrectWord()
221 spellcheck_->RequestTextChecking(line, completion); in OnRespondSpellingService()
228 spellcheck_->CreateTextCheckingResults(SpellCheck::USE_NATIVE_CHECKER, in OnRespondSpellingService()
268 DCHECK(spellcheck_); in OnRespondTextCheck()
275 spellcheck_->CreateTextCheckingResults(SpellCheck::DO_NOT_MODIFY, in OnRespondTextCheck()
Dspellcheck.cc173 spellcheck_.Init(file, language); in Init()
192 return spellcheck_.SpellCheckWord(in_word, in_word_len, in SpellCheckWord()
319 return spellcheck_.InitializeIfNeeded(); in InitializeIfNeeded()
338 if (!spellcheck_.IsEnabled()) { in PerformSpellCheck()
Dspellcheck_provider.h52 void set_spellcheck(SpellCheck* spellcheck) { spellcheck_ = spellcheck; } in set_spellcheck()
126 SpellCheck* spellcheck_; variable
Dspellcheck_provider_test.cc39 delete spellcheck_; in ~TestingSpellCheckProvider()
Dspellcheck.h148 SpellcheckLanguage spellcheck_; // Language-specific spellchecking code. variable
Dspellcheck_unittest.cc65 spell_check_->spellcheck_.platform_spelling_engine_.reset( in InitializeSpellCheck()
81 return spell_check_->spellcheck_.platform_spelling_engine_->CheckSpelling( in CheckSpelling()
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_message_filter_unittest.cc20 spellcheck_(new SpellcheckService(&profile_)) {} in TestingSpellCheckMessageFilter()
28 return spellcheck_.get(); in GetSpellcheckService()
50 scoped_ptr<SpellcheckService> spellcheck_; member in TestingSpellCheckMessageFilter
/external/chromium_org/chrome/renderer/
Dchrome_content_renderer_client.cc177 : spellcheck_(spellcheck) {} in SpellCheckReplacer()
181 SpellCheck* spellcheck_; // New shared spellcheck for all views. Weak Ptr. member in __anona33c99480111::SpellCheckReplacer
188 provider->set_spellcheck(spellcheck_); in Visit()
241 if (!spellcheck_) { in RenderThreadStarted()
242 spellcheck_.reset(new SpellCheck()); in RenderThreadStarted()
243 thread->AddObserver(spellcheck_.get()); in RenderThreadStarted()
371 new SpellCheckProvider(render_view, spellcheck_.get()); in RenderViewCreated()
1230 if (spellcheck_.get() && thread) in SetSpellcheck()
1231 thread->RemoveObserver(spellcheck_.get()); in SetSpellcheck()
1232 spellcheck_.reset(spellcheck); in SetSpellcheck()
[all …]
Dchrome_content_renderer_client.h201 scoped_ptr<SpellCheck> spellcheck_; variable
/external/chromium_org/chrome/
Dchrome_common.gypi452 ['exclude', '^common/spellcheck_'],
/external/chromium_org/
DWATCHLISTS490 '|chrome/common/spellcheck_'\