Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.h70 bool SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis);
Dcfxjse_value.cpp231 bool CFXJSE_Value::SetFunctionBind(CFXJSE_Value* lpOldFunction, in SetFunctionBind() function in CFXJSE_Value
Dcfxjse_engine.cpp510 pValue->SetFunctionBind(hVariableValue.get(), pObject.get()); in QueryVariableValue()