Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp82 void removeNodePreservingChildren(PassRefPtr<Node>);
209 void ReplacementFragment::removeNodePreservingChildren(PassRefPtr<Node> node) in removeNodePreservingChildren() function in WebCore::ReplacementFragment
318 removeNodePreservingChildren(node); in removeInterchangeNodes()
512 removeNodePreservingChildren(element); in removeRedundantStylesAndKeepStyleSpanInline()
525 removeNodePreservingChildren(element); in removeRedundantStylesAndKeepStyleSpanInline()
537 removeNodePreservingChildren(element); in removeRedundantStylesAndKeepStyleSpanInline()
740 fragment.removeNodePreservingChildren(wrappingStyleSpan); in handleStyleSpansBeforeInsertion()
791 removeNodePreservingChildren(wrappingStyleSpan); in handleStyleSpans()
DSimplifyMarkupCommand.cpp96 removeNodePreservingChildren(nodesToRemove[i], AssumeContentIsAlwaysEditable); in doApply()
DApplyStyleCommand.cpp414 removeNodePreservingChildren(unstyledSpans[i].get()); in applyRelativeFontStyleChange()
438 removeNodePreservingChildren(node); in cleanupUnstyledAppleStyleSpans()
524 removeNodePreservingChildren(element); in removeEmbeddingUpToEnclosingBlock()
885 removeNodePreservingChildren(element); in removeInlineStyleFromElement()
907 removeNodePreservingChildren(elem); in replaceWithSpanOrRemoveIfWithoutAttributes()
939 removeNodePreservingChildren(element); in removeImplicitlyStyledElement()
965 removeNodePreservingChildren(element); in removeCSSStyle()
DCompositeEditCommand.h124 …void removeNodePreservingChildren(PassRefPtr<Node>, ShouldAssumeContentIsAlwaysEditable = DoNotAss…
DIndentOutdentCommand.cpp157 removeNodePreservingChildren(enclosingNode); in outdentParagraph()
DCompositeEditCommand.cpp411 void CompositeEditCommand::removeNodePreservingChildren(PassRefPtr<Node> node, ShouldAssumeContentI… in removeNodePreservingChildren() function in WebCore::CompositeEditCommand
998 removeNodePreservingChildren(anchorNode); in pushAnchorElementDown()
1318 removeNodePreservingChildren(listNode->parentNode()); in breakOutOfEmptyListItem()
DDeleteSelectionCommand.cpp759 CompositeEditCommand::removeNodePreservingChildren(node); in removeRedundantBlocks()