HTMLAttributeMode   67 Source/core/css/CSSParserMode.h     return mode == HTMLAttributeMode || mode == UASheetMode;
HTMLAttributeMode   72 Source/core/css/CSSParserMode.h     return mode == HTMLQuirksMode || mode == HTMLAttributeMode || mode == SVGAttributeMode;
HTMLAttributeMode  180 Source/core/dom/PresentationAttributeStyle.cpp         style = MutableStylePropertySet::create(element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode);