Searched refs:JS_GetPrivate (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Define.h | 65 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/ |
D | JS_EventHandler.cpp | 608 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()
|
D | app.cpp | 168 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()
|
D | JS_Runtime.cpp | 237 if (CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pThis)) in SetReaderDocument()
|
D | JS_Value.cpp | 122 return (CJS_Object*)JS_GetPrivate(m_isolate, pObj); in ToCJSObject()
|
D | Document.cpp | 344 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()
|
D | Field.cpp | 3436 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/ |
D | fxjs_v8.h | 82 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/ |
D | fxjs_v8.cpp | 506 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
|