OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EditorClientWx
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h
40
class
EditorClientWx
: public EditorClient, public TextCheckerClient {
45
virtual ~
EditorClientWx
();
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
...]
Completed in 241 milliseconds