Home
last modified time | relevance | path

Searched refs:EditorClientQt (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp89 bool EditorClientQt::dumpEditingCallbacks = false;
90 bool EditorClientQt::acceptsEditing = true;
94 bool EditorClientQt::shouldDeleteRange(Range* range) in shouldDeleteRange()
102 bool EditorClientQt::shouldShowDeleteInterface(HTMLElement* element) in shouldShowDeleteInterface()
109 bool EditorClientQt::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled()
114 bool EditorClientQt::isGrammarCheckingEnabled() in isGrammarCheckingEnabled()
119 int EditorClientQt::spellCheckerDocumentTag() in spellCheckerDocumentTag()
124 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range) in shouldBeginEditing()
131 bool EditorClientQt::shouldEndEditing(WebCore::Range* range) in shouldEndEditing()
138 bool EditorClientQt::shouldInsertText(const String& string, Range* range, EditorInsertAction action) in shouldInsertText()
[all …]
DEditorClientQt.h43 class EditorClientQt : public EditorClient, public TextCheckerClient {
45 EditorClientQt(QWebPage* page);
DDumpRenderTreeSupportQt.cpp719 EditorClientQt::dumpEditingCallbacks = b; in dumpEditingCallbacks()
724 EditorClientQt::acceptsEditing = b; in dumpSetAcceptsEditing()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1644 * WebCoreSupport/EditorClientQt.h:
45 (WebCore::EditorClientQt::textChecker):
57 * WebCoreSupport/EditorClientQt.cpp:
58 (WebCore::EditorClientQt::canCopyCut): Added.
59 (WebCore::EditorClientQt::canPaste): Added.
60 * WebCoreSupport/EditorClientQt.h:
766 * WebCoreSupport/EditorClientQt.cpp:
767 (WebCore::EditorClientQt::handleKeyboardEvent): Added QT_NO_SHORTCUT guards
1090 * WebCoreSupport/EditorClientQt.cpp:
1114 [Qt] Refactor EditorClientQt::handleKeyboardEvent
[all …]
DChangeLog331 * WebCoreSupport/EditorClientQt.cpp:
332 (WebCore::EditorClientQt::handleInputMethodKeydown):
343 * WebCoreSupport/EditorClientQt.cpp:
344 (WebCore::EditorClientQt::handleInputMethodKeydown):
561 * WebCoreSupport/EditorClientQt.h:
562 (WebCore::EditorClientQt::requestCheckingOfString):
574 * WebCoreSupport/EditorClientQt.cpp:
575 (WebCore::EditorClientQt::handleKeyboardEvent):
692 * WebCoreSupport/EditorClientQt.cpp:
693 (WebCore::EditorClientQt::handleInputMethodKeydown):
[all …]
DQtWebKit.pro174 $$PWD/WebCoreSupport/EditorClientQt.cpp \
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h56 class EditorClientQt; variable
436 friend class WebCore::EditorClientQt;
Dqwebpage_p.h49 class EditorClientQt; variable
Dqwebpage.cpp324 pageClients.editorClient = new EditorClientQt(q); in QWebPagePrivate()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-315605 * platform/qt/EditorClientQt.cpp: Removed.
5606 * platform/qt/EditorClientQt.h: Removed.
6249 * platform/qt/EditorClientQt.cpp:
6250 (WebCore::EditorClientQt::shouldInsertNode):
6251 (WebCore::WebCore::EditorClientQt::pageDestroyed):
6252 (WebCore::EditorClientQt::smartInsertDeleteEnabled):
6253 * platform/qt/EditorClientQt.h:
9378 * platform/qt/EditorClientQt.cpp:
9379 (WebCore::EditorClientQt::shouldInsertText):
9380 * platform/qt/EditorClientQt.h:
[all …]