Home
last modified time | relevance | path

Searched defs:shouldInsertText (Results 1 – 8 of 8) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.cpp67 bool InjectedBundlePageEditorClient::shouldInsertText(WebPage* page, StringImpl* text, Range* range… in shouldInsertText() function in WebKit::InjectedBundlePageEditorClient
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp138 bool EditorClientQt::shouldInsertText(const String& string, Range* range, EditorInsertAction action) in shouldInsertText() function in WebCore::EditorClientQt
467 bool shouldInsertText = false; in handleKeyboardEvent() local
/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() function in WebKit::EditorClientWinCE
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp143 bool WebEditorClient::shouldInsertText(const String& text, Range* rangeToReplace, EditorInsertActio… in shouldInsertText() function in WebKit::WebEditorClient
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h211 WKBundlePageShouldInsertTextCallback shouldInsertText; member
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/
H A DSVGImageEmptyClients.h453 virtual bool shouldInsertText(const String &, Range *, EditorInsertAction) in shouldInsertText() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditor.cpp482 bool Editor::shouldInsertText(const String& text, Range* range, EditorInsertAction action) const in shouldInsertText() function in WebCore::Editor
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DEmptyClients.h447 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) { return false; } in shouldInsertText() function