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

  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 62 virtual bool shouldDeleteRange(Range*) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 64 virtual bool shouldDeleteRange(WebCore::Range*) OVERRIDE;
EditorClientImpl.cpp 193 bool EditorClientImpl::shouldDeleteRange(Range* range)
196 return m_webView->client()->shouldDeleteRange(WebRange(range));
  /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/public/web/
WebViewClient.h 176 virtual bool shouldDeleteRange(const WebRange&) { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 114 bool shouldDeleteRange(Range*) const;
Editor.cpp 439 bool Editor::shouldDeleteRange(Range* range) const
447 return client() && client()->shouldDeleteRange(range);
913 if (shouldDeleteRange(selection.get())) {
    [all...]
FrameSelection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 271 virtual bool shouldDeleteRange(Range*) OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp     [all...]

Completed in 869 milliseconds