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

/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp568 Node* sourceDocumentStyleSpan = topNode;
569 RefPtr<Node> copiedRangeStyleSpan = sourceDocumentStyleSpan->firstChild();
576 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) {
577 fragment.removeNodePreservingChildren(sourceDocumentStyleSpan);
600 Node* sourceDocumentStyleSpan = 0; local
607 sourceDocumentStyleSpan = node;
619 if (!sourceDocumentStyleSpan)
622 RefPtr<EditingStyle> sourceDocumentStyle = EditingStyle::create(toHTMLElement(sourceDocumentStyleSpan)->getInlineStyleDecl());
623 ContainerNode* context = sourceDocumentStyleSpan->parentNode();
643 // The styles on sourceDocumentStyleSpan ar
[all...]

Completed in 62 milliseconds