HomeSort by relevance Sort by last modified time
    Searched refs:pJSObj (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.cpp 93 CJS_Object* pJSObj = data.GetParameter();
94 pJSObj->ExitInstance();
95 delete pJSObj;
101 CJS_Object* pJSObj = data.GetParameter();
102 pJSObj->Dispose();
app.cpp 570 if (CJS_Object* pJSObj = params[0].ToCJSObject())
572 if (TimerObj* pTimerObj = (TimerObj*)pJSObj->GetEmbedObject())
618 if (CJS_Object* pJSObj = params[0].ToCJSObject())
620 if (TimerObj* pTimerObj = (TimerObj*)pJSObj->GetEmbedObject())
Document.cpp 460 if (CJS_Object* pJSObj = params[8].ToCJSObject())
462 if (PrintParamsObj* pprintparamsObj = (PrintParamsObj*)pJSObj->GetEmbedObject())
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 65 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());
66 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject());
89 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());
90 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject());
131 CJS_Object* pJSObj = (CJS_Object *)JS_GetPrivate(isolate,info.Holder());
132 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject());
241 CJS_Object* pJSObj = reinterpret_cast<CJS_Object*>(JS_GetPrivate(isolate, info.Holder()));
242 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
257 CJS_Object* pJSObj = reinterpret_cast<CJS_Object*>(JS_GetPrivate(isolate, info.Holder()));
258 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject())
    [all...]

Completed in 495 milliseconds