Searched refs:CommonValueMode (Results 1 – 2 of 2) sorted by relevance
40 enum CommonValueMode { OmitUncommonValues, ReturnNullOnUncommonValues }; enum41 String borderPropertyValue(CommonValueMode) const;
739 String StylePropertySerializer::borderPropertyValue(CommonValueMode valueMode) const in borderPropertyValue()