Home
last modified time | relevance | path

Searched defs:shouldShowDeleteInterface (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm216 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* element) function
/external/webkit/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp71 bool EditorClientHaiku::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebCore::EditorClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp112 bool EditorClientQt::shouldShowDeleteInterface(HTMLElement* element) in shouldShowDeleteInterface() function in WebCore::EditorClientQt
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp49 bool EditorClientAndroid::shouldShowDeleteInterface(HTMLElement*) { notImplemented(); return false;… in shouldShowDeleteInterface() function in android::EditorClientAndroid
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp149 bool EditorClientWx::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebCore::EditorClientWx
/external/webkit/WebKit/chromium/src/
DEditorClientImpl.cpp88 bool EditorClientImpl::shouldShowDeleteInterface(HTMLElement* elem) in shouldShowDeleteInterface() function in WebKit::EditorClientImpl
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp113 bool EditorClient::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp294 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* /*element*/) in shouldShowDeleteInterface() function in WebEditorClient
/external/webkit/WebCore/loader/
DEmptyClients.h338 virtual bool shouldShowDeleteInterface(HTMLElement*) { return false; } in shouldShowDeleteInterface() function
/external/webkit/WebCore/editing/
DEditor.cpp380 bool Editor::shouldShowDeleteInterface(HTMLElement* element) const in shouldShowDeleteInterface() function in WebCore::Editor