Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp205 FXJSE_HVALUE hOldFunction, in FXJSE_Value_SetFunctionBind() argument
208 CFXJSE_Value* lpOldFunction = reinterpret_cast<CFXJSE_Value*>(hOldFunction); in FXJSE_Value_SetFunctionBind()
454 v8::Local<v8::Value> hOldFunction = in SetFunctionBind() local
456 if (hOldFunction.IsEmpty() || !hOldFunction->IsFunction()) { in SetFunctionBind()
459 rgArgs[0] = hOldFunction; in SetFunctionBind()
/external/pdfium/xfa/include/fxjse/
Dfxjse.h161 FXJSE_HVALUE hOldFunction,