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

/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Value.h91 class CJS_PropValue: public CJS_Value class in inherits:CJS_Value
94 CJS_PropValue(const CJS_Value&);
95 CJS_PropValue(v8::Isolate* isolate);
96 ~CJS_PropValue();
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp300 /* ---------------------------- CJS_PropValue ---------------------------- */
302 CJS_PropValue::CJS_PropValue(const CJS_Value &value) : function in class:CJS_PropValue
308 CJS_PropValue::CJS_PropValue(v8::Isolate* isolate) : CJS_Value(isolate), function in class:CJS_PropValue
313 CJS_PropValue::~CJS_PropValue()
317 FX_BOOL CJS_PropValue::IsSetting()
322 FX_BOOL CJS_PropValue::IsGetting()
327 void CJS_PropValue
[all...]

Completed in 20 milliseconds