HomeSort by relevance Sort by last modified time
    Searched refs:EditorClientWx (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 28 #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::isContinuousSpellCheckingEnabled(
    [all...]
EditorClientWx.h 40 class EditorClientWx : public EditorClient, public TextCheckerClient {
45 virtual ~EditorClientWx();
  /external/webkit/Source/WebKit/wx/
WebFrame.h 51 class EditorClientWx;
105 friend class WebCore::EditorClientWx;
WebView.cpp 68 #include "EditorClientWx.h"
380 WebCore::EditorClientWx* editorClient = new WebCore::EditorClientWx();

Completed in 159 milliseconds