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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.h85 PassRefPtr<CSSValueList> getCSSPropertyValuesForGridShorthand(const StylePropertyShorthand&) const;
H A DCSSComputedStyleDeclaration.cpp1990 return getCSSPropertyValuesForGridShorthand(webkitGridColumnShorthand());
1992 return getCSSPropertyValuesForGridShorthand(webkitGridRowShorthand());
3025 PassRefPtr<CSSValueList> ComputedStyleExtractor::getCSSPropertyValuesForGridShorthand(const StylePropertyShorthand& shorthand) const function in class:WebCore::ComputedStyleExtractor

Completed in 71 milliseconds