Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp338 return get4Values(borderColorShorthand()); in getPropertyValue()
340 return get4Values(borderWidthShorthand()); in getPropertyValue()
342 return get4Values(borderStyleShorthand()); in getPropertyValue()
360 return get4Values(marginShorthand()); in getPropertyValue()
366 return get4Values(paddingShorthand()); in getPropertyValue()
394 return get4Values(borderRadiusShorthand()); in getPropertyValue()
482 String StylePropertySerializer::get4Values(const StylePropertyShorthand& shorthand) const in get4Values() function in WebCore::StylePropertySerializer
DStylePropertySerializer.h43 String get4Values(const StylePropertyShorthand&) const;