Searched refs:isDeletableElement (Results 1 – 4 of 4) sorted by relevance
64 static bool isDeletableElement(const Node* node) in isDeletableElement() function123 Node* element = enclosingNodeOfType(Position(container, 0), &isDeletableElement); in enclosingDeletableElement()223 if (!enabled() || !element || !element->inDocument() || !isDeletableElement(element)) in show()
10887 (WebCore::isDeletableElement):10890 …(WebCore::DeleteButtonController::show): call isDeletableElement() to make sure the element is all…12096 (WebCore::isDeletableElement):16712 (WebCore::isDeletableElement):18262 (WebCore::isDeletableElement):
2014 (WebCore::isDeletableElement):2324 (WebCore::isDeletableElement):3724 (WebCore::isDeletableElement):
77031 (WebCore::isDeletableElement): Changed to take in a const Node* instead of a Node*.