Searched refs:isMailPasteAsQuotationNode (Results 1 – 5 of 5) sorted by relevance
403 static bool isMailPasteAsQuotationNode(const Node* node) in isMailPasteAsQuotationNode() function461 return !enclosingNodeOfType(source.deepEquivalent(), &isMailPasteAsQuotationNode) && in shouldMerge()532 if (isMailPasteAsQuotationNode(node)) in handlePasteAsQuotationNode()560 …if (isMailPasteAsQuotationNode(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode… in handleStyleSpansBeforeInsertion()627 …Node* blockquoteNode = isMailPasteAsQuotationNode(context) ? context : enclosingNodeOfType(firstPo… in handleStyleSpans()
28272 (WebCore::isMailPasteAsQuotationNode):
10170 (WebCore::isMailPasteAsQuotationNode): Added. Checks for the node
21362 …(khtml::isMailPasteAsQuotationNode): New helper that looks for nodes marked with ApplePasteAsQuota…
77055 (WebCore::isMailPasteAsQuotationNode): Change to take in a const Node*.