Home
last modified time | relevance | path

Searched refs:lpPropValue (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_value.h60 CFXJSE_Value* lpPropValue);
62 CFXJSE_Value* lpPropValue);
63 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
64 bool SetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
69 CFXJSE_Value* lpPropValue);
Dcfxjse_value.cpp119 CFXJSE_Value* lpPropValue) { in SetObjectProperty() argument
120 ASSERT(lpPropValue); in SetObjectProperty()
128 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()
137 CFXJSE_Value* lpPropValue) { in GetObjectProperty() argument
138 ASSERT(lpPropValue); in GetObjectProperty()
149 lpPropValue->ForceSetValue(hPropValue); in GetObjectProperty()
154 CFXJSE_Value* lpPropValue) { in SetObjectProperty() argument
162 v8::Local<v8::Value>::New(m_pIsolate, lpPropValue->DirectGetValue()); in SetObjectProperty()
167 CFXJSE_Value* lpPropValue) { in GetObjectPropertyByIdx() argument
175 lpPropValue->ForceSetValue(hPropValue); in GetObjectPropertyByIdx()
[all …]