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.h45 HTMLAttributeMode, enumerator
67 return mode == HTMLAttributeMode || mode == UASheetMode; in isInternalPropertyAndValueParsingEnabledForMode()
72 return mode == HTMLQuirksMode || mode == HTMLAttributeMode || mode == SVGAttributeMode; in isUnitLessLengthParsingEnabledForMode()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp180 …e = MutableStylePropertySet::create(element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode); in computePresentationAttributeStyle()