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

  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 65 int JS_DefineObjMethod(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sMethodName, v8::FunctionCallback pMethodCall, unsigned nParamNum);
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 287 if (JS_DefineObjMethod(pRuntime, nObjDefnID,JS_Class_Methods[k].pName, JS_Class_Methods[k].pMethodCall, JS_Class_Methods[k].nParamNum) < 0) return -1;\
568 if (JS_DefineObjMethod(pRuntime, nObjDefnID,JS_Class_Methods[k].pName,JS_Class_Methods[k].pMethodCall,JS_Class_Methods[k].nParamNum)<0)return -1;\
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 90 int JS_DefineObjMethod(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sMethodName, v8::FunctionCallback pMethodCall, unsigned nParamNum)

Completed in 36 milliseconds