Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfxjs_v8.h150 const char* sMethodName,
164 void DefineGlobalMethod(const char* sMethodName,
Dfxjs_v8.cpp302 const char* sMethodName, in DefineObjMethod() argument
312 pObjDef->GetInstanceTemplate()->Set(NewString(sMethodName), fun, in DefineObjMethod()
352 void CFXJS_Engine::DefineGlobalMethod(const char* sMethodName, in DefineGlobalMethod() argument
360 ->Set(NewString(sMethodName), fun, v8::ReadOnly); in DefineGlobalMethod()