Home
last modified time | relevance | path

Searched refs:ApplePasteAsQuotation (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DHTMLInterchange.h37 #define ApplePasteAsQuotation "Apple-paste-as-quotation" macro
DReplaceSelectionCommand.cpp405 …ementNode() && static_cast<const Element*>(node)->getAttribute(classAttr) == ApplePasteAsQuotation; in isMailPasteAsQuotationNode()
796 || classAttributeValue == ApplePasteAsQuotation) in isInlineNodeWithStyle()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2321358 …* khtml/editing/html_interchange.h: Add ApplePasteAsQuotation constant used to check for "marked" …
21361 an ApplePasteAsQuotation node.
21362 …ml::isMailPasteAsQuotationNode): New helper that looks for nodes marked with ApplePasteAsQuotation.