Searched refs:enclosingAnchorElement (Results 1 – 8 of 8) sorted by relevance
65 Node* enclosingAnchorElement(const Position&);
1167 Node* enclosingAnchor = enclosingAnchorElement(original); in positionAvoidingSpecialElementBoundary()1184 enclosingAnchor = enclosingAnchorElement(original); in positionAvoidingSpecialElementBoundary()1203 enclosingAnchor = enclosingAnchorElement(original); in positionAvoidingSpecialElementBoundary()
285 m_typingStyle->removeStyleAddedByNode(enclosingAnchorElement(m_selectionToDelete.start())); in saveTypingStyleState()
659 Node* enclosingAnchorElement(const Position& p) in enclosingAnchorElement() function
1694 if (Node* anchor = enclosingAnchorElement(base())) { in setFocusedNodeIfNeeded()
742 Node* node = enclosingAnchorElement(pos); in startDrag()
43791 Call the new enclosingAnchorElement, that takes in a position instead43808 (WebCore::enclosingAnchorElement): Moved here.
10245 (WebCore::enclosingAnchorElement):