Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/win/
DEditingDelegate.cpp173 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldInsertText( in shouldInsertText() function in EditingDelegate
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm258 bool WebEditorClient::shouldInsertText(const String& text, Range* range, EditorInsertAction action) function
/external/webkit/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp141 bool EditorClientHaiku::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() function in WebCore::EditorClientHaiku
/external/webkit/WebKit/chromium/public/
DWebViewClient.h112 virtual bool shouldInsertText( in shouldInsertText() function
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp148 bool EditorClientQt::shouldInsertText(const String& string, Range* range, EditorInsertAction action) in shouldInsertText() function in WebCore::EditorClientQt
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp73 bool EditorClientAndroid::shouldInsertText(const String&, Range*, EditorInsertAction) { return true… in shouldInsertText() function in android::EditorClientAndroid
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp232 bool EditorClientWx::shouldInsertText(const String&, Range*, in shouldInsertText() function in WebCore::EditorClientWx
/external/webkit/WebKit/chromium/src/
DEditorClientImpl.cpp210 bool EditorClientImpl::shouldInsertText(const String& text, in shouldInsertText() function in WebKit::EditorClientImpl
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp156 bool EditorClient::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() function in WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp258 bool WebEditorClient::shouldInsertText(const String& /*str*/, Range* /* replacingRange */, EditorIn… in shouldInsertText() function in WebEditorClient
/external/webkit/WebCore/loader/
DEmptyClients.h354 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) { return false; } in shouldInsertText() function
/external/webkit/WebCore/editing/
DEditor.cpp375 bool Editor::shouldInsertText(const String& text, Range* range, EditorInsertAction action) const in shouldInsertText() function in WebCore::Editor