Searched refs:sourceDocumentStyleSpan (Results 1 – 1 of 1) sorted by relevance
568 Node* sourceDocumentStyleSpan = topNode; in handleStyleSpansBeforeInsertion() local569 RefPtr<Node> copiedRangeStyleSpan = sourceDocumentStyleSpan->firstChild(); in handleStyleSpansBeforeInsertion()576 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) { in handleStyleSpansBeforeInsertion()577 fragment.removeNodePreservingChildren(sourceDocumentStyleSpan); in handleStyleSpansBeforeInsertion()600 Node* sourceDocumentStyleSpan = 0; in handleStyleSpans() local607 sourceDocumentStyleSpan = node; in handleStyleSpans()619 if (!sourceDocumentStyleSpan) in handleStyleSpans()622 …gStyle> sourceDocumentStyle = EditingStyle::create(toHTMLElement(sourceDocumentStyleSpan)->getInli… in handleStyleSpans()623 ContainerNode* context = sourceDocumentStyleSpan->parentNode(); in handleStyleSpans()646 removeNodePreservingChildren(sourceDocumentStyleSpan); in handleStyleSpans()[all …]