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 70 Node* pastLastLeaf() const { return m_lastNodeInserted ? NodeTraversal::next(lastLeafInserted()) : 0; }
ReplaceSelectionCommand.cpp 469 RefPtr<Node> pastEndNode = insertedNodes.pastLastLeaf();
616 RefPtr<Node> pastEndNode = insertedNodes.pastLastLeaf();
    [all...]

Completed in 50 milliseconds