Searched refs:TextCheckerClient (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | SpellCheckerClient.h | 34 class TextCheckerClient; variable 44 virtual TextCheckerClient& textChecker() = 0;
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextCheckerClient.h | 39 class TextCheckerClient { 41 virtual ~TextCheckerClient() { } in ~TextCheckerClient()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpellCheckerClientImpl.h | 45 …llCheckerClientImpl FINAL : public WebCore::SpellCheckerClient, public WebCore::TextCheckerClient { 64 virtual WebCore::TextCheckerClient& textChecker() OVERRIDE { return *this; } in textChecker()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SpellChecker.h | 41 class TextCheckerClient; variable 53 TextCheckerClient& textChecker() const;
|
D | SpellCheckRequester.h | 44 class TextCheckerClient; variable 103 TextCheckerClient& client() const;
|
D | TextCheckingHelper.h | 35 class TextCheckerClient; variable 102 void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheck…
|
D | TextCheckingHelper.cpp | 46 static void findBadGrammars(TextCheckerClient& client, const UChar* text, int start, int length, Ve… in findBadGrammars() 72 static void findMisspellings(TextCheckerClient& client, const UChar* text, int start, int length, V… in findMisspellings() 533 void checkTextOfParagraph(TextCheckerClient& client, const String& text, TextCheckingTypeMask check… in checkTextOfParagraph()
|
D | SpellCheckRequester.cpp | 134 TextCheckerClient& SpellCheckRequester::client() const in client()
|
D | SpellChecker.cpp | 81 TextCheckerClient& SpellChecker::textChecker() const in textChecker()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | EmptyClients.h | 251 class EmptyTextCheckerClient FINAL : public TextCheckerClient { 270 virtual TextCheckerClient& textChecker() OVERRIDE { return m_textCheckerClient; } in textChecker()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | blink_platform.gypi | 816 'text/TextCheckerClient.h',
|