HomeSort by relevance Sort by last modified time
    Searched defs:SpellCheck (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.h 33 class SpellCheck : public content::RenderProcessObserver,
34 public base::SupportsWeakPtr<SpellCheck> {
43 SpellCheck();
44 virtual ~SpellCheck();
59 // SpellCheck a word.
76 // SpellCheck a paragraph.
91 // Requests to spellcheck the specified text in the background. This function
133 // Posts delayed spellcheck task and clear it if any.
159 DISALLOW_COPY_AND_ASSIGN(SpellCheck);
spellcheck.cc 5 #include "chrome/renderer/spellchecker/spellcheck.h"
35 bool enabled_; // New spellcheck-enabled state.
71 class SpellCheck::SpellcheckRequest {
93 // Initializes SpellCheck object.
98 // which in turn triggers the delayed initialization sequence in SpellCheck.
107 SpellCheck::SpellCheck()
112 SpellCheck::~SpellCheck() {
115 bool SpellCheck::OnControlMessageReceived(const IPC::Message& message)
    [all...]

Completed in 51 milliseconds