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

  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.h 39 class EditorClientWx : public EditorClient {
44 virtual ~EditorClientWx();
EditorClientWx.cpp 28 #include "EditorClientWx.h"
128 EditorClientWx::~EditorClientWx()
133 void EditorClientWx::setPage(Page* page)
138 void EditorClientWx::pageDestroyed()
143 bool EditorClientWx::shouldDeleteRange(Range*)
149 bool EditorClientWx::shouldShowDeleteInterface(HTMLElement*)
155 bool EditorClientWx::smartInsertDeleteEnabled()
161 bool EditorClientWx::isSelectTrailingWhitespaceEnabled()
167 bool EditorClientWx::isContinuousSpellCheckingEnabled(
    [all...]

Completed in 23 milliseconds