Searched refs:EditorClientQt (Results 1 – 8 of 8) sorted by relevance
100 bool EditorClientQt::shouldDeleteRange(Range* range) in shouldDeleteRange()108 bool EditorClientQt::shouldShowDeleteInterface(HTMLElement* element) in shouldShowDeleteInterface()115 bool EditorClientQt::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled()120 bool EditorClientQt::isGrammarCheckingEnabled() in isGrammarCheckingEnabled()125 int EditorClientQt::spellCheckerDocumentTag() in spellCheckerDocumentTag()130 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range) in shouldBeginEditing()137 bool EditorClientQt::shouldEndEditing(WebCore::Range* range) in shouldEndEditing()144 bool EditorClientQt::shouldInsertText(const String& string, Range* range, EditorInsertAction action) in shouldInsertText()159 bool EditorClientQt::shouldChangeSelectedRange(Range* currentRange, Range* proposedRange, EAffinity… in shouldChangeSelectedRange()179 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style, in shouldApplyStyle()[all …]
42 class EditorClientQt : public EditorClient {44 EditorClientQt(QWebPage* page);
184 * WebCoreSupport/EditorClientQt.cpp:1619 * WebCoreSupport/EditorClientQt.cpp:1620 (WebCore::EditorClientQt::getAutoCorrectSuggestionForMisspelledWord):1621 * WebCoreSupport/EditorClientQt.h:2421 * WebCoreSupport/EditorClientQt.cpp: Added include of HTMLElement.h.3107 come back to EditorClientQt::handleKeyboardEvent later and we execute3117 * WebCoreSupport/EditorClientQt.cpp:3118 (WebCore::EditorClientQt::handleKeyboardEvent): Don't execute3594 * WebCoreSupport/EditorClientQt.cpp: Moved drt run boolean.3595 (WebCore::EditorClientQt::shouldShowDeleteInterface): Use the new drt[all …]
43 class EditorClientQt; variable121 WebCore::EditorClientQt *editorClient;
53 class EditorClientQt; variable355 friend class WebCore::EditorClientQt;
304 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 …]
2318 ../WebKit/qt/WebCoreSupport/EditorClientQt.cpp \