Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp486 … ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes& insertedNodes) in removeRedundantStylesAndKeepStyleSpanInline() argument
488 RefPtrWillBeRawPtr<Node> pastEndNode = insertedNodes.pastLastLeaf(); in removeRedundantStylesAndKeepStyleSpanInline()
490 …for (RefPtrWillBeRawPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNod… in removeRedundantStylesAndKeepStyleSpanInline()
511 insertedNodes.didReplaceNode(*htmlElement, *element); in removeRedundantStylesAndKeepStyleSpanInline()
535 insertedNodes.willRemoveNodePreservingChildren(*element); in removeRedundantStylesAndKeepStyleSpanInline()
548 insertedNodes.willRemoveNodePreservingChildren(*element); in removeRedundantStylesAndKeepStyleSpanInline()
560 insertedNodes.willRemoveNodePreservingChildren(*element); in removeRedundantStylesAndKeepStyleSpanInline()
637 …onCommand::makeInsertedContentRoundTrippableWithHTMLTreeBuilder(const InsertedNodes& insertedNodes) in makeInsertedContentRoundTrippableWithHTMLTreeBuilder() argument
639 RefPtrWillBeRawPtr<Node> pastEndNode = insertedNodes.pastLastLeaf(); in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()
641 …for (RefPtrWillBeRawPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNod… in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()
[all …]