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

  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.h 42 class EditorClientQt : public EditorClient {
44 EditorClientQt(QWebPage* page);
EditorClientQt.cpp 32 #include "EditorClientQt.h"
58 #define methodDebug() qDebug("EditorClientQt: %s", __FUNCTION__);
104 bool EditorClientQt::shouldDeleteRange(Range* range)
112 bool EditorClientQt::shouldShowDeleteInterface(HTMLElement* element)
119 bool EditorClientQt::isContinuousSpellCheckingEnabled()
124 bool EditorClientQt::isGrammarCheckingEnabled()
129 int EditorClientQt::spellCheckerDocumentTag()
134 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range)
141 bool EditorClientQt::shouldEndEditing(WebCore::Range* range)
148 bool EditorClientQt::shouldInsertText(const String& string, Range* range, EditorInsertAction action
    [all...]

Completed in 138 milliseconds