Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp568 Node* sourceDocumentStyleSpan = topNode; in handleStyleSpansBeforeInsertion() local
569 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() local
607 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 …]