Searched refs:SpellCheck (Results 1 – 10 of 10) sorted by relevance
72 class SpellCheck::SpellcheckRequest {108 SpellCheck::SpellCheck() in SpellCheck() function in SpellCheck113 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 …]
33 class SpellCheck : public content::RenderProcessObserver,34 public base::SupportsWeakPtr<SpellCheck> {43 SpellCheck();44 virtual ~SpellCheck();159 DISALLOW_COPY_AND_ASSIGN(SpellCheck);
16 class SpellCheck; variable36 SpellCheck* spellcheck);52 void set_spellcheck(SpellCheck* spellcheck) { spellcheck_ = spellcheck; } in set_spellcheck()126 SpellCheck* spellcheck_;
39 SpellCheck* spellcheck) in SpellCheckProvider()229 spellcheck_->CreateTextCheckingResults(SpellCheck::USE_NATIVE_CHECKER, in OnRespondSpellingService()276 spellcheck_->CreateTextCheckingResults(SpellCheck::DO_NOT_MODIFY, in OnRespondTextCheck()
42 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()
13 class MockSpellcheck: public SpellCheck {
24 class SpellCheck; variable141 void SetSpellcheck(SpellCheck* spellcheck);192 scoped_ptr<SpellCheck> spellcheck_;
195 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()
103 client->SetSpellcheck(new SpellCheck()); in CreateContentRendererClient()
2170 *!SpellCheck::SpellCheckWord