Home
last modified time | relevance | path

Searched refs:getCommonValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.h39 String getCommonValue(const StylePropertyShorthand&) const;
DStylePropertySerializer.cpp364 return getCommonValue(overflowShorthand()); in getPropertyValue()
714 String StylePropertySerializer::getCommonValue(const StylePropertyShorthand& shorthand) const in getCommonValue() function in WebCore::StylePropertySerializer
745 String value = getCommonValue(properties[i]); in borderPropertyValue()