Home
last modified time | relevance | path

Searched refs:enclosingAnchor (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/editing/
DCompositeEditCommand.cpp1122 Node* enclosingAnchor = enclosingAnchorElement(original); in positionAvoidingSpecialElementBoundary() local
1125 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 …]
DDeleteSelectionCommand.cpp259 Node* enclosingAnchor = enclosingAnchorElement(position); in removeEnclosingAnchorStyle() local
260 if (!enclosingAnchor || !enclosingAnchor->parentNode()) in removeEnclosingAnchorStyle()
263 removeStylesAddedByNode(style, enclosingAnchor); in removeEnclosingAnchorStyle()
Dmarkup.cpp968 …if (Node *enclosingAnchor = enclosingNodeWithTag(Position(specialCommonAncestor ? specialCommonAnc… in createMarkup() local
969 specialCommonAncestor = enclosingAnchor; in createMarkup()
/external/webkit/WebCore/
DChangeLog-2007-10-147915 Nil check enclosingAnchor.