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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DHTMLInterchange.h35 #define AppleInterchangeNewline "Apple-interchange-newline" macro
H A Dmarkup.cpp561 DEPRECATED_DEFINE_STATIC_LOCAL(const String, interchangeNewlineString, (ASCIILiteral("<br class=\"" AppleInterchangeNewline "\">")));
780 element->setAttribute(classAttr, AppleInterchangeNewline);
812 element->setAttribute(classAttr, AppleInterchangeNewline);
H A DReplaceSelectionCommand.cpp105 DEPRECATED_DEFINE_STATIC_LOCAL(String, interchangeNewlineClassString, (AppleInterchangeNewline));

Completed in 148 milliseconds