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

  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 56 int JS_DefineObj(IJS_Runtime* pJSRuntime, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCTOR pConstructor, LP_DESTRUCTOR pDestructor, unsigned bApplyNew);
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 186 int nObjDefnID = JS_DefineObj(pRuntime, js_class_name::m_pClassName, eObjType, JSConstructor, JSDestructor, 0);\
215 int nObjDefnID = JS_DefineObj(pRuntime, js_class_name::m_pClassName, eObjType, NULL, NULL, 0);\
362 int nObjDefnID = JS_DefineObj(pRuntime, js_class_name::m_pClassName, eObjType, JSConstructor, JSDestructor, 0);\
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 77 int JS_DefineObj(IJS_Runtime* pJSRuntime, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCTOR pConstructor, LP_DESTRUCTOR pDestructor, unsigned bApplyNew)
    [all...]

Completed in 175 milliseconds