Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageEditorClient.cpp67 bool InjectedBundlePageEditorClient::shouldInsertText(WebPage* page, StringImpl* text, Range* range… in shouldInsertText() function in WebKit::InjectedBundlePageEditorClient
/external/webkit/Tools/DumpRenderTree/gtk/
DEditingCallbacks.cpp123 gboolean shouldInsertText(WebKitWebView* webView, const gchar* text, WebKitDOMRange* range, WebKitI… in shouldInsertText() function
/external/webkit/Source/WebKit/qt/WebCoreSupport/
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
/external/webkit/Tools/DumpRenderTree/win/
DEditingDelegate.cpp173 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldInsertText( in shouldInsertText() function in EditingDelegate
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp134 bool EditorClientHaiku::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp143 bool WebEditorClient::shouldInsertText(const String& text, Range* rangeToReplace, EditorInsertActio… in shouldInsertText() function in WebKit::WebEditorClient
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp93 bool EditorClientWinCE::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp94 bool EditorClientEfl::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp76 bool EditorClientAndroid::shouldInsertText(const String&, Range*, EditorInsertAction) { return true… in shouldInsertText() function in android::EditorClientAndroid
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp219 bool EditorClientWx::shouldInsertText(const String&, Range*, in shouldInsertText() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm280 bool WebEditorClient::shouldInsertText(const String& text, Range* range, EditorInsertAction action) function
/external/webkit/Source/WebKit/chromium/public/
DWebViewClient.h151 virtual bool shouldInsertText( in shouldInsertText() function
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp217 bool EditorClientImpl::shouldInsertText(const String& text, in shouldInsertText() function in WebKit::EditorClientImpl
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp257 bool WebEditorClient::shouldInsertText(const String& /*str*/, Range* /* replacingRange */, EditorIn… in shouldInsertText() function in WebEditorClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp342 bool EditorClient::shouldInsertText(const String& string, Range* range, EditorInsertAction action) in shouldInsertText() function in WebKit::EditorClient
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp845 bool InjectedBundlePage::shouldInsertText(WKBundlePageRef page, WKStringRef text, WKBundleRangeHand… in shouldInsertText() function in WTR::InjectedBundlePage
921 bool InjectedBundlePage::shouldInsertText(WKStringRef text, WKBundleRangeHandleRef rangeToReplace, … in shouldInsertText() function in WTR::InjectedBundlePage
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h211 WKBundlePageShouldInsertTextCallback shouldInsertText; member
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.cpp314 bool WebViewHost::shouldInsertText(const WebString& text, const WebRange& range, WebEditingAction a… in shouldInsertText() function in WebViewHost
/external/webkit/Source/WebCore/loader/
DEmptyClients.h454 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) { return false; } in shouldInsertText() function
/external/webkit/Source/WebCore/editing/
DEditor.cpp482 bool Editor::shouldInsertText(const String& text, Range* range, EditorInsertAction action) const in shouldInsertText() function in WebCore::Editor