Searched refs:VerifyFloat (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssstylesheet_unittest.cpp | 50 void VerifyFloat(CFX_CSSProperty prop, float val, CFX_CSSNumberType type) { in VerifyFloat() function in CFX_CSSStyleSheetTest 111 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 10.0, in TEST_F() 113 VerifyFloat(CFX_CSSProperty::BorderRightWidth, 10.0, in TEST_F() 115 VerifyFloat(CFX_CSSProperty::BorderTopWidth, 10.0, CFX_CSSNumberType::Pixels); in TEST_F() 116 VerifyFloat(CFX_CSSProperty::BorderBottomWidth, 10.0, in TEST_F() 164 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 10.0, in TEST_F() 166 VerifyFloat(CFX_CSSProperty::BorderRightWidth, 10.0, in TEST_F() 168 VerifyFloat(CFX_CSSProperty::BorderTopWidth, 10.0, CFX_CSSNumberType::Pixels); in TEST_F() 169 VerifyFloat(CFX_CSSProperty::BorderBottomWidth, 10.0, in TEST_F() 197 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 5.0, CFX_CSSNumberType::Pixels); in TEST_F() [all …]
|