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(PassRefPtrWillBeRawPtr<Node>);
215 void ReplacementFragment::removeNodePreservingChildren(PassRefPtrWillBeRawPtr<Node> node) in removeNodePreservingChildren() function in WebCore::ReplacementFragment
324 removeNodePreservingChildren(node); in removeInterchangeNodes()
522 removeNodePreservingChildren(element); in removeRedundantStylesAndKeepStyleSpanInline()
535 removeNodePreservingChildren(element); in removeRedundantStylesAndKeepStyleSpanInline()
547 removeNodePreservingChildren(element); in removeRedundantStylesAndKeepStyleSpanInline()
750 fragment.removeNodePreservingChildren(wrappingStyleSpan); in handleStyleSpansBeforeInsertion()
801 removeNodePreservingChildren(wrappingStyleSpan); in handleStyleSpans()
DSimplifyMarkupCommand.cpp96 removeNodePreservingChildren(nodesToRemove[i], AssumeContentIsAlwaysEditable); in doApply()
DApplyStyleCommand.cpp429 removeNodePreservingChildren(unstyledSpans[i].get()); in applyRelativeFontStyleChange()
453 removeNodePreservingChildren(node); in cleanupUnstyledAppleStyleSpans()
537 removeNodePreservingChildren(element); in removeEmbeddingUpToEnclosingBlock()
918 removeNodePreservingChildren(element); in removeInlineStyleFromElement()
940 removeNodePreservingChildren(elem); in replaceWithSpanOrRemoveIfWithoutAttributes()
969 removeNodePreservingChildren(element); in removeImplicitlyStyledElement()
991 removeNodePreservingChildren(element); in removeCSSStyle()
DCompositeEditCommand.h125 …void removeNodePreservingChildren(PassRefPtrWillBeRawPtr<Node>, ShouldAssumeContentIsAlwaysEditabl…
DIndentOutdentCommand.cpp157 removeNodePreservingChildren(enclosingNode); in outdentParagraph()
DCompositeEditCommand.cpp381 void CompositeEditCommand::removeNodePreservingChildren(PassRefPtrWillBeRawPtr<Node> node, ShouldAs… in removeNodePreservingChildren() function in WebCore::CompositeEditCommand
972 removeNodePreservingChildren(anchorNode); in pushAnchorElementDown()
1306 removeNodePreservingChildren(listNode->parentNode()); in breakOutOfEmptyListItem()
DDeleteSelectionCommand.cpp766 CompositeEditCommand::removeNodePreservingChildren(node); in removeRedundantBlocks()