Home
last modified time | relevance | path

Searched defs:shouldDeleteRange (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageEditorClient.cpp76 bool InjectedBundlePageEditorClient::shouldDeleteRange(WebPage* page, Range* range) in shouldDeleteRange() function in WebKit::InjectedBundlePageEditorClient
/external/webkit/Tools/DumpRenderTree/gtk/
DEditingCallbacks.cpp132 gboolean shouldDeleteRange(WebKitWebView* webView, WebKitDOMRange* range) in shouldDeleteRange() function
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp64 bool EditorClientHaiku::shouldDeleteRange(Range*) in shouldDeleteRange() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp52 bool EditorClientWinCE::shouldDeleteRange(Range*) in shouldDeleteRange() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp53 bool EditorClientEfl::shouldDeleteRange(Range*) in shouldDeleteRange() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp59 bool WebEditorClient::shouldDeleteRange(Range* range) in shouldDeleteRange() function in WebKit::WebEditorClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp51 bool EditorClientAndroid::shouldDeleteRange(Range*) { return true; } in shouldDeleteRange() function in android::EditorClientAndroid
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm232 bool WebEditorClient::shouldDeleteRange(Range* range) function
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp142 bool EditorClientWx::shouldDeleteRange(Range*) in shouldDeleteRange() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp94 bool EditorClientQt::shouldDeleteRange(Range* range) in shouldDeleteRange() function in WebCore::EditorClientQt
/external/webkit/Source/WebKit/chromium/public/
DWebViewClient.h156 virtual bool shouldDeleteRange(const WebRange&) { return true; } in shouldDeleteRange() function
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp230 bool EditorClientImpl::shouldDeleteRange(Range* range) in shouldDeleteRange() function in WebKit::EditorClientImpl
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp234 bool WebEditorClient::shouldDeleteRange(Range* /*range*/) in shouldDeleteRange() function in WebEditorClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp270 bool EditorClient::shouldDeleteRange(Range* range) in shouldDeleteRange() function in WebKit::EditorClient
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp850 bool InjectedBundlePage::shouldDeleteRange(WKBundlePageRef page, WKBundleRangeHandleRef range, cons… in shouldDeleteRange() function in WTR::InjectedBundlePage
937 bool InjectedBundlePage::shouldDeleteRange(WKBundleRangeHandleRef range) in shouldDeleteRange() function in WTR::InjectedBundlePage
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h212 WKBundlePageShouldDeleteRangeCallback shouldDeleteRange; member
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.cpp339 bool WebViewHost::shouldDeleteRange(const WebRange& range) in shouldDeleteRange() function in WebViewHost
/external/webkit/Source/WebCore/loader/
DEmptyClients.h433 virtual bool shouldDeleteRange(Range*) { return false; } in shouldDeleteRange() function
/external/webkit/Source/WebCore/editing/
DEditor.cpp434 bool Editor::shouldDeleteRange(Range* range) const in shouldDeleteRange() function in WebCore::Editor