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

  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 108 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
154 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
209 CJS_Object* pJSObj = (CJS_Object *)JS_GetPrivate(isolate,info.Holder());\
269 js_class_name* pObj = (js_class_name*)JS_GetPrivate(NULL,obj);\
372 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
413 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
461 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
506 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());\
547 js_class_name* pObj = (js_class_name*)JS_GetPrivate(NULL,obj);\
610 CJS_Object* pJSObj = (CJS_Object *)JS_GetPrivate(isolate, info.Holder());\
    [all...]
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 77 SkJSDisplayable *p = (SkJSDisplayable*) JS_GetPrivate(cx, obj);
215 delete (SkJSDisplayable*) JS_GetPrivate(cx, obj);
223 SkJSDisplayable *p = (SkJSDisplayable *) JS_GetPrivate(cx, obj);
295 SkJSDisplayable *p = (SkJSDisplayable *) JS_GetPrivate(cx, obj);
  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.cpp 608 CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pDocObj);
623 CJS_Field * pJSField = (CJS_Field*)JS_GetPrivate(pFieldObj);
642 CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pDocObj);
651 CJS_Field* pJSField = (CJS_Field*)JS_GetPrivate(pFieldObj);
app.cpp 169 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
175 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
539 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj);
590 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj);
JS_Runtime.cpp 223 if (CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pThis))
JS_Value.cpp 122 return (CJS_Object*)JS_GetPrivate(m_isolate, pObj);
Document.cpp 450 CJS_Field * pJSField = (CJS_Field*)JS_GetPrivate(isolate,pFieldObj);
    [all...]
Field.cpp     [all...]
  /external/skia/src/xml/
SkJSDisplayable.cpp 77 SkJSDisplayable *p = (SkJSDisplayable*) JS_GetPrivate(cx, obj);
215 delete (SkJSDisplayable*) JS_GetPrivate(cx, obj);
223 SkJSDisplayable *p = (SkJSDisplayable *) JS_GetPrivate(cx, obj);
295 SkJSDisplayable *p = (SkJSDisplayable *) JS_GetPrivate(cx, obj);
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 91 void* JS_GetPrivate(IJS_Runtime* pJSRuntime, v8::Handle<v8::Object> pObj);
93 void* JS_GetPrivate(v8::Handle<v8::Object> pObj);
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 504 void* JS_GetPrivate(v8::Handle<v8::Object> pObj)
506 return JS_GetPrivate(NULL,pObj);
518 void* JS_GetPrivate(IJS_Runtime* pJSRuntime, v8::Handle<v8::Object> pObj)

Completed in 267 milliseconds