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

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

Completed in 62 milliseconds