/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 52 virtual bool shouldShowDeleteInterface(HTMLElement*);
|
D | EditorClientHaiku.cpp | 70 bool EditorClientHaiku::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebCore::EditorClientHaiku
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 55 virtual bool shouldShowDeleteInterface(HTMLElement*);
|
D | EditorClientEfl.cpp | 59 bool EditorClientEfl::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebCore::EditorClientEfl
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 50 virtual bool shouldShowDeleteInterface(HTMLElement*);
|
D | EditorClientQt.cpp | 102 bool EditorClientQt::shouldShowDeleteInterface(HTMLElement* element) in shouldShowDeleteInterface() function in WebCore::EditorClientQt
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 50 virtual bool shouldShowDeleteInterface(HTMLElement*);
|
D | EditorClientWx.cpp | 148 bool EditorClientWx::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebCore::EditorClientWx
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 52 virtual bool shouldShowDeleteInterface(HTMLElement*);
|
D | EditorClientAndroid.cpp | 52 bool EditorClientAndroid::shouldShowDeleteInterface(HTMLElement*) { notImplemented(); return false;… in shouldShowDeleteInterface() function in android::EditorClientAndroid
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 43 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
|
D | EditorClientWinCE.cpp | 58 bool EditorClientWinCE::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebKit::EditorClientWinCE
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 63 bool shouldShowDeleteInterface(WebCore::HTMLElement*);
|
D | WebEditorClient.cpp | 293 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* /*element*/) in shouldShowDeleteInterface() function in WebEditorClient
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 81 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
|
D | EditorClientGtk.cpp | 278 bool EditorClient::shouldShowDeleteInterface(HTMLElement* element) in shouldShowDeleteInterface() function in WebKit::EditorClient
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 82 virtual bool shouldShowDeleteInterface(HTMLElement*) = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.h | 54 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
|
D | EditorClientImpl.cpp | 95 bool EditorClientImpl::shouldShowDeleteInterface(HTMLElement* elem) in shouldShowDeleteInterface() function in WebKit::EditorClientImpl
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.h | 47 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
|
D | WebEditorClient.cpp | 66 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebKit::WebEditorClient
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 56 virtual bool shouldShowDeleteInterface(WebCore::HTMLElement*);
|
/external/webkit/Source/WebCore/editing/ |
D | DeleteButtonController.cpp | 266 if (!m_frame->editor()->shouldShowDeleteInterface(toHTMLElement(element))) in show()
|
D | Editor.h | 129 bool shouldShowDeleteInterface(HTMLElement*) const;
|
/external/webkit/Source/WebCore/loader/ |
D | EmptyClients.h | 438 virtual bool shouldShowDeleteInterface(HTMLElement*) { return false; } in shouldShowDeleteInterface() function
|