HomeSort by relevance Sort by last modified time
    Searched full:sourcedocumentstylespan (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp 568 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;
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 are all redundant, and there is no copiedRangeStyleSpa
    [all...]

Completed in 2925 milliseconds