Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.h41 String borderPropertyValue(CommonValueMode) const;
DStylePropertySerializer.cpp114 value = borderPropertyValue(ReturnNullOnUncommonValues); in asText()
326 return borderPropertyValue(OmitUncommonValues); in getPropertyValue()
739 String StylePropertySerializer::borderPropertyValue(CommonValueMode valueMode) const in borderPropertyValue() function in WebCore::StylePropertySerializer