Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.h40 enum CommonValueMode { OmitUncommonValues, ReturnNullOnUncommonValues }; enumerator
DStylePropertySerializer.cpp326 return borderPropertyValue(OmitUncommonValues); in getPropertyValue()
749 ASSERT(valueMode == OmitUncommonValues); in borderPropertyValue()