Home
last modified time | relevance | path

Searched refs:JS_GetPrivate (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
DJS_Define.h65 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder()); in JSPropGetter()
89 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder()); in JSPropSetter()
131 CJS_Object* pJSObj = (CJS_Object *)JS_GetPrivate(isolate,info.Holder()); in JSMethod()
178 js_class_name* pObj = (js_class_name*)JS_GetPrivate(NULL,obj);\
241 CJS_Object* pJSObj = reinterpret_cast<CJS_Object*>(JS_GetPrivate(isolate, info.Holder())); in JSSpecialPropQuery()
257 CJS_Object* pJSObj = reinterpret_cast<CJS_Object*>(JS_GetPrivate(isolate, info.Holder())); in JSSpecialPropGet()
282 CJS_Object* pJSObj = reinterpret_cast<CJS_Object*>(JS_GetPrivate(isolate, info.Holder())); in JSSpecialPropPut()
304 CJS_Object* pJSObj = reinterpret_cast<CJS_Object*>(JS_GetPrivate(isolate, info.Holder())); in JSSpecialPropDel()
353 js_class_name* pObj = (js_class_name*)JS_GetPrivate(NULL,obj);\
/external/pdfium/fpdfsdk/src/javascript/
DJS_EventHandler.cpp608 CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pDocObj); in Source()
623 CJS_Field * pJSField = (CJS_Field*)JS_GetPrivate(pFieldObj); in Source()
642 CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pDocObj); in Target_Field()
651 CJS_Field* pJSField = (CJS_Field*)JS_GetPrivate(pFieldObj); in Target_Field()
Dapp.cpp168 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj); in activeDocs()
174 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj); in activeDocs()
489 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj); in setInterval()
538 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj); in setTimeOut()
DJS_Runtime.cpp237 if (CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pThis)) in SetReaderDocument()
DJS_Value.cpp122 return (CJS_Object*)JS_GetPrivate(m_isolate, pObj); in ToCJSObject()
DDocument.cpp344 CJS_Field* pJSField = (CJS_Field*)JS_GetPrivate(isolate,pFieldObj); in getField()
1527 CJS_Icon * pJS_Icon = (CJS_Icon *)JS_GetPrivate(pObj); in icons()
1566 CJS_Icon * pJS_Icon = (CJS_Icon *)JS_GetPrivate(pObj); in getIcon()
DField.cpp3436 CJS_Icon* pJS_Icon = (CJS_Icon*)JS_GetPrivate(pObj); in buttonGetIcon()
3637 CJS_Field* pJSField = (CJS_Field*)JS_GetPrivate(pObj); in getArray()
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h82 void* JS_GetPrivate(IJS_Runtime* pJSRuntime, v8::Local<v8::Object> pObj);
84 void* JS_GetPrivate(v8::Local<v8::Object> pObj);
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp506 void* JS_GetPrivate(v8::Local<v8::Object> pObj) in JS_GetPrivate() function
508 return JS_GetPrivate(NULL,pObj); in JS_GetPrivate()
519 void* JS_GetPrivate(IJS_Runtime* pJSRuntime, v8::Local<v8::Object> pObj) in JS_GetPrivate() function