Searched refs:sObjName (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 43 …CJS_ObjDefintion(v8::Isolate* isolate, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCT… in CJS_ObjDefintion() argument 44 …objName(sObjName), objType(eObjType), m_pConstructor(pConstructor), m_pDestructor(pDestructor),m_b… in CJS_ObjDefintion() 54 if(FXSYS_wcscmp(sObjName, L"Document") == 0) in CJS_ObjDefintion() 77 int JS_DefineObj(IJS_Runtime* pJSRuntime, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRU… in JS_DefineObj() argument 88 …CJS_ObjDefintion* pObjDef = new CJS_ObjDefintion(isolate, sObjName, eObjType, pConstructor, pDestr… in JS_DefineObj()
|
/external/pdfium/fpdfsdk/include/jsapi/ |
D | fxjs_v8.h | 56 int JS_DefineObj(IJS_Runtime* pJSRuntime, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_…
|