/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_provider.cc | 42 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_->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 | 173 spellcheck_.Init(file, language); 192 return spellcheck_.SpellCheckWord(in_word, in_word_len, 319 return spellcheck_.InitializeIfNeeded(); 338 if (!spellcheck_.IsEnabled()) {
|
spellcheck_language.h | 44 // Initialize |spellcheck_| if that hasn't happened yet.
|
spellcheck.h | 148 SpellcheckLanguage spellcheck_; // Language-specific spellchecking code. member in class:SpellCheck
|
spellcheck_unittest.cc | 65 spell_check_->spellcheck_.platform_spelling_engine_.reset( 81 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 | 177 : spellcheck_(spellcheck) {} 181 SpellCheck* spellcheck_; // New shared spellcheck for all views. Weak Ptr. member in class:__anon6825::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()); [all...] |
chrome_content_renderer_client.h | 201 scoped_ptr<SpellCheck> spellcheck_; member in class:ChromeContentRendererClient
|
/external/chromium_org/ |
WATCHLISTS | 490 '|chrome/common/spellcheck_'\ [all...] |
/external/chromium_org/chrome/ |
chrome_common.gypi | 452 ['exclude', '^common/spellcheck_'], [all...] |