Home
last modified time | relevance | path

Searched defs:EBorderCollapse (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h4037 template<> inline CSSPrimitiveValue::operator EBorderCollapse() const in EBorderCollapse() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h74 enum EBorderCollapse { BSEPARATE = 0, BCOLLAPSE = 1 }; enum