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

/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp626 // styles from blockquoteNode are allowed to override those from the source document, see <rdar://problem/4930986> and <rdar://problem/5089327>.
627 Node* blockquoteNode = isMailPasteAsQuotationNode(context) ? context : enclosingNodeOfType(firstPositionInNode(context), isMailBlockquote, CanCrossEditingBoundary); local
628 if (blockquoteNode) {
629 sourceDocumentStyle->removeStyleConflictingWithStyleOfNode(blockquoteNode);
630 context = blockquoteNode->parentNode();

Completed in 57 milliseconds