Home
last modified time | relevance | path

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

/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp100 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 …]
DEditorClientQt.h42 class EditorClientQt : public EditorClient {
44 EditorClientQt(QWebPage* page);
/external/webkit/WebKit/qt/
DChangeLog184 * 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 execute
3117 * WebCoreSupport/EditorClientQt.cpp:
3118 (WebCore::EditorClientQt::handleKeyboardEvent): Don't execute
3594 * WebCoreSupport/EditorClientQt.cpp: Moved drt run boolean.
3595 (WebCore::EditorClientQt::shouldShowDeleteInterface): Use the new drt
[all …]
/external/webkit/WebKit/qt/Api/
Dqwebpage_p.h43 class EditorClientQt; variable
121 WebCore::EditorClientQt *editorClient;
Dqwebpage.h53 class EditorClientQt; variable
355 friend class WebCore::EditorClientQt;
Dqwebpage.cpp304 editorClient = new EditorClientQt(q); in QWebPagePrivate()
/external/webkit/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 …]
DWebCore.pro2318 ../WebKit/qt/WebCoreSupport/EditorClientQt.cpp \