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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.cpp1405 Node* enclosingAnchor = enclosingAnchorElement(original); local
1408 if (!enclosingAnchor)
1412 if (enclosingAnchor && !isBlock(enclosingAnchor)) {
1413 VisiblePosition firstInAnchor(firstPositionInNode(enclosingAnchor));
1414 VisiblePosition lastInAnchor(lastPositionInNode(enclosingAnchor));
1420 if (original.deprecatedNode() != enclosingAnchor && original.deprecatedNode()->parentNode() != enclosingAnchor) {
1421 pushAnchorElementDown(enclosingAnchor);
1422 enclosingAnchor
[all...]
H A Dmarkup.cpp545 if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? specialCommonAncestor : commonAncestor), aTag))
546 specialCommonAncestor = enclosingAnchor;
/macosx-10.9.5/WebCore-7537.78.1/platform/ios/
H A DPasteboardIOS.mm127 Node* enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(commonAncestor), HTMLNames::aTag);
128 if (enclosingAnchor && comparePositions(firstPositionInOrBeforeNode(selectedRange->startPosition().anchorNode()), selectedRange->startPosition()) >= 0)
129 selectedRange->setStart(enclosingAnchor, 0, ec);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DPasteboardMac.mm172 Node* enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(commonAncestor), HTMLNames::aTag);
173 if (enclosingAnchor && comparePositions(firstPositionInOrBeforeNode(range->startPosition().anchorNode()), range->startPosition()) >= 0)
174 range->setStart(enclosingAnchor, 0, IGNORE_EXCEPTION);

Completed in 122 milliseconds