Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCreateLinkCommand.cpp54 …setEndingSelection(VisibleSelection(positionInParentBeforeNode(*anchorElement), positionInParentAf… in doApply()
Dhtmlediting.cpp308 …lePosition = isAtomicNode(editablePosition.deprecatedNode()) ? positionInParentBeforeNode(*editabl… in lastEditablePositionBeforePositionInRoot()
491 Position result = positionInParentBeforeNode(*n); in positionBeforeContainingSpecialElement()
537 return VisiblePosition(positionInParentBeforeNode(node)); in visiblePositionBeforeNode()
750 …&& isVisiblyAdjacent(positionInParentAfterNode(*firstList), positionInParentBeforeNode(*secondList… in canMergeLists()
998 position = positionInParentBeforeNode(node); in updatePositionForNodeRemoval()
1008 position = positionInParentBeforeNode(node); in updatePositionForNodeRemoval()
1016 position = positionInParentBeforeNode(node); in updatePositionForNodeRemoval()
1157 …isuallySame && comparePositions(selectedRange.startPosition(), positionInParentBeforeNode(node)) <… in isNodeVisiblyContainedWithin()
DInsertLineBreakCommand.cpp127 Position positionBeforeTextNode(positionInParentBeforeNode(*textNode)); in doApply()
DReplaceSelectionCommand.cpp649 …ment* paragraphElement = toHTMLElement(enclosingElementWithTag(positionInParentBeforeNode(element)… in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()
654 …ment* headerElement = toHTMLElement(highestEnclosingNodeOfType(positionInParentBeforeNode(element)… in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()
1012 insertionPos = positionInParentBeforeNode(*br); in doApply()
1041 insertionPos = positionInParentBeforeNode(*enclosingBlockOfInsertionPos); in doApply()
1086 insertionPos = positionInParentBeforeNode(*nodeToSplitTo); in doApply()
DInsertTextCommand.cpp174 Position positionBeforeStartNode(positionInParentBeforeNode(*startPosition.containerNode())); in doApply()
DCompositeEditCommand.cpp544 return positionInParentBeforeNode(*pos.anchorNode()); in positionOutsideTabSpan()
553 return positionInParentBeforeNode(*tabSpan); in positionOutsideTabSpan()
559 return positionInParentBeforeNode(*tabSpan); in positionOutsideTabSpan()
1457 result = positionInParentBeforeNode(*enclosingAnchor); in positionAvoidingSpecialElementBoundary()
DInsertListCommand.cpp387 insertionPos = positionInParentBeforeNode(*listChild); in listifyParagraph()
DVisibleUnits.cpp956 return VisiblePosition(positionInParentBeforeNode(*node)); in previousLinePosition()
1014 return VisiblePosition(positionInParentBeforeNode(*node)); in nextLinePosition()
DVisibleSelection.cpp654 …p = isAtomicNode(p.containerNode()) ? positionInParentBeforeNode(*p.containerNode()) : previousVis… in adjustSelectionToAvoidCrossingEditingBoundaries()
DDeleteSelectionCommand.cpp140 …Container && !startSpecialContainer && comparePositions(start, positionInParentBeforeNode(*endSpec… in initializeStartEnd()
DApplyStyleCommand.cpp625 embeddingRemoveEnd = positionInParentBeforeNode(*endUnsplitAncestor).downstream(); in applyInlineStyle()
666 …Position embeddingApplyEnd = embeddingEndElement ? positionInParentBeforeNode(*embeddingEndElement… in applyInlineStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPositionIterator.cpp44 return positionInParentBeforeNode(*m_nodeAfterPositionInAnchor); in operator Position()
DPosition.h240 inline Position positionInParentBeforeNode(const Node& node) in positionInParentBeforeNode() function
DPosition.cpp214 return positionInParentBeforeNode(*m_anchorNode); in parentAnchoredEquivalent()