Searched defs:shouldShowDeleteInterface (Results 1 – 10 of 10) sorted by relevance
216 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* element) function
71 bool EditorClientHaiku::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebCore::EditorClientHaiku
112 bool EditorClientQt::shouldShowDeleteInterface(HTMLElement* element) in shouldShowDeleteInterface() function in WebCore::EditorClientQt
49 bool EditorClientAndroid::shouldShowDeleteInterface(HTMLElement*) { notImplemented(); return false;… in shouldShowDeleteInterface() function in android::EditorClientAndroid
149 bool EditorClientWx::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebCore::EditorClientWx
88 bool EditorClientImpl::shouldShowDeleteInterface(HTMLElement* elem) in shouldShowDeleteInterface() function in WebKit::EditorClientImpl
113 bool EditorClient::shouldShowDeleteInterface(HTMLElement*) in shouldShowDeleteInterface() function in WebKit::EditorClient
294 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* /*element*/) in shouldShowDeleteInterface() function in WebEditorClient
338 virtual bool shouldShowDeleteInterface(HTMLElement*) { return false; } in shouldShowDeleteInterface() function
380 bool Editor::shouldShowDeleteInterface(HTMLElement* element) const in shouldShowDeleteInterface() function in WebCore::Editor