Searched refs:EditorClientWx (Results 1 – 5 of 5) sorted by relevance
127 EditorClientWx::~EditorClientWx() in ~EditorClientWx()132 void EditorClientWx::setPage(Page* page) in setPage()137 void EditorClientWx::pageDestroyed() in pageDestroyed()142 bool EditorClientWx::shouldDeleteRange(Range*) in shouldDeleteRange()148 bool EditorClientWx::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface()154 bool EditorClientWx::smartInsertDeleteEnabled() in smartInsertDeleteEnabled()160 bool EditorClientWx::isSelectTrailingWhitespaceEnabled() in isSelectTrailingWhitespaceEnabled()166 bool EditorClientWx::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled()172 void EditorClientWx::toggleContinuousSpellChecking() in toggleContinuousSpellChecking()177 bool EditorClientWx::isGrammarCheckingEnabled() in isGrammarCheckingEnabled()[all …]
40 class EditorClientWx : public EditorClient, public TextCheckerClient {45 virtual ~EditorClientWx();
26 * WebKitSupport/EditorClientWx.h:27 (WebCore::EditorClientWx::requestCheckingOfString):197 * WebKitSupport/EditorClientWx.cpp:198 * WebKitSupport/EditorClientWx.h:253 * WebKitSupport/EditorClientWx.h:254 (WebCore::EditorClientWx::textChecker):266 * WebKitSupport/EditorClientWx.cpp:267 (WebCore::EditorClientWx::canCopyCut): Added.268 (WebCore::EditorClientWx::canPaste): Added.269 * WebKitSupport/EditorClientWx.h:[all …]
51 class EditorClientWx; variable105 friend class WebCore::EditorClientWx;
380 WebCore::EditorClientWx* editorClient = new WebCore::EditorClientWx(); in Create()