HomeSort by relevance Sort by last modified time
    Searched refs:ApplePasteAsQuotation (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/editing/
HTMLInterchange.h 36 #define ApplePasteAsQuotation "Apple-paste-as-quotation"
ReplaceSelectionCommand.cpp 387 return node && node->hasTagName(blockquoteTag) && node->isElementNode() && static_cast<const Element*>(node)->getAttribute(classAttr) == ApplePasteAsQuotation;
    [all...]

Completed in 135 milliseconds