Home
last modified time | relevance | path

Searched refs:pastLastLeaf (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h73 …Node* pastLastLeaf() const { return m_lastNodeInserted ? NodeTraversal::next(NodeTraversal::lastWi… in pastLastLeaf() function
DReplaceSelectionCommand.cpp488 RefPtrWillBeRawPtr<Node> pastEndNode = insertedNodes.pastLastLeaf(); in removeRedundantStylesAndKeepStyleSpanInline()
639 RefPtrWillBeRawPtr<Node> pastEndNode = insertedNodes.pastLastLeaf(); in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()
1178 …arkupCommand::create(document(), insertedNodes.firstNodeInserted(), insertedNodes.pastLastLeaf())); in doApply()