Searched refs:BorderLeftWidth (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fde/css/ |
D | cfde_cssstylesheet_unittest.cpp | 111 VerifyFloat(FDE_CSSProperty::BorderLeftWidth, 10.0, in TEST_F() 164 VerifyFloat(FDE_CSSProperty::BorderLeftWidth, 10.0, in TEST_F() 197 VerifyFloat(FDE_CSSProperty::BorderLeftWidth, 5.0, FDE_CSSNumberType::Pixels); in TEST_F() 207 VerifyFloat(FDE_CSSProperty::BorderLeftWidth, 5.0, FDE_CSSNumberType::Pixels); in TEST_F() 217 VerifyFloat(FDE_CSSProperty::BorderLeftWidth, 2.5, FDE_CSSNumberType::Picas); in TEST_F() 222 VerifyEnum(FDE_CSSProperty::BorderLeftWidth, FDE_CSSPropertyValue::Thick); in TEST_F()
|
D | cfde_cssdeclaration.cpp | 221 AddPropertyHolder(FDE_CSSProperty::BorderLeftWidth, pWidth, in AddProperty() 234 AddPropertyHolder(FDE_CSSProperty::BorderLeftWidth, pWidth, in AddProperty() 384 Add4ValuesProperty(list, bImportant, FDE_CSSProperty::BorderLeftWidth, in ParseValueListProperty()
|
D | fde_css.h | 115 BorderLeftWidth, enumerator
|
D | fde_cssdatatable.cpp | 91 {FDE_CSSProperty::BorderLeftWidth, L"border-left-width", 0xD1E93D83,
|
D | cfde_cssstyleselector.cpp | 300 case FDE_CSSProperty::BorderLeftWidth: in ApplyProperty()
|