Home
last modified time | relevance | path

Searched refs:CSS_PRIMITIVE_VALUE (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValue.idl28 const unsigned short CSS_PRIMITIVE_VALUE = 1;
DCSSValue.h47 CSS_PRIMITIVE_VALUE = 1, enumerator
DCSSValue.cpp101 return CSS_PRIMITIVE_VALUE; in cssValueType()