enclosingAnchorElement 1386 Source/core/editing/CompositeEditCommand.cpp     Node* enclosingAnchor = enclosingAnchorElement(original);
enclosingAnchorElement 1403 Source/core/editing/CompositeEditCommand.cpp                 enclosingAnchor = enclosingAnchorElement(original);
enclosingAnchorElement 1422 Source/core/editing/CompositeEditCommand.cpp                 enclosingAnchor = enclosingAnchorElement(original);
enclosingAnchorElement  282 Source/core/editing/DeleteSelectionCommand.cpp     m_typingStyle->removeStyleAddedByNode(enclosingAnchorElement(m_selectionToDelete.start()));
enclosingAnchorElement 1666 Source/core/editing/FrameSelection.cpp         if (Element* anchor = enclosingAnchorElement(base())) {
enclosingAnchorElement   66 Source/core/editing/htmlediting.h Element* enclosingAnchorElement(const Position&);
enclosingAnchorElement  904 Source/core/page/DragController.cpp             if (Node* node = enclosingAnchorElement(src->selection().base()))