Searched refs:ParseBorderProperty (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 372 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty() 385 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty() 392 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty() 399 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty() 406 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty() 591 bool CFX_CSSDeclaration::ParseBorderProperty( in ParseBorderProperty() function in CFX_CSSDeclaration
|
D | cfx_cssdeclaration.h | 64 bool ParseBorderProperty(const wchar_t* pszValue,
|