Searched defs:textChecker (Results 1 – 3 of 3) sorted by relevance
64 virtual WebCore::TextCheckerClient& textChecker() OVERRIDE { return *this; } in textChecker() function
81 TextCheckerClient& SpellChecker::textChecker() const in textChecker() function in WebCore::SpellChecker
270 virtual TextCheckerClient& textChecker() OVERRIDE { return m_textCheckerClient; } in textChecker() function