Searched refs:enclosingAnchor (Results 1 – 4 of 4) sorted by relevance
1167 Node* enclosingAnchor = enclosingAnchorElement(original); in positionAvoidingSpecialElementBoundary() local1170 if (!enclosingAnchor) in positionAvoidingSpecialElementBoundary()1174 if (enclosingAnchor && !isBlock(enclosingAnchor)) { in positionAvoidingSpecialElementBoundary()1175 VisiblePosition firstInAnchor(firstPositionInNode(enclosingAnchor)); in positionAvoidingSpecialElementBoundary()1176 VisiblePosition lastInAnchor(lastPositionInNode(enclosingAnchor)); in positionAvoidingSpecialElementBoundary()1182 …if (original.deprecatedNode() != enclosingAnchor && original.deprecatedNode()->parentNode() != enc… in positionAvoidingSpecialElementBoundary()1183 pushAnchorElementDown(enclosingAnchor); in positionAvoidingSpecialElementBoundary()1184 enclosingAnchor = enclosingAnchorElement(original); in positionAvoidingSpecialElementBoundary()1185 if (!enclosingAnchor) in positionAvoidingSpecialElementBoundary()1191 …xistsAtVisiblePosition(visiblePos) && downstream.deprecatedNode()->isDescendantOf(enclosingAnchor)) in positionAvoidingSpecialElementBoundary()[all …]
511 …if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? speci… in highestAncestorToWrapMarkup() local512 specialCommonAncestor = enclosingAnchor; in highestAncestorToWrapMarkup()
144 …Node* enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(commonAncestor), HTMLNames::aTag);145 …if (enclosingAnchor && comparePositions(firstPositionInOrBeforeNode(selectedRange->startPosition()…146 selectedRange->setStart(enclosingAnchor, 0, ec);
7915 Nil check enclosingAnchor.