Searched refs:pJS_Icon (Results 1 – 2 of 2) sorted by relevance
1251 CJS_Icon* pJS_Icon = (CJS_Icon*)FXJS_GetPrivate(m_isolate, pObj); in icons() local1252 if (!pJS_Icon) in icons()1255 Icon* pIcon = (Icon*)pJS_Icon->GetEmbedObject(); in icons()1261 Icons.SetElement(i++, CJS_Value(pRuntime, pJS_Icon)); in icons()1293 CJS_Icon* pJS_Icon = (CJS_Icon*)FXJS_GetPrivate(m_isolate, pObj); in getIcon() local1294 if (!pJS_Icon) in getIcon()1297 Icon* pIcon = (Icon*)pJS_Icon->GetEmbedObject(); in getIcon()1303 vRet = pJS_Icon; in getIcon()
2999 CJS_Icon* pJS_Icon = (CJS_Icon*)FXJS_GetPrivate(pRuntime->GetIsolate(), pObj); in buttonGetIcon() local3000 Icon* pIcon = (Icon*)pJS_Icon->GetEmbedObject(); in buttonGetIcon()3013 vRet = pJS_Icon; in buttonGetIcon()