Home
last modified time | relevance | path

Searched refs:HTMLAttributeMode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParserMode.h46 HTMLAttributeMode, enumerator
68 return mode == HTMLAttributeMode || mode == UASheetMode; in isInternalPropertyAndValueParsingEnabledForMode()
73 return mode == HTMLQuirksMode || mode == HTMLAttributeMode || mode == SVGAttributeMode; in isUnitLessLengthParsingEnabledForMode()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp181 …e = MutableStylePropertySet::create(element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode); in computePresentationAttributeStyle()