Searched refs:shouldDeleteRange (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.h54 bool shouldDeleteRange(WebPage*, WebCore::Range*);
H A DInjectedBundlePageEditorClient.cpp79 bool InjectedBundlePageEditorClient::shouldDeleteRange(WebPage* page, Range* range) function in class:WebKit::InjectedBundlePageEditorClient
81 if (m_client.shouldDeleteRange) {
83 return m_client.shouldDeleteRange(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo);
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DEditorClientQt.h50 virtual bool shouldDeleteRange(Range*);
H A DEditorClientQt.cpp96 bool EditorClientQt::shouldDeleteRange(Range* range) function in class:WebCore::EditorClientQt
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEditorClient.h70 virtual bool shouldDeleteRange(Range*) = 0;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h41 virtual bool shouldDeleteRange(Range*);
H A DEditorClientBlackBerry.cpp65 bool EditorClientBlackBerry::shouldDeleteRange(Range* range) function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h85 virtual bool shouldDeleteRange(Range*);
H A DEditorClientEfl.cpp58 bool EditorClientEfl::shouldDeleteRange(Range* range) function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h76 virtual bool shouldDeleteRange(WebCore::Range*);
H A DEditorClientGtk.cpp90 bool EditorClient::shouldDeleteRange(Range* range) function in class:WebKit::EditorClient
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h66 bool shouldDeleteRange(WebCore::Range*);
H A DWebEditorClient.cpp247 bool WebEditorClient::shouldDeleteRange(Range* /*range*/) function in class:WebEditorClient
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h43 virtual bool shouldDeleteRange(WebCore::Range*);
H A DEditorClientWinCE.cpp56 bool EditorClientWinCE::shouldDeleteRange(Range*) function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h55 virtual bool shouldDeleteRange(WebCore::Range*) OVERRIDE;
H A DWebEditorClient.mm222 bool WebEditorClient::shouldDeleteRange(Range* range)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h47 virtual bool shouldDeleteRange(WebCore::Range*) OVERRIDE;
H A DWebEditorClient.cpp76 bool WebEditorClient::shouldDeleteRange(Range* range) function in class:WebKit::WebEditorClient
78 bool result = m_page->injectedBundleEditorClient().shouldDeleteRange(m_page, range);
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.h147 bool shouldDeleteRange(Range*) const;
H A DEditor.cpp499 bool Editor::shouldDeleteRange(Range* range) const function in class:WebCore::Editor
507 return client() && client()->shouldDeleteRange(range);
1053 if (shouldDeleteRange(selection.get())) {
H A DFrameSelection.cpp1941 return m_frame->editor().client()->shouldDeleteRange(selection.toNormalizedRange().get());
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h402 virtual bool shouldDeleteRange(Range*) { return false; } function in class:WebCore::EmptyEditorClient
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h316 WKBundlePageShouldDeleteRangeCallback shouldDeleteRange; member in struct:WKBundlePageEditorClient
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLView.mm986 return coreFrame && coreFrame->editor().shouldDeleteRange(core(range));

Completed in 211 milliseconds