HomeSort by relevance Sort by last modified time
    Searched full:shorthandpropertyid (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 67 CSSPropertyID shorthandPropertyID = CSSPropertyInvalid;
118 shorthandPropertyID = CSSPropertyBorder;
120 shorthandPropertyID = CSSPropertyBorder;
121 if (!shorthandPropertyID)
122 shorthandPropertyID = borderFallbackShorthandProperty;
126 shorthandPropertyID = CSSPropertyBorderSpacing;
139 shorthandPropertyID = CSSPropertyListStyle;
145 shorthandPropertyID = CSSPropertyMargin;
150 shorthandPropertyID = CSSPropertyOutline;
154 shorthandPropertyID = CSSPropertyOverflow
    [all...]

Completed in 101 milliseconds