HomeSort by relevance Sort by last modified time
    Searched refs:spellcheck_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 40 spellcheck_(spellcheck) {
41 DCHECK(spellcheck_);
44 EnableSpellcheck(spellcheck_->is_spellcheck_enabled());
132 spellcheck_->SpellCheckWord(
159 spellcheck_->SpellCheckParagraph(text, results);
181 return spellcheck_->GetAutoCorrectionWord(word, routing_id());
219 spellcheck_->RequestTextChecking(line, completion);
226 spellcheck_->CreateTextCheckingResults(SpellCheck::USE_NATIVE_CHECKER,
266 DCHECK(spellcheck_);
273 spellcheck_->CreateTextCheckingResults(SpellCheck::DO_NOT_MODIFY
    [all...]
spellcheck_provider.h 52 void set_spellcheck(SpellCheck* spellcheck) { spellcheck_ = spellcheck; }
126 SpellCheck* spellcheck_; member in class:SpellCheckProvider
spellcheck_provider_test.cc 39 delete spellcheck_;
spellcheck.cc 172 spellcheck_.Init(file, language);
191 return spellcheck_.SpellCheckWord(in_word, in_word_len,
317 return spellcheck_.InitializeIfNeeded();
336 if (!spellcheck_.IsEnabled()) {
spellcheck.h 148 SpellcheckLanguage spellcheck_; // Language-specific spellchecking code. member in class:SpellCheck
spellcheck_unittest.cc 67 spell_check_->spellcheck_.platform_spelling_engine_.reset(
83 return spell_check_->spellcheck_.platform_spelling_engine_->CheckSpelling(
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_unittest.cc 20 spellcheck_(new SpellcheckService(&profile_)) {}
28 return spellcheck_.get();
50 scoped_ptr<SpellcheckService> spellcheck_; member in class:TestingSpellCheckMessageFilter
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 170 : spellcheck_(spellcheck) {}
174 SpellCheck* spellcheck_; // New shared spellcheck for all views. Weak Ptr. member in class:__anon9286::SpellCheckReplacer
181 provider->set_spellcheck(spellcheck_);
241 spellcheck_.reset(new SpellCheck());
261 thread->AddObserver(spellcheck_.get());
365 new SpellCheckProvider(render_view, spellcheck_.get());
    [all...]
chrome_content_renderer_client.h 197 scoped_ptr<SpellCheck> spellcheck_; member in class:chrome::ChromeContentRendererClient

Completed in 75 milliseconds