Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DDocument.cpp1248 CJS_Icon* pJS_Icon = in icons() local
1250 Icon* pIcon = static_cast<Icon*>(pJS_Icon->GetEmbedObject()); in icons()
1252 Icons.SetElement(pRuntime, i++, CJS_Value(pRuntime, pJS_Icon)); in icons()
1278 CJS_Icon* pJS_Icon = static_cast<CJS_Icon*>(pRuntime->GetObjectPrivate(pObj)); in getIcon() local
1279 Icon* pIcon = static_cast<Icon*>(pJS_Icon->GetEmbedObject()); in getIcon()
1281 vRet = CJS_Value(pRuntime, pJS_Icon); in getIcon()
DField.cpp2841 CJS_Icon* pJS_Icon = static_cast<CJS_Icon*>(pRuntime->GetObjectPrivate(pObj)); in buttonGetIcon() local
2842 vRet = CJS_Value(pRuntime, pJS_Icon); in buttonGetIcon()