Home
last modified time | relevance | path

Searched defs:EditorInsertAction (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditorInsertAction.h32 enum EditorInsertAction { enum
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp93 bool EditorClientWinCE::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() argument
194 bool EditorClientWinCE::shouldInsertNode(Node*, Range*, EditorInsertAction) in shouldInsertNode() argument
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/
H A DSVGImageEmptyClients.h448 virtual bool shouldInsertNode(Node *, Range *, EditorInsertAction) in shouldInsertNode() argument
453 virtual bool shouldInsertText(const String &, Range *, EditorInsertAction) in shouldInsertText() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DEmptyClients.h445 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) { return false; } in shouldInsertNode() argument
447 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) { return false; } in shouldInsertText() argument