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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 235 if (JS_GetObjDefnID(pThis) == JS_GetObjDefnID(*this, L"Document"))
244 JS_SetThisObj(*this, JS_GetObjDefnID(*this, L"Document"));
248 JS_SetThisObj(*this, JS_GetObjDefnID(*this, L"app"));
app.cpp 166 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"Document"))
173 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime,L"Document"));
487 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj"));
536 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj"));
568 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"TimerObj"))
616 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"TimerObj"))
JS_EventHandler.cpp 603 JSFXObject pDocObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Document"));
605 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Field"));
637 JSFXObject pDocObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Document"));
639 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Field"));
Document.cpp 341 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Field"));
458 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"PrintParamsObj"))
    [all...]
Field.cpp     [all...]
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 74 int JS_GetObjDefnID(v8::Local<v8::Object> pObj);
76 int JS_GetObjDefnID(IJS_Runtime * pJSRuntime, const wchar_t* pObjName);
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 427 int JS_GetObjDefnID(v8::Local<v8::Object> pObj)
444 int JS_GetObjDefnID(IJS_Runtime * pJSRuntime, const wchar_t* pObjName)
    [all...]

Completed in 96 milliseconds