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

  /external/webkit/WebKit/chromium/public/
WebViewClient.h 117 virtual bool shouldDeleteRange(const WebRange&) { return true; }
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 65 bool EditorClientHaiku::shouldDeleteRange(Range*)
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 48 bool EditorClientAndroid::shouldDeleteRange(Range*) { return true; }
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 104 bool EditorClientQt::shouldDeleteRange(Range* range)
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 143 bool EditorClientWx::shouldDeleteRange(Range*)
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 223 bool EditorClientImpl::shouldDeleteRange(Range* range)
226 return m_webView->client()->shouldDeleteRange(WebRange(range));
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 107 bool EditorClient::shouldDeleteRange(Range*)
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 235 bool WebEditorClient::shouldDeleteRange(Range* /*range*/)
  /external/webkit/WebCore/editing/
Editor.cpp 327 bool Editor::shouldDeleteRange(Range* range) const
336 return client() && client()->shouldDeleteRange(range);
    [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 337 virtual bool shouldDeleteRange(Range*) { return false; }

Completed in 70 milliseconds