Searched defs:CFXJSE_Value (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
H A Dvalue.h10 class CFXJSE_Value { class
12 CFXJSE_Value(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {} function in class:CFXJSE_Value
15 CFXJSE_Value();
16 CFXJSE_Value(const CFXJSE_Value&);
17 CFXJSE_Value& operator=(const CFXJSE_Value&);
192 void SetArray(uint32_t uValueCount, CFXJSE_Value** rgValues);
197 CFXJSE_Value* lpPropValue);
199 CFXJSE_Value* lpPropValu
[all...]

Completed in 190 milliseconds