Searched refs:BorderTopWidth (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fde/css/ |
D | cfde_cssstylesheet_unittest.cpp | 115 VerifyFloat(FDE_CSSProperty::BorderTopWidth, 10.0, FDE_CSSNumberType::Pixels); in TEST_F() 168 VerifyFloat(FDE_CSSProperty::BorderTopWidth, 10.0, FDE_CSSNumberType::Pixels); in TEST_F() 200 VerifyFloat(FDE_CSSProperty::BorderTopWidth, 5.0, FDE_CSSNumberType::Pixels); in TEST_F() 210 VerifyFloat(FDE_CSSProperty::BorderTopWidth, 5.0, FDE_CSSNumberType::Pixels); in TEST_F() 232 VerifyFloat(FDE_CSSProperty::BorderTopWidth, 2.5, FDE_CSSNumberType::Picas); in TEST_F()
|
D | cfde_cssdeclaration.cpp | 223 AddPropertyHolder(FDE_CSSProperty::BorderTopWidth, pWidth, in AddProperty() 241 AddPropertyHolder(FDE_CSSProperty::BorderTopWidth, pWidth, in AddProperty() 385 FDE_CSSProperty::BorderTopWidth, in ParseValueListProperty()
|
D | fde_css.h | 118 BorderTopWidth, enumerator
|
D | fde_cssdatatable.cpp | 98 {FDE_CSSProperty::BorderTopWidth, L"border-top-width", 0xED2CB62B,
|
D | cfde_cssstyleselector.cpp | 307 case FDE_CSSProperty::BorderTopWidth: in ApplyProperty()
|