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 221 if (JS_GetObjDefnID(pThis) == JS_GetObjDefnID(*this, L"Document"))
230 JS_SetThisObj(*this, JS_GetObjDefnID(*this, L"Document"));
234 JS_SetThisObj(*this, JS_GetObjDefnID(*this, L"app"));
app.cpp 167 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"Document"))
174 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime,L"Document"));
537 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj"));
587 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj"));
620 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"TimerObj"))
668 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 448 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Field"));
634 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"PrintParamsObj"))
    [all...]
Field.cpp     [all...]
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 82 int JS_GetObjDefnID(v8::Handle<v8::Object> pObj);
84 int JS_GetObjDefnID(IJS_Runtime * pJSRuntime, const wchar_t* pObjName);
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 425 int JS_GetObjDefnID(v8::Handle<v8::Object> pObj)
443 int JS_GetObjDefnID(IJS_Runtime * pJSRuntime, const wchar_t* pObjName)

Completed in 120 milliseconds