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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.h83 PassRefPtr<CSSValueList> getCSSPropertyValuesForSidesShorthand(const StylePropertyShorthand&) const;
H A DCSSComputedStyleDeclaration.cpp2757 return getCSSPropertyValuesForSidesShorthand(borderColorShorthand());
2767 return getCSSPropertyValuesForSidesShorthand(borderStyleShorthand());
2771 return getCSSPropertyValuesForSidesShorthand(borderWidthShorthand());
2779 return getCSSPropertyValuesForSidesShorthand(marginShorthand());
2783 return getCSSPropertyValuesForSidesShorthand(paddingShorthand());
2997 PassRefPtr<CSSValueList> ComputedStyleExtractor::getCSSPropertyValuesForSidesShorthand(const StylePropertyShorthand& shorthand) const function in class:WebCore::ComputedStyleExtractor

Completed in 197 milliseconds