Searched refs:GetEmbedObject (Results 1 – 8 of 8) sorted by relevance
50 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSPropGetter()76 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSPropSetter()120 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSMethod()325 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropQuery()347 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropGet()376 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropPut()402 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropDel()
606 Document* pDocument = static_cast<Document*>(pJSDocument->GetEmbedObject()); in Source()611 Field* pField = static_cast<Field*>(pJSField->GetEmbedObject()); in Source()633 Document* pDocument = static_cast<Document*>(pJSDocument->GetEmbedObject()); in Target_Field()638 Field* pField = static_cast<Field*>(pJSField->GetEmbedObject()); in Target_Field()
46 CJS_EmbedObj* GetEmbedObject() const { return m_pEmbedObj.get(); } in GetEmbedObject() function
150 Document* pDoc = static_cast<Document*>(GetEmbedObject()); in IMPLEMENT_JS_CLASS()308 Field* pField = static_cast<Field*>(pJSField->GetEmbedObject()); in getField()427 static_cast<PrintParamsObj*>(pJSObj->GetEmbedObject())) { in print()1117 Annot* pAnnot = static_cast<Annot*>(pJS_Annot->GetEmbedObject()); in getAnnot()1155 Annot* pAnnot = static_cast<Annot*>(pJS_Annot->GetEmbedObject()); in getAnnots()1219 if (!params[1].ToCJSObject(pRuntime)->GetEmbedObject()) { in addIcon()1250 Icon* pIcon = static_cast<Icon*>(pJS_Icon->GetEmbedObject()); in icons()1279 Icon* pIcon = static_cast<Icon*>(pJS_Icon->GetEmbedObject()); in getIcon()
478 TimerObj* pTimerObj = static_cast<TimerObj*>(pJS_TimerObj->GetEmbedObject()); in setInterval()513 TimerObj* pTimerObj = static_cast<TimerObj*>(pJS_TimerObj->GetEmbedObject()); in setTimeOut()557 TimerObj* pTimerObj = static_cast<TimerObj*>(pJSObj->GetEmbedObject()); in ClearTimerCommon()
186 Document* pDocument = static_cast<Document*>(pJSDocument->GetEmbedObject()); in SetFormFillEnvToDocument()
33 static_cast<JSGlobalAlternate*>(GetEmbedObject()); in InitInstance()
2975 Field* pField = static_cast<Field*>(pJSField->GetEmbedObject()); in getArray()