Searched refs:spellcheck_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.cc42 spellcheck_(spellcheck) {
43 DCHECK(spellcheck_);
46 EnableSpellcheck(spellcheck_->is_spellcheck_enabled());
134 spellcheck_->SpellCheckWord(
161 spellcheck_->SpellCheckParagraph(text, results);
183 return spellcheck_->GetAutoCorrectionWord(word, routing_id());
221 spellcheck_->RequestTextChecking(line, completion);
228 spellcheck_->CreateTextCheckingResults(SpellCheck::USE_NATIVE_CHECKER,
268 DCHECK(spellcheck_);
275 spellcheck_
[all...]
H A Dspellcheck_provider.h52 void set_spellcheck(SpellCheck* spellcheck) { spellcheck_ = spellcheck; }
126 SpellCheck* spellcheck_; member in class:SpellCheckProvider
H A Dspellcheck_provider_test.cc39 delete spellcheck_;
H A Dspellcheck.cc173 spellcheck_.Init(file, language);
192 return spellcheck_.SpellCheckWord(in_word, in_word_len,
319 return spellcheck_.InitializeIfNeeded();
338 if (!spellcheck_.IsEnabled()) {
H A Dspellcheck.h148 SpellcheckLanguage spellcheck_; // Language-specific spellchecking code. member in class:SpellCheck
H A Dspellcheck_unittest.cc65 spell_check_->spellcheck_.platform_spelling_engine_.reset(
81 return spell_check_->spellcheck_.platform_spelling_engine_->CheckSpelling(
1324 // contained in |spellcheck_| from the test fixture does get initialized.
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter_unittest.cc20 spellcheck_(new SpellcheckService(&profile_)) {}
28 return spellcheck_.get();
50 scoped_ptr<SpellcheckService> spellcheck_; member in class:TestingSpellCheckMessageFilter
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc177 : spellcheck_(spellcheck) {}
181 SpellCheck* spellcheck_; // New shared spellcheck for all views. Weak Ptr. member in class:__anon7135::SpellCheckReplacer
188 provider->set_spellcheck(spellcheck_);
241 if (!spellcheck_) {
242 spellcheck_.reset(new SpellCheck());
243 thread->AddObserver(spellcheck_.get());
371 new SpellCheckProvider(render_view, spellcheck_.get());
1230 if (spellcheck_.get() && thread)
1231 thread->RemoveObserver(spellcheck_.get());
1232 spellcheck_
[all...]
H A Dchrome_content_renderer_client.h201 scoped_ptr<SpellCheck> spellcheck_; member in class:ChromeContentRendererClient

Completed in 837 milliseconds