HomeSort by relevance Sort by last modified time
    Searched refs:positionInParentBeforeNode (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CreateLinkCommand.cpp 54 setEndingSelection(VisibleSelection(positionInParentBeforeNode(*anchorElement), positionInParentAfterNode(*anchorElement), DOWNSTREAM, endingSelection().isDirectional()));
InsertLineBreakCommand.cpp 125 Position positionBeforeTextNode(positionInParentBeforeNode(*textNode));
htmlediting.cpp 308 editablePosition = isAtomicNode(editablePosition.deprecatedNode()) ? positionInParentBeforeNode(*editablePosition.deprecatedNode()) : previousVisuallyDistinctCandidate(editablePosition);
470 Position result = positionInParentBeforeNode(*n);
516 return VisiblePosition(positionInParentBeforeNode(node));
727 && isVisiblyAdjacent(positionInParentAfterNode(*firstList), positionInParentBeforeNode(*secondList));
903 position = positionInParentBeforeNode(node);
913 position = positionInParentBeforeNode(node);
921 position = positionInParentBeforeNode(node);
    [all...]
InsertTextCommand.cpp 173 Position positionBeforeStartNode(positionInParentBeforeNode(*startPosition.containerNode()));
ReplaceSelectionCommand.cpp 634 if (HTMLElement* paragraphElement = toHTMLElement(enclosingNodeWithTag(positionInParentBeforeNode(*node), pTag)))
639 if (HTMLElement* headerElement = toHTMLElement(highestEnclosingNodeOfType(positionInParentBeforeNode(*node), isHeaderElement)))
    [all...]
CompositeEditCommand.cpp 533 return positionInParentBeforeNode(*pos.anchorNode());
542 return positionInParentBeforeNode(*tabSpan);
548 return positionInParentBeforeNode(*tabSpan);
    [all...]
InsertListCommand.cpp 380 insertionPos = positionInParentBeforeNode(*listChild);
ApplyStyleCommand.cpp 623 embeddingRemoveEnd = positionInParentBeforeNode(*endUnsplitAncestor).downstream();
664 Position embeddingApplyEnd = embeddingEndNode ? positionInParentBeforeNode(*embeddingEndNode) : end;
    [all...]
VisibleUnits.cpp     [all...]
DeleteSelectionCommand.cpp 136 if (endSpecialContainer && !startSpecialContainer && comparePositions(start, positionInParentBeforeNode(*endSpecialContainer)) > -1)
    [all...]
VisibleSelection.cpp 640 p = isAtomicNode(p.containerNode()) ? positionInParentBeforeNode(*p.containerNode()) : previousVisuallyDistinctCandidate(p);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 44 return positionInParentBeforeNode(*m_nodeAfterPositionInAnchor);
Position.h 248 inline Position positionInParentBeforeNode(const Node& node)
Position.cpp 214 return positionInParentBeforeNode(*m_anchorNode);
    [all...]

Completed in 318 milliseconds