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 | 375 AddPropertyHolder(CFX_CSSProperty::BorderTopWidth, pWidth, in AddProperty() 393 AddPropertyHolder(CFX_CSSProperty::BorderTopWidth, pWidth, in AddProperty() 530 CFX_CSSProperty::BorderTopWidth, in ParseValueListProperty()
|
D | cfx_cssdatatable.cpp | 98 {CFX_CSSProperty::BorderTopWidth, L"border-top-width", 0xED2CB62B,
|
D | cfx_css.h | 116 BorderTopWidth, enumerator
|
D | cfx_cssstyleselector.cpp | 302 case CFX_CSSProperty::BorderTopWidth: in ApplyProperty()
|