Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp408 static bool isMailPasteAsQuotationNode(const Node* node) in isMailPasteAsQuotationNode() function
466 return !enclosingNodeOfType(source.deepEquivalent(), &isMailPasteAsQuotationNode) && in shouldMerge()
537 if (isMailPasteAsQuotationNode(node)) in handlePasteAsQuotationNode()
565 …if (isMailPasteAsQuotationNode(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode… in handleStyleSpansBeforeInsertion()
617 …Node* blockquoteNode = isMailPasteAsQuotationNode(context) ? context : enclosingNodeOfType(firstPo… in handleStyleSpans()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2006-05-1028272 (WebCore::isMailPasteAsQuotationNode):
H A DChangeLog-2006-12-3110170 (WebCore::isMailPasteAsQuotationNode): Added. Checks for the node
H A DChangeLog-2005-08-2321362 …(khtml::isMailPasteAsQuotationNode): New helper that looks for nodes marked with ApplePasteAsQuota…
H A DChangeLog-2008-08-1077055 (WebCore::isMailPasteAsQuotationNode): Change to take in a const Node*.