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

  /external/pdfium/xfa/src/fxjse/src/
value.cpp 155 CFXJSE_Value* lpPropValue = reinterpret_cast<CFXJSE_Value*>(hPropValue);
156 ASSERT(lpValue && lpPropValue);
157 return lpValue->GetObjectProperty(szPropName, lpPropValue);
163 CFXJSE_Value* lpPropValue = reinterpret_cast<CFXJSE_Value*>(hPropValue);
164 ASSERT(lpValue && lpPropValue);
165 return lpValue->SetObjectProperty(szPropName, lpPropValue);
171 CFXJSE_Value* lpPropValue = reinterpret_cast<CFXJSE_Value*>(hPropValue);
172 ASSERT(lpValue && lpPropValue);
173 return lpValue->GetObjectProperty(uPropIdx, lpPropValue);
179 CFXJSE_Value* lpPropValue = reinterpret_cast<CFXJSE_Value*>(hPropValue);
    [all...]
class.cpp 112 CFXJSE_Value* lpPropValue = CFXJSE_Value::Create(info.GetIsolate());
116 reinterpret_cast<FXJSE_HVALUE>(lpPropValue));
117 info.GetReturnValue().Set(lpPropValue->DirectGetValue());
120 delete lpPropValue;
121 lpPropValue = NULL;
134 CFXJSE_Value* lpPropValue = CFXJSE_Value::Create(info.GetIsolate());
136 lpPropValue->ForceSetValue(value);
139 reinterpret_cast<FXJSE_HVALUE>(lpPropValue));
142 delete lpPropValue;
143 lpPropValue = NULL;
    [all...]
value.h 197 CFXJSE_Value* lpPropValue);
199 CFXJSE_Value* lpPropValue);
200 FX_BOOL GetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
201 FX_BOOL SetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
206 CFXJSE_Value* lpPropValue);
dynprop.cpp 244 CFXJSE_Value* lpPropValue = CFXJSE_Value::Create(info.GetIsolate());
246 lpPropValue->ForceSetValue(hPropValue);
249 reinterpret_cast<FXJSE_HVALUE>(lpPropValue));
252 delete lpPropValue;
253 lpPropValue = nullptr;

Completed in 479 milliseconds