Searched refs:JS_GetObjDefnID (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp221 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"));
H A Dapp.cpp167 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"))
H A DJS_EventHandler.cpp603 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"));
H A DDocument.cpp448 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Field"));
634 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"PrintParamsObj"))
1660 if (JS_GetObjDefnID(pJSIcon) != JS_GetObjDefnID(*pRuntime, L"Icon")) return FALSE;
1699 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon"));
1734 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon"));
1985 JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"PrintParamsObj"));
H A DField.cpp3439 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon"));
3646 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Field"));
/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h82 int JS_GetObjDefnID(v8::Handle<v8::Object> pObj);
84 int JS_GetObjDefnID(IJS_Runtime * pJSRuntime, const wchar_t* pObjName);
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp425 int JS_GetObjDefnID(v8::Handle<v8::Object> pObj) function
443 int JS_GetObjDefnID(IJS_Runtime * pJSRuntime, const wchar_t* pObjName) function

Completed in 87 milliseconds