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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.h 73 Node* pastLastLeaf() const { return m_lastNodeInserted ? NodeTraversal::next(m_lastNodeInserted->lastDescendantOrSelf()) : 0; }
ReplaceSelectionCommand.cpp 475 RefPtrWillBeRawPtr<Node> pastEndNode = insertedNodes.pastLastLeaf();
625 RefPtrWillBeRawPtr<Node> pastEndNode = insertedNodes.pastLastLeaf();
    [all...]

Completed in 46 milliseconds