Home
last modified time | relevance | path

Searched refs:EditorClientWx (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp127 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 …]
DEditorClientWx.h40 class EditorClientWx : public EditorClient, public TextCheckerClient {
45 virtual ~EditorClientWx();
/external/webkit/Source/WebKit/wx/
DChangeLog26 * 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 …]
DWebFrame.h51 class EditorClientWx; variable
105 friend class WebCore::EditorClientWx;
DWebView.cpp380 WebCore::EditorClientWx* editorClient = new WebCore::EditorClientWx(); in Create()