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

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.cc43 spellcheck_(spellcheck) {
44 DCHECK(spellcheck_);
47 EnableSpellcheck(spellcheck_->is_spellcheck_enabled());
135 spellcheck_->SpellCheckWord(
162 spellcheck_->SpellCheckParagraph(text, results);
184 return spellcheck_->GetAutoCorrectionWord(word, routing_id());
222 spellcheck_->RequestTextChecking(line, completion);
229 spellcheck_->CreateTextCheckingResults(SpellCheck::USE_NATIVE_CHECKER,
269 DCHECK(spellcheck_);
276 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.Pass(), 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.cc64 spell_check_->spellcheck_.platform_spelling_engine_.reset(
80 return spell_check_->spellcheck_.platform_spelling_engine_->CheckSpelling(
1337 // 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.cc196 : spellcheck_(spellcheck) {}
200 SpellCheck* spellcheck_; // New shared spellcheck for all views. Weak Ptr. member in class:__anon5722::SpellCheckReplacer
207 provider->set_spellcheck(spellcheck_);
270 if (!spellcheck_) {
271 spellcheck_.reset(new SpellCheck());
272 thread->AddObserver(spellcheck_.get());
443 new SpellCheckProvider(render_view, spellcheck_.get());
1336 if (spellcheck_.get() && thread)
1337 thread->RemoveObserver(spellcheck_.get());
1338 spellcheck_
[all...]
H A Dchrome_content_renderer_client.h192 scoped_ptr<SpellCheck> spellcheck_; member in class:ChromeContentRendererClient
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc314 spellcheck_(new SpellCheckClient(this)),
330 spellcheck_->setDelegate(delegate);
352 return spellcheck_.get();
H A Dweb_test_proxy.h258 scoped_ptr<SpellCheckClient> spellcheck_; member in class:content::WebTestProxyBase

Completed in 245 milliseconds