Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp292 CFDE_CSSFontFaceRule* pFontFaceRule = NULL; in LoadFontFaceRule() local
309 pFontFaceRule->GetDeclImp().AddProperty(&propertyArgs, pszValue, in LoadFontFaceRule()
315 if (pFontFaceRule == NULL) { in LoadFontFaceRule()
316 pFontFaceRule = FDE_NewWith(m_pAllocator) CFDE_CSSFontFaceRule; in LoadFontFaceRule()
317 ruleArray.Add(pFontFaceRule); in LoadFontFaceRule()