Searched refs:sourceDocumentStyleSpan (Results 1 – 1 of 1) sorted by relevance
521 Node* sourceDocumentStyleSpan = topNode; in handleStyleSpansBeforeInsertion() local522 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() local558 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 …]