Home
last modified time | relevance | path

Searched refs:pJSObj (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.cpp51 CJS_Object* pJSObj = data.GetParameter(); in FreeObject() local
52 pJSObj->ExitInstance(); in FreeObject()
53 delete pJSObj; in FreeObject()
58 CJS_Object* pJSObj = data.GetParameter(); in DisposeObject() local
59 pJSObj->Dispose(); in DisposeObject()
DJS_Define.h86 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSPropGetter() local
87 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSPropGetter()
112 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSPropSetter() local
113 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSPropSetter()
156 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSMethod() local
157 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject()); in JSMethod()
357 CJS_Object* pJSObj = in JSSpecialPropQuery() local
359 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropQuery()
374 CJS_Object* pJSObj = in JSSpecialPropGet() local
376 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropGet()
[all …]
Dapp.cpp496 if (CJS_Object* pJSObj = params[0].ToCJSObject()) { in clearTimeOut() local
497 if (TimerObj* pTimerObj = (TimerObj*)pJSObj->GetEmbedObject()) { in clearTimeOut()
532 if (CJS_Object* pJSObj = params[0].ToCJSObject()) { in clearInterval() local
533 if (TimerObj* pTimerObj = (TimerObj*)pJSObj->GetEmbedObject()) { in clearInterval()
DDocument.cpp425 if (CJS_Object* pJSObj = params[8].ToCJSObject()) { in print() local
427 (PrintParamsObj*)pJSObj->GetEmbedObject()) { in print()