Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DReplaceSelectionCommand.cpp521 Node* sourceDocumentStyleSpan = topNode; in handleStyleSpansBeforeInsertion() local
522 RefPtr<Node> copiedRangeStyleSpan = sourceDocumentStyleSpan->firstChild(); in handleStyleSpansBeforeInsertion()
527 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) { in handleStyleSpansBeforeInsertion()
528 fragment.removeNodePreservingChildren(sourceDocumentStyleSpan); in handleStyleSpansBeforeInsertion()
551 Node* sourceDocumentStyleSpan = 0; in handleStyleSpans() local
558 sourceDocumentStyleSpan = node; in handleStyleSpans()
570 if (!sourceDocumentStyleSpan) in handleStyleSpans()
573 …tyleDeclaration> sourceDocumentStyle = static_cast<HTMLElement*>(sourceDocumentStyleSpan)->getInli… in handleStyleSpans()
574 Node* context = sourceDocumentStyleSpan->parentNode(); in handleStyleSpans()
605 removeNodePreservingChildren(sourceDocumentStyleSpan); in handleStyleSpans()
[all …]