Searched defs:EditorClientWx (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h40 class EditorClientWx : public EditorClient, public TextCheckerClient { class in namespace:WebCore
45 virtual ~EditorClientWx();
H A DEditorClientWx.cpp28 #include "EditorClientWx.h"
127 EditorClientWx::~EditorClientWx()
132 void EditorClientWx::setPage(Page* page)
137 void EditorClientWx::pageDestroyed()
142 bool EditorClientWx::shouldDeleteRange(Range*)
148 bool EditorClientWx::shouldShowDeleteInterface(HTMLElement*)
154 bool EditorClientWx::smartInsertDeleteEnabled()
160 bool EditorClientWx::isSelectTrailingWhitespaceEnabled()
166 bool EditorClientWx
[all...]

Completed in 55 milliseconds