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

  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 52 typedef void (*LP_CONSTRUCTOR)(IFXJS_Context* cc, v8::Local<v8::Object> obj, v8::Local<v8::Object> global);
56 int JS_DefineObj(IJS_Runtime* pJSRuntime, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCTOR pConstructor, LP_DESTRUCTOR pDestructor, unsigned bApplyNew);
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 43 CJS_ObjDefintion(v8::Isolate* isolate, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCTOR pConstructor, LP_DESTRUCTOR pDestructor, unsigned bApplyNew):
68 LP_CONSTRUCTOR m_pConstructor;
77 int JS_DefineObj(IJS_Runtime* pJSRuntime, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCTOR pConstructor, LP_DESTRUCTOR pDestructor, unsigned bApplyNew)
    [all...]

Completed in 121 milliseconds