HomeSort by relevance Sort by last modified time
    Searched refs:lpOldFunction (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxjse/src/
value.cpp 208 CFXJSE_Value* lpOldFunction = reinterpret_cast<CFXJSE_Value*>(hOldFunction);
210 ASSERT(lpValue && lpOldFunction && lpNewThis);
211 return lpValue->SetFunctionBind(lpOldFunction, lpNewThis);
450 FX_BOOL CFXJSE_Value::SetFunctionBind(CFXJSE_Value* lpOldFunction,
455 v8::Local<v8::Value>::New(m_pIsolate, lpOldFunction->DirectGetValue());
value.h 207 FX_BOOL SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis);

Completed in 41 milliseconds