Searched refs:szFxPropName (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cfxjse_class.cpp | 204 ByteStringView szFxPropName(*szPropName, szPropName.length()); in NamedPropertyQueryCallback() local 207 if (DynPropQueryAdapter(lpClass, lpThisValue.get(), szFxPropName)) { in NamedPropertyQueryCallback() 225 ByteStringView szFxPropName(*szPropName, szPropName.length()); in NamedPropertyGetterCallback() local 229 DynPropGetterAdapter(lpClass, lpThisValue.get(), szFxPropName, in NamedPropertyGetterCallback() 245 ByteStringView szFxPropName(*szPropName, szPropName.length()); in NamedPropertySetterCallback() local 250 DynPropSetterAdapter(lpClass, lpThisValue.get(), szFxPropName, in NamedPropertySetterCallback()
|