Home
last modified time | relevance | path

Searched refs:sMethodName (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h113 const wchar_t* sMethodName,
131 const wchar_t* sMethodName,
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp194 const wchar_t* sMethodName, in FXJS_DefineObjMethod() argument
198 CFX_ByteString bsMethodName = CFX_WideString(sMethodName).UTF8Encode(); in FXJS_DefineObjMethod()
252 const wchar_t* sMethodName, in FXJS_DefineGlobalMethod() argument
256 CFX_ByteString bsMethodName = CFX_WideString(sMethodName).UTF8Encode(); in FXJS_DefineGlobalMethod()