Searched refs:ParseBorderProperty (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 229 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty() 242 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty() 249 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty() 256 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty() 263 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty() 449 bool CFX_CSSDeclaration::ParseBorderProperty( in ParseBorderProperty() function in CFX_CSSDeclaration
|
D | cfx_cssdeclaration.h | 62 bool ParseBorderProperty(const wchar_t* pszValue,
|