Searched refs:blockquoteNode (Results 1 – 1 of 1) sorted by relevance
627 …Node* blockquoteNode = isMailPasteAsQuotationNode(context) ? context : enclosingNodeOfType(firstPo… in handleStyleSpans() local628 if (blockquoteNode) { in handleStyleSpans()629 sourceDocumentStyle->removeStyleConflictingWithStyleOfNode(blockquoteNode); in handleStyleSpans()630 context = blockquoteNode->parentNode(); in handleStyleSpans()