Searched refs:BorderTopWidth (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssstylesheet_unittest.cpp | 115 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()
|
D | cfx_cssdeclaration.cpp | 232 AddPropertyHolder(CFX_CSSProperty::BorderTopWidth, pWidth, in AddProperty() 250 AddPropertyHolder(CFX_CSSProperty::BorderTopWidth, pWidth, in AddProperty() 388 CFX_CSSProperty::BorderTopWidth, in ParseValueListProperty()
|
D | cfx_css.h | 118 BorderTopWidth, enumerator
|
D | cfx_cssdata.cpp | 171 {PROP(CFX_CSSProperty::BorderTopWidth,
|
D | cfx_cssstyleselector.cpp | 304 case CFX_CSSProperty::BorderTopWidth: in ApplyProperty()
|