Searched refs:EditorClientQt (Results 1 – 10 of 10) sorted by relevance
89 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 …]
43 class EditorClientQt : public EditorClient, public TextCheckerClient {45 EditorClientQt(QWebPage* page);
719 EditorClientQt::dumpEditingCallbacks = b; in dumpEditingCallbacks()724 EditorClientQt::acceptsEditing = b; in dumpSetAcceptsEditing()
44 * 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 guards1090 * WebCoreSupport/EditorClientQt.cpp:1114 [Qt] Refactor EditorClientQt::handleKeyboardEvent[all …]
331 * 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 …]
174 $$PWD/WebCoreSupport/EditorClientQt.cpp \
56 class EditorClientQt; variable436 friend class WebCore::EditorClientQt;
49 class EditorClientQt; variable
324 pageClients.editorClient = new EditorClientQt(q); in QWebPagePrivate()
5605 * 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 …]