Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Define.h86 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSPropGetter()
112 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSPropSetter()
156 CJS_Object* pJSObj = (CJS_Object*)FXJS_GetPrivate(isolate, info.Holder()); in JSMethod()
266 js_class_name* pObj = (js_class_name*)FXJS_GetPrivate(nullptr, obj); \
358 reinterpret_cast<CJS_Object*>(FXJS_GetPrivate(isolate, info.Holder())); in JSSpecialPropQuery()
375 reinterpret_cast<CJS_Object*>(FXJS_GetPrivate(isolate, info.Holder())); in JSSpecialPropGet()
402 reinterpret_cast<CJS_Object*>(FXJS_GetPrivate(isolate, info.Holder())); in JSSpecialPropPut()
425 reinterpret_cast<CJS_Object*>(FXJS_GetPrivate(isolate, info.Holder())); in JSSpecialPropDel()
DJS_EventHandler.cpp614 (CJS_Document*)FXJS_GetPrivate(pRuntime->GetIsolate(), pDocObj); in Source()
620 (CJS_Field*)FXJS_GetPrivate(pRuntime->GetIsolate(), pFieldObj); in Source()
637 (CJS_Document*)FXJS_GetPrivate(pRuntime->GetIsolate(), pDocObj); in Target_Field()
643 (CJS_Field*)FXJS_GetPrivate(pRuntime->GetIsolate(), pFieldObj); in Target_Field()
Dapp.cpp127 (CJS_Document*)FXJS_GetPrivate(pRuntime->GetIsolate(), pObj); in activeDocs()
132 (CJS_Document*)FXJS_GetPrivate(pRuntime->GetIsolate(), pObj); in activeDocs()
436 (CJS_TimerObj*)FXJS_GetPrivate(pRuntime->GetIsolate(), pRetObj); in setInterval()
475 (CJS_TimerObj*)FXJS_GetPrivate(pRuntime->GetIsolate(), pRetObj); in setTimeOut()
DJS_Runtime.cpp227 (CJS_Document*)FXJS_GetPrivate(GetIsolate(), pThis)) {
DDocument.cpp306 CJS_Field* pJSField = (CJS_Field*)FXJS_GetPrivate(isolate, pFieldObj); in getField()
1251 CJS_Icon* pJS_Icon = (CJS_Icon*)FXJS_GetPrivate(m_isolate, pObj); in icons()
1293 CJS_Icon* pJS_Icon = (CJS_Icon*)FXJS_GetPrivate(m_isolate, pObj); in getIcon()
DJS_Value.cpp123 return (CJS_Object*)FXJS_GetPrivate(m_pJSRuntime->GetIsolate(), pObj); in ToCJSObject()
DField.cpp2999 CJS_Icon* pJS_Icon = (CJS_Icon*)FXJS_GetPrivate(pRuntime->GetIsolate(), pObj); in buttonGetIcon()
3149 (CJS_Field*)FXJS_GetPrivate(pRuntime->GetIsolate(), pObj); in getArray()
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h171 void* FXJS_GetPrivate(v8::Isolate* pIsolate, v8::Local<v8::Object> pObj);
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp513 void* FXJS_GetPrivate(v8::Isolate* pIsolate, v8::Local<v8::Object> pObj) { in FXJS_GetPrivate() function