Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp235 if (JS_GetObjDefnID(pThis) == JS_GetObjDefnID(*this, L"Document")) in SetReaderDocument()
244 JS_SetThisObj(*this, JS_GetObjDefnID(*this, L"Document")); in SetReaderDocument()
248 JS_SetThisObj(*this, JS_GetObjDefnID(*this, L"app")); in SetReaderDocument()
Dapp.cpp166 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"Document")) in activeDocs()
173 … JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime,L"Document")); in activeDocs()
487 …JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj… in setInterval()
536 …JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"TimerObj… in setTimeOut()
568 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"TimerObj")) in clearTimeOut()
616 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"TimerObj")) in clearInterval()
DJS_EventHandler.cpp603 …JSFXObject pDocObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Doc… in Source()
605 …JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"F… in Source()
637 …JSFXObject pDocObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Docu… in Target_Field()
639 …JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Fi… in Target_Field()
DDocument.cpp341 …JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Field"… in getField()
458 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"PrintParamsObj")) in print()
1476 if (JS_GetObjDefnID(pJSIcon) != JS_GetObjDefnID(*pRuntime, L"Icon")) { in addIcon()
1524 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon")); in icons()
1563 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon")); in getIcon()
1749 …JSFXObject pRetObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"PrintPar… in getPrintParams()
DField.cpp3433 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon")); in buttonGetIcon()
3634 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Field")); in getArray()
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h74 int JS_GetObjDefnID(v8::Local<v8::Object> pObj);
76 int JS_GetObjDefnID(IJS_Runtime * pJSRuntime, const wchar_t* pObjName);
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp427 int JS_GetObjDefnID(v8::Local<v8::Object> pObj) in JS_GetObjDefnID() function
444 int JS_GetObjDefnID(IJS_Runtime * pJSRuntime, const wchar_t* pObjName) in JS_GetObjDefnID() function