Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp403 static bool isMailPasteAsQuotationNode(const Node* node) in isMailPasteAsQuotationNode() function
461 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()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1028272 (WebCore::isMailPasteAsQuotationNode):
DChangeLog-2006-12-3110170 (WebCore::isMailPasteAsQuotationNode): Added. Checks for the node
DChangeLog-2005-08-2321362 …(khtml::isMailPasteAsQuotationNode): New helper that looks for nodes marked with ApplePasteAsQuota…
DChangeLog-2008-08-1077055 (WebCore::isMailPasteAsQuotationNode): Change to take in a const Node*.