Searched refs:pMethodCall (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/include/jsapi/ |
D | fxjs_v8.h | 65 …time, int nObjDefnID, const wchar_t* sMethodName, v8::FunctionCallback pMethodCall, unsigned nPara… 69 …_Runtime* pJSRuntime, const wchar_t* sMethodName, v8::FunctionCallback pMethodCall, unsigned nPara…
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Define.h | 33 v8::FunctionCallback pMethodCall; member 287 …od(pRuntime, nObjDefnID,JS_Class_Methods[k].pName, JS_Class_Methods[k].pMethodCall, JS_Class_Metho… 568 …hod(pRuntime, nObjDefnID,JS_Class_Methods[k].pName,JS_Class_Methods[k].pMethodCall,JS_Class_Method… 691 js_class_name::global_methods[i].pMethodCall,\
|
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 90 …time, int nObjDefnID, const wchar_t* sMethodName, v8::FunctionCallback pMethodCall, unsigned nPara… in JS_DefineObjMethod() argument 105 …(isolate, FX_LPCSTR(bsMethodName)), v8::FunctionTemplate::New(isolate, pMethodCall), v8::ReadOnly); in JS_DefineObjMethod() 185 …_Runtime* pJSRuntime, const wchar_t* sMethodName, v8::FunctionCallback pMethodCall, unsigned nPara… in JS_DefineGlobalMethod() argument 194 v8::Local<v8::FunctionTemplate> funTempl = v8::FunctionTemplate::New(isolate, pMethodCall); in JS_DefineGlobalMethod()
|