Searched defs:shouldDeleteRange (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.cpp76 bool InjectedBundlePageEditorClient::shouldDeleteRange(WebPage* page, Range* range) function in class:WebKit::InjectedBundlePageEditorClient
78 if (m_client.shouldDeleteRange) {
80 return m_client.shouldDeleteRange(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEditingCallbacks.cpp132 gboolean shouldDeleteRange(WebKitWebView* webView, WebKitDOMRange* range) function
196 "signal::should-delete-range", shouldDeleteRange, 0, local
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp51 bool EditorClientAndroid::shouldDeleteRange(Range*) { return true; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp64 bool EditorClientHaiku::shouldDeleteRange(Range*) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h156 virtual bool shouldDeleteRange(const WebRange&) { return true; } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp53 bool EditorClientEfl::shouldDeleteRange(Range*) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp94 bool EditorClientQt::shouldDeleteRange(Range* range) function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp52 bool EditorClientWinCE::shouldDeleteRange(Range*) function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp142 bool EditorClientWx::shouldDeleteRange(Range*) function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp59 bool WebEditorClient::shouldDeleteRange(Range* range) function in class:WebKit::WebEditorClient
61 bool result = m_page->injectedBundleEditorClient().shouldDeleteRange(m_page, range);
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp230 bool EditorClientImpl::shouldDeleteRange(Range* range) function in class:WebKit::EditorClientImpl
233 return m_webView->client()->shouldDeleteRange(WebRange(range));
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp270 bool EditorClient::shouldDeleteRange(Range* range) function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp234 bool WebEditorClient::shouldDeleteRange(Range* /*range*/) function in class:WebEditorClient
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h212 WKBundlePageShouldDeleteRangeCallback shouldDeleteRange; member in struct:WKBundlePageEditorClient
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp238 shouldDeleteRange,
850 bool InjectedBundlePage::shouldDeleteRange(WKBundlePageRef page, WKBundleRangeHandleRef range, const void* clientInfo) function in class:WTR::InjectedBundlePage
852 return static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->shouldDeleteRange(range);
937 bool InjectedBundlePage::shouldDeleteRange(WKBundleRangeHandleRef range) function in class:WTR::InjectedBundlePage
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp339 bool WebViewHost::shouldDeleteRange(const WebRange& range) function in class:WebViewHost
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp434 bool Editor::shouldDeleteRange(Range* range) const function in class:WebCore::Editor
443 return client() && client()->shouldDeleteRange(range);
1174 if (shouldDeleteRange(selection.get())) {
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h433 virtual bool shouldDeleteRange(Range*) { return false; } function in class:WebCore::EmptyEditorClient

Completed in 271 milliseconds