Home
last modified time | relevance | path

Searched refs:DefineGlobalMethod (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/
Dfxjs_v8.h164 void DefineGlobalMethod(const char* sMethodName,
Dfxjs_v8.cpp352 void CFXJS_Engine::DefineGlobalMethod(const char* sMethodName, in DefineGlobalMethod() function in CFXJS_Engine
Dcjs_publicmethods.cpp215 pEngine->DefineGlobalMethod(spec.pName, spec.pMethodCall); in DefineJSObjects()