Searched defs:SpellCheck (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck.h33 class SpellCheck : public content::RenderProcessObserver, class in inherits:content::RenderProcessObserver,base::SupportsWeakPtr
34 public base::SupportsWeakPtr<SpellCheck> {
43 SpellCheck();
44 virtual ~SpellCheck();
59 // SpellCheck a word.
76 // SpellCheck a paragraph.
159 DISALLOW_COPY_AND_ASSIGN(SpellCheck);
H A Dspellcheck.cc97 class SpellCheck::SpellcheckRequest {
119 // Initializes SpellCheck object.
124 // which in turn triggers the delayed initialization sequence in SpellCheck.
133 SpellCheck::SpellCheck() function in class:SpellCheck
138 SpellCheck::~SpellCheck() {
141 bool SpellCheck::OnControlMessageReceived(const IPC::Message& message) {
143 IPC_BEGIN_MESSAGE_MAP(SpellCheck, message)
158 void SpellCheck
[all...]

Completed in 72 milliseconds