Home
last modified time | relevance | path

Searched refs:positionInParentBeforeNode (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp312 …p = isAtomicNode(p.deprecatedNode()) ? positionInParentBeforeNode(p.deprecatedNode()) : previousVi… in lastEditablePositionBeforePositionInRoot()
474 Position result = positionInParentBeforeNode(n); in positionBeforeContainingSpecialElement()
534 return positionInParentBeforeNode(node); in visiblePositionBeforeNode()
773 …&& isVisiblyAdjacent(positionInParentAfterNode(firstList), positionInParentBeforeNode(secondList)); in canMergeLists()
909 return positionInParentBeforeNode(node); in positionOutsideTabSpan()
1074 …suallySame && comparePositions(selectedRange->startPosition(), positionInParentBeforeNode(node)) <… in isNodeVisiblyContainedWithin()
1132 updatedSelection.setBase(positionInParentBeforeNode(node)); in avoidIntersectionWithNode()
1137 updatedSelection.setExtent(positionInParentBeforeNode(node)); in avoidIntersectionWithNode()
DCreateLinkCommand.cpp55 …setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInPar… in doApply()
DInsertLineBreakCommand.cpp148 Position positionBeforeTextNode(positionInParentBeforeNode(textNode)); in doApply()
DDeleteSelectionCommand.cpp142 …Container && !startSpecialContainer && comparePositions(start, positionInParentBeforeNode(endSpeci… in initializeStartEnd()
325 position = positionInParentBeforeNode(node); in updatePositionForNodeRemoval()
333 position = positionInParentBeforeNode(node); in updatePositionForNodeRemoval()
DCompositeEditCommand.cpp351 return positionInParentBeforeNode(pos.anchorNode()); in positionOutsideTabSpan()
356 return positionInParentBeforeNode(tabSpan); in positionOutsideTabSpan()
362 return positionInParentBeforeNode(tabSpan); in positionOutsideTabSpan()
1141 Position beforeBR(positionInParentBeforeNode(caretPos.deprecatedNode())); in breakOutOfEmptyMailBlockquotedParagraph()
1208 result = positionInParentBeforeNode(enclosingAnchor); in positionAvoidingSpecialElementBoundary()
DInsertTextCommand.cpp144 Position positionBeforeStartNode(positionInParentBeforeNode(startPosition.containerNode())); in input()
DReplaceSelectionCommand.cpp549 return VisiblePosition(nextCandidate(positionInParentBeforeNode(m_firstNodeInserted.get()))); in positionAtStartOfInsertedContent()
899 insertionPos = positionInParentBeforeNode(br); in doApply()
928 insertionPos = positionInParentBeforeNode(startBlock); in doApply()
965 insertionPos = positionInParentBeforeNode(nodeToSplitTo.get()); in doApply()
DDeleteButtonController.cpp353 Position pos = positionInParentBeforeNode(element.get()); in deleteTarget()
DInsertListCommand.cpp372 insertionPos = positionInParentBeforeNode(listChild); in listifyParagraph()
DVisibleSelection.cpp508 …p = isAtomicNode(p.containerNode()) ? positionInParentBeforeNode(p.containerNode()) : previousVisu… in adjustSelectionToAvoidCrossingEditingBoundaries()
Dvisible_units.cpp569 return positionInParentBeforeNode(node); in previousLinePosition()
676 return positionInParentBeforeNode(node); in nextLinePosition()
DApplyStyleCommand.cpp597 embeddingRemoveEnd = positionInParentBeforeNode(endUnsplitAncestor).downstream(); in applyInlineStyle()
638 …Position embeddingApplyEnd = embeddingEndNode ? positionInParentBeforeNode(embeddingEndNode) : end; in applyInlineStyle()
/external/webkit/Source/WebCore/dom/
DPositionIterator.cpp44 return positionInParentBeforeNode(m_nodeAfterPositionInAnchor); in operator Position()
DPosition.h212 inline Position positionInParentBeforeNode(const Node* node) in positionInParentBeforeNode() function
DPosition.cpp168 return positionInParentBeforeNode(m_anchorNode.get()); in parentAnchoredEquivalent()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2960368 Rename positionBeforeNode to positionInParentBeforeNode
60377 (WebCore::positionInParentBeforeNode):