Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp622 …RefPtr<EditingStyle> sourceDocumentStyle = EditingStyle::create(toHTMLElement(sourceDocumentStyleS… in handleStyleSpans() local
629 sourceDocumentStyle->removeStyleConflictingWithStyleOfNode(blockquoteNode); in handleStyleSpans()
634 sourceDocumentStyle->prepareToApplyAt(firstPositionInNode(context)); in handleStyleSpans()
641 sourceDocumentStyle->removeBlockProperties(); in handleStyleSpans()
645 if (sourceDocumentStyle->isEmpty() && !copiedRangeStyleSpan) { in handleStyleSpans()
653 if (!sourceDocumentStyle->isEmpty() && !copiedRangeStyleSpan) { in handleStyleSpans()
654 copyStyleToChildren(sourceDocumentStyleSpan, sourceDocumentStyle->style()); in handleStyleSpans()
663 copiedRangeStyle->style()->merge(sourceDocumentStyle->style(), false); in handleStyleSpans()