Home
last modified time | relevance | path

Searched refs:BorderLeftWidth (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet_unittest.cpp111 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 10.0, in TEST_F()
164 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 10.0, in TEST_F()
197 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 5.0, CFX_CSSNumberType::Pixels); in TEST_F()
207 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 5.0, CFX_CSSNumberType::Pixels); in TEST_F()
217 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 2.5, CFX_CSSNumberType::Picas); in TEST_F()
222 VerifyEnum(CFX_CSSProperty::BorderLeftWidth, CFX_CSSPropertyValue::Thick); in TEST_F()
Dcfx_cssdeclaration.cpp230 AddPropertyHolder(CFX_CSSProperty::BorderLeftWidth, pWidth, in AddProperty()
243 AddPropertyHolder(CFX_CSSProperty::BorderLeftWidth, pWidth, in AddProperty()
387 Add4ValuesProperty(list, bImportant, CFX_CSSProperty::BorderLeftWidth, in ParseValueListProperty()
Dcfx_css.h115 BorderLeftWidth, enumerator
Dcfx_cssdata.cpp158 {PROP(CFX_CSSProperty::BorderLeftWidth,
Dcfx_cssstyleselector.cpp297 case CFX_CSSProperty::BorderLeftWidth: in ApplyProperty()