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

/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleProperties.cpp785 std::bitset<numCSSProperties> shorthandPropertyAppeared; local
831 ASSERT(CSSPropertyBorder - firstCSSProperty < shorthandPropertyAppeared.size());
832 if (!shorthandPropertyAppeared[CSSPropertyBorder - firstCSSProperty]) {
835 shorthandPropertyAppeared.set(CSSPropertyBorder - firstCSSProperty);
936 if (!shorthandPropertyAppeared[shortPropertyIndex] && value.isNull())
938 shorthandPropertyAppeared.set(shortPropertyIndex);

Completed in 100 milliseconds