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

12

  /external/webkit/Source/WebCore/editing/
Editor.h 130 bool shouldDeleteRange(Range*) const;
Editor.cpp 434 bool Editor::shouldDeleteRange(Range* range) const
443 return client() && client()->shouldDeleteRange(range);
    [all...]
SelectionController.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 437 virtual bool shouldDeleteRange(Range*) { return false; }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 94 bool EditorClientQt::shouldDeleteRange(Range* range)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 212 WKBundlePageShouldDeleteRangeCallback shouldDeleteRange;
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 125 virtual bool shouldDeleteRange(const WebKit::WebRange&);
WebViewHost.cpp 339 bool WebViewHost::shouldDeleteRange(const WebRange& range)
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 270 bool EditorClient::shouldDeleteRange(Range* range)
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 234 bool WebEditorClient::shouldDeleteRange(Range* /*range*/)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 232 bool WebEditorClient::shouldDeleteRange(Range* range)
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 99 milliseconds

12