Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdatatable.h11 CFDE_CSSFunction(const FX_WCHAR* pszFuncName, IFDE_CSSValueList* pArgList) in CFDE_CSSFunction() argument
12 : m_pArgList(pArgList), m_pszFuncName(pszFuncName) { in CFDE_CSSFunction()
Dfde_cssdeclaration.cpp357 const FX_WCHAR* pszFuncName = CopyToLocal(pArgs, pszValue, iStartBracket); in ParseFunction() local
400 CFDE_CSSFunction(pszFuncName, pArgumentList); in ParseFunction()