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

/external/webkit/WebCore/editing/
H A DReplaceSelectionCommand.cpp385 static bool isMailPasteAsQuotationNode(const Node* node) function in namespace:WebCore
443 return !enclosingNodeOfType(source.deepEquivalent(), &isMailPasteAsQuotationNode) &&
514 if (isMailPasteAsQuotationNode(node))
542 if (isMailPasteAsQuotationNode(topNode) || nearestMailBlockquote(topNode))
608 Node* blockquoteNode = isMailPasteAsQuotationNode(context) ? context : nearestMailBlockquote(context);

Completed in 34 milliseconds