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.cpp375 AddPropertyHolder(CFX_CSSProperty::BorderTopWidth, pWidth, in AddProperty()
393 AddPropertyHolder(CFX_CSSProperty::BorderTopWidth, pWidth, in AddProperty()
530 CFX_CSSProperty::BorderTopWidth, in ParseValueListProperty()
Dcfx_cssdatatable.cpp98 {CFX_CSSProperty::BorderTopWidth, L"border-top-width", 0xED2CB62B,
Dcfx_css.h116 BorderTopWidth, enumerator
Dcfx_cssstyleselector.cpp302 case CFX_CSSProperty::BorderTopWidth: in ApplyProperty()