Searched refs:pJS_Icon (Results 1 – 2 of 2) sorted by relevance
1248 CJS_Icon* pJS_Icon = in icons() local1250 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() local1279 Icon* pIcon = static_cast<Icon*>(pJS_Icon->GetEmbedObject()); in getIcon()1281 vRet = CJS_Value(pRuntime, pJS_Icon); in getIcon()
2841 CJS_Icon* pJS_Icon = static_cast<CJS_Icon*>(pRuntime->GetObjectPrivate(pObj)); in buttonGetIcon() local2842 vRet = CJS_Value(pRuntime, pJS_Icon); in buttonGetIcon()