Searched refs:enclosingAnchor (Results 1 – 4 of 4) sorted by relevance
1122 Node* enclosingAnchor = enclosingAnchorElement(original); in positionAvoidingSpecialElementBoundary() local1125 if (!enclosingAnchor) in positionAvoidingSpecialElementBoundary()1129 if (enclosingAnchor && !isBlock(enclosingAnchor)) { in positionAvoidingSpecialElementBoundary()1130 VisiblePosition firstInAnchor(firstDeepEditingPositionForNode(enclosingAnchor)); in positionAvoidingSpecialElementBoundary()1131 VisiblePosition lastInAnchor(lastDeepEditingPositionForNode(enclosingAnchor)); in positionAvoidingSpecialElementBoundary()1137 … if (original.node() != enclosingAnchor && original.node()->parentNode() != enclosingAnchor) { in positionAvoidingSpecialElementBoundary()1138 pushAnchorElementDown(enclosingAnchor); in positionAvoidingSpecialElementBoundary()1139 enclosingAnchor = enclosingAnchorElement(original); in positionAvoidingSpecialElementBoundary()1140 if (!enclosingAnchor) in positionAvoidingSpecialElementBoundary()1146 …lineBreakExistsAtVisiblePosition(visiblePos) && downstream.node()->isDescendantOf(enclosingAnchor)) in positionAvoidingSpecialElementBoundary()[all …]
259 Node* enclosingAnchor = enclosingAnchorElement(position); in removeEnclosingAnchorStyle() local260 if (!enclosingAnchor || !enclosingAnchor->parentNode()) in removeEnclosingAnchorStyle()263 removeStylesAddedByNode(style, enclosingAnchor); in removeEnclosingAnchorStyle()
968 …if (Node *enclosingAnchor = enclosingNodeWithTag(Position(specialCommonAncestor ? specialCommonAnc… in createMarkup() local969 specialCommonAncestor = enclosingAnchor; in createMarkup()
7915 Nil check enclosingAnchor.