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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEditorClient.h62 virtual bool shouldDeleteRange(Range*) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DEditorClientImpl.h64 virtual bool shouldDeleteRange(WebCore::Range*) OVERRIDE;
H A DEditorClientImpl.cpp193 bool EditorClientImpl::shouldDeleteRange(Range* range) function in class:WebKit::EditorClientImpl
196 return m_webView->client()->shouldDeleteRange(WebRange(range));
/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestProxy.h163 bool shouldDeleteRange(const WebKit::WebRange&);
340 virtual bool shouldDeleteRange(const WebKit::WebRange& range) function in class:WebTestRunner::WebTestProxy
342 WebTestProxyBase::shouldDeleteRange(range);
343 return Base::shouldDeleteRange(range);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h176 virtual bool shouldDeleteRange(const WebRange&) { return true; } function in class:WebKit::WebViewClient
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h114 bool shouldDeleteRange(Range*) const;
H A DEditor.cpp439 bool Editor::shouldDeleteRange(Range* range) const function in class:WebCore::Editor
447 return client() && client()->shouldDeleteRange(range);
913 if (shouldDeleteRange(selection.get())) {
H A DFrameSelection.cpp1764 return m_frame->editor()->client()->shouldDeleteRange(selection.toNormalizedRange().get());
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h271 virtual bool shouldDeleteRange(Range*) OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp977 bool WebTestProxyBase::shouldDeleteRange(const WebRange& range) function in class:WebTestRunner::WebTestProxyBase

Completed in 212 milliseconds