Home
last modified time | relevance | path

Searched refs:SpellCheck (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck.cc72 class SpellCheck::SpellcheckRequest {
108 SpellCheck::SpellCheck() in SpellCheck() function in SpellCheck
113 SpellCheck::~SpellCheck() { in ~SpellCheck()
116 bool SpellCheck::OnControlMessageReceived(const IPC::Message& message) { in OnControlMessageReceived()
118 IPC_BEGIN_MESSAGE_MAP(SpellCheck, message) in OnControlMessageReceived()
133 void SpellCheck::OnInit(IPC::PlatformFileForTransit bdict_file, in OnInit()
145 void SpellCheck::OnCustomDictionaryChanged( in OnCustomDictionaryChanged()
151 void SpellCheck::OnEnableAutoSpellCorrect(bool enable) { in OnEnableAutoSpellCorrect()
155 void SpellCheck::OnEnableSpellCheck(bool enable) { in OnEnableSpellCheck()
161 void SpellCheck::OnRequestDocumentMarkers() { in OnRequestDocumentMarkers()
[all …]
Dspellcheck.h33 class SpellCheck : public content::RenderProcessObserver,
34 public base::SupportsWeakPtr<SpellCheck> {
43 SpellCheck();
44 virtual ~SpellCheck();
159 DISALLOW_COPY_AND_ASSIGN(SpellCheck);
Dspellcheck_provider.h16 class SpellCheck; variable
36 SpellCheck* spellcheck);
52 void set_spellcheck(SpellCheck* spellcheck) { spellcheck_ = spellcheck; } in set_spellcheck()
126 SpellCheck* spellcheck_;
Dspellcheck_provider.cc39 SpellCheck* spellcheck) in SpellCheckProvider()
229 spellcheck_->CreateTextCheckingResults(SpellCheck::USE_NATIVE_CHECKER, in OnRespondSpellingService()
276 spellcheck_->CreateTextCheckingResults(SpellCheck::DO_NOT_MODIFY, in OnRespondTextCheck()
Dspellcheck_unittest.cc42 spell_check_.reset(new SpellCheck()); in ReinitializeSpellCheck()
47 spell_check_.reset(new SpellCheck()); in UninitializeSpellCheck()
77 SpellCheck* spell_check() { return spell_check_.get(); } in spell_check()
104 scoped_ptr<SpellCheck> spell_check_;
1138 spell_check()->CreateTextCheckingResults(SpellCheck::USE_NATIVE_CHECKER, in TEST_F()
1158 spell_check()->CreateTextCheckingResults(SpellCheck::USE_NATIVE_CHECKER, in TEST_F()
Dspellcheck_provider_test.cc13 class MockSpellcheck: public SpellCheck {
/external/chromium_org/chrome/renderer/
Dchrome_content_renderer_client.h24 class SpellCheck; variable
141 void SetSpellcheck(SpellCheck* spellcheck);
192 scoped_ptr<SpellCheck> spellcheck_;
Dchrome_content_renderer_client.cc195 explicit SpellCheckReplacer(SpellCheck* spellcheck) in SpellCheckReplacer()
200 SpellCheck* spellcheck_; // New shared spellcheck for all views. Weak Ptr.
271 spellcheck_.reset(new SpellCheck()); in RenderThreadStarted()
1334 void ChromeContentRendererClient::SetSpellcheck(SpellCheck* spellcheck) { in SetSpellcheck()
/external/chromium_org/chrome/test/base/
Dchrome_render_view_test.cc103 client->SetSpellcheck(new SpellCheck()); in CreateContentRendererClient()
/external/chromium_org/tools/valgrind/drmemory/
Dsuppressions_full.txt2170 *!SpellCheck::SpellCheckWord