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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.h82 PassRefPtr<CSSValueList> getCSSPropertyValuesForShorthandProperties(const StylePropertyShorthand&) const;
H A DCSSComputedStyleDeclaration.cpp1911 return getCSSPropertyValuesForShorthandProperties(webkitFlexShorthand());
1917 return getCSSPropertyValuesForShorthandProperties(webkitFlexFlowShorthand());
2755 return getCSSPropertyValuesForShorthandProperties(borderBottomShorthand());
2759 return getCSSPropertyValuesForShorthandProperties(borderLeftShorthand());
2765 return getCSSPropertyValuesForShorthandProperties(borderRightShorthand());
2769 return getCSSPropertyValuesForShorthandProperties(borderTopShorthand());
2773 return getCSSPropertyValuesForShorthandProperties(webkitColumnRuleShorthand());
2775 return getCSSPropertyValuesForShorthandProperties(webkitColumnsShorthand());
2777 return getCSSPropertyValuesForShorthandProperties(listStyleShorthand());
2781 return getCSSPropertyValuesForShorthandProperties(outlineShorthan
2987 PassRefPtr<CSSValueList> ComputedStyleExtractor::getCSSPropertyValuesForShorthandProperties(const StylePropertyShorthand& shorthand) const function in class:WebCore::ComputedStyleExtractor
[all...]

Completed in 68 milliseconds