Home
last modified time | relevance | path

Searched refs:BorderTopWidth (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet_unittest.cpp115 VerifyFloat(CFX_CSSProperty::BorderTopWidth, 10.0, CFX_CSSNumberType::Pixels); in TEST_F()
168 VerifyFloat(CFX_CSSProperty::BorderTopWidth, 10.0, CFX_CSSNumberType::Pixels); in TEST_F()
200 VerifyFloat(CFX_CSSProperty::BorderTopWidth, 5.0, CFX_CSSNumberType::Pixels); in TEST_F()
210 VerifyFloat(CFX_CSSProperty::BorderTopWidth, 5.0, CFX_CSSNumberType::Pixels); in TEST_F()
232 VerifyFloat(CFX_CSSProperty::BorderTopWidth, 2.5, CFX_CSSNumberType::Picas); in TEST_F()
Dcfx_cssdeclaration.cpp232 AddPropertyHolder(CFX_CSSProperty::BorderTopWidth, pWidth, in AddProperty()
250 AddPropertyHolder(CFX_CSSProperty::BorderTopWidth, pWidth, in AddProperty()
388 CFX_CSSProperty::BorderTopWidth, in ParseValueListProperty()
Dcfx_css.h118 BorderTopWidth, enumerator
Dcfx_cssdata.cpp171 {PROP(CFX_CSSProperty::BorderTopWidth,
Dcfx_cssstyleselector.cpp304 case CFX_CSSProperty::BorderTopWidth: in ApplyProperty()