OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 116 milliseconds