Home | History | Annotate | Download | only in editing

Lines Matching defs:SpellChecker

27 #include "SpellChecker.h"
47 SpellChecker::SpellChecker(Frame* frame)
53 SpellChecker::~SpellChecker()
57 TextCheckerClient* SpellChecker::client() const
65 bool SpellChecker::initRequest(Node* node)
80 void SpellChecker::clearRequest()
86 bool SpellChecker::isAsynchronousEnabled() const
91 bool SpellChecker::canCheckAsynchronously(Node* node) const
96 bool SpellChecker::isBusy() const
101 bool SpellChecker::isValid(int sequence) const
106 bool SpellChecker::isCheckable(Node* node) const
111 void SpellChecker::requestCheckingFor(TextCheckingTypeMask mask, Node* node)
151 void SpellChecker::didCheck(int sequence, const Vector<TextCheckingResult>& results)