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

  /external/webkit/WebCore/editing/
CreateLinkCommand.cpp 56 setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInParentAfterNode(anchorElement.get()), DOWNSTREAM));
htmlediting.cpp 311 p = isAtomicNode(p.node()) ? positionInParentBeforeNode(p.node()) : previousVisuallyDistinctCandidate(p);
349 return positionInParentBeforeNode(node);
369 return node->parentNode() ? positionInParentBeforeNode(node) : Position(node, 0);
542 Position result = positionInParentBeforeNode(n);
602 return positionInParentBeforeNode(node);
832 && isVisiblyAdjacent(positionInParentAfterNode(firstList), positionInParentBeforeNode(secondList));
937 return positionInParentBeforeNode(node);
    [all...]
InsertLineBreakCommand.cpp 147 Position positionBeforeTextNode(positionInParentBeforeNode(textNode));
InsertListCommand.cpp 254 insertionPos = positionInParentBeforeNode(listChild);
InsertTextCommand.cpp 148 Position positionBeforeStartNode(positionInParentBeforeNode(startPosition.node()));
DeleteSelectionCommand.cpp 146 if (endSpecialContainer && !startSpecialContainer && comparePositions(start, positionInParentBeforeNode(endSpecialContainer)) > -1)
319 position = positionInParentBeforeNode(node);
    [all...]
CompositeEditCommand.cpp 346 return positionInParentBeforeNode(tabSpan);
352 return positionInParentBeforeNode(tabSpan);
    [all...]
DeleteButtonController.cpp 353 Position pos = positionInParentBeforeNode(element.get());
ReplaceSelectionCommand.cpp 531 return VisiblePosition(nextCandidate(positionInParentBeforeNode(m_firstNodeInserted.get())));
    [all...]
VisibleSelection.cpp 514 p = isAtomicNode(p.node()) ? positionInParentBeforeNode(p.node()) : previousVisuallyDistinctCandidate(p);
ApplyStyleCommand.cpp     [all...]
  /external/webkit/WebCore/dom/
PositionIterator.cpp 41 return positionInParentBeforeNode(m_nodeAfterPositionInAnchor);
Position.h 204 inline Position positionInParentBeforeNode(const Node* node)
Position.cpp     [all...]

Completed in 159 milliseconds