Searched refs:insertedNodes (Results 1 – 1 of 1) sorted by relevance
486 … ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes& insertedNodes) in removeRedundantStylesAndKeepStyleSpanInline() argument488 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() argument639 RefPtrWillBeRawPtr<Node> pastEndNode = insertedNodes.pastLastLeaf(); in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()641 …for (RefPtrWillBeRawPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNod… in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()[all …]