Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp58 BitArray<numCSSProperties> shorthandPropertyAppeared; in asText() local
113 if (!shorthandPropertyAppeared.get(CSSPropertyBorder - firstCSSProperty)) { in asText()
116 shorthandPropertyAppeared.set(CSSPropertyBorder - firstCSSProperty); in asText()
216 if (!shorthandPropertyAppeared.get(shortPropertyIndex) && value.isNull()) in asText()
218 shorthandPropertyAppeared.set(shortPropertyIndex); in asText()