Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.cpp1167 Node* enclosingAnchor = enclosingAnchorElement(original); in positionAvoidingSpecialElementBoundary() local
1170 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 …]
Dmarkup.cpp511 …if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? speci… in highestAncestorToWrapMarkup() local
512 specialCommonAncestor = enclosingAnchor; in highestAncestorToWrapMarkup()
/external/webkit/Source/WebCore/platform/mac/
DPasteboardMac.mm144 …Node* enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(commonAncestor), HTMLNames::aTag);
145 …if (enclosingAnchor && comparePositions(firstPositionInOrBeforeNode(selectedRange->startPosition()…
146 selectedRange->setStart(enclosingAnchor, 0, ec);
/external/webkit/Source/WebCore/
DChangeLog-2007-10-147915 Nil check enclosingAnchor.