Home
last modified time | relevance | path

Searched refs:shouldShowDeleteInterface (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h52 virtual bool shouldShowDeleteInterface(HTMLElement*);
DEditorClientHaiku.cpp70 bool EditorClientHaiku::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.h55 virtual bool shouldShowDeleteInterface(HTMLElement*);
DEditorClientEfl.cpp59 bool EditorClientEfl::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.h50 virtual bool shouldShowDeleteInterface(HTMLElement*);
DEditorClientQt.cpp102 bool EditorClientQt::shouldShowDeleteInterface(HTMLElement* element) in shouldShowDeleteInterface() function in WebCore::EditorClientQt
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.h50 virtual bool shouldShowDeleteInterface(HTMLElement*);
DEditorClientWx.cpp148 bool EditorClientWx::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h52 virtual bool shouldShowDeleteInterface(HTMLElement*);
DEditorClientAndroid.cpp52 bool EditorClientAndroid::shouldShowDeleteInterface(HTMLElement*) { notImplemented(); return false;… in shouldShowDeleteInterface() function in android::EditorClientAndroid
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.h43 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
DEditorClientWinCE.cpp58 bool EditorClientWinCE::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.h63 bool shouldShowDeleteInterface(WebCore::HTMLElement*);
DWebEditorClient.cpp293 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* /*element*/) in shouldShowDeleteInterface() function in WebEditorClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h81 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
DEditorClientGtk.cpp278 bool EditorClient::shouldShowDeleteInterface(HTMLElement* element) in shouldShowDeleteInterface() function in WebKit::EditorClient
/external/webkit/Source/WebCore/page/
DEditorClient.h82 virtual bool shouldShowDeleteInterface(HTMLElement*) = 0;
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.h54 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
DEditorClientImpl.cpp95 bool EditorClientImpl::shouldShowDeleteInterface(HTMLElement* elem) in shouldShowDeleteInterface() function in WebKit::EditorClientImpl
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.h47 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
DWebEditorClient.cpp66 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebKit::WebEditorClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h56 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
/external/webkit/Source/WebCore/editing/
DDeleteButtonController.cpp266 if (!m_frame->editor()->shouldShowDeleteInterface(toHTMLElement(element))) in show()
DEditor.h129 bool shouldShowDeleteInterface(HTMLElement*) const;
/external/webkit/Source/WebCore/loader/
DEmptyClients.h438 virtual bool shouldShowDeleteInterface(HTMLElement*) { return false; } in shouldShowDeleteInterface() function

12