OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EditorClientQt
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.h
43
class
EditorClientQt
: public EditorClient, public TextCheckerClient {
45
EditorClientQt
(QWebPage* page);
EditorClientQt.cpp
32
#include "
EditorClientQt
.h"
58
#define methodDebug() qDebug("
EditorClientQt
: %s", __FUNCTION__);
89
bool
EditorClientQt
::dumpEditingCallbacks = false;
90
bool
EditorClientQt
::acceptsEditing = true;
94
bool
EditorClientQt
::shouldDeleteRange(Range* range)
102
bool
EditorClientQt
::shouldShowDeleteInterface(HTMLElement* element)
109
bool
EditorClientQt
::isContinuousSpellCheckingEnabled()
114
bool
EditorClientQt
::isGrammarCheckingEnabled()
119
int
EditorClientQt
::spellCheckerDocumentTag()
124
bool
EditorClientQt
::shouldBeginEditing(WebCore::Range* range
[
all
...]
Completed in 893 milliseconds