HomeSort by relevance Sort by last modified time
    Searched defs:shouldDeleteRange (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 193 bool EditorClientImpl::shouldDeleteRange(Range* range)
196 return m_webView->client()->shouldDeleteRange(WebRange(range));
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 176 virtual bool shouldDeleteRange(const WebRange&) { return true; }
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 163 bool shouldDeleteRange(const WebKit::WebRange&);
340 virtual bool shouldDeleteRange(const WebKit::WebRange& range)
342 WebTestProxyBase::shouldDeleteRange(range);
343 return Base::shouldDeleteRange(range);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 439 bool Editor::shouldDeleteRange(Range* range) const
447 return client() && client()->shouldDeleteRange(range);
913 if (shouldDeleteRange(selection.get())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp     [all...]

Completed in 54 milliseconds