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

/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Value.h84 class CJS_PropValue: public CJS_Value class in inherits:CJS_Value
87 CJS_PropValue(const CJS_Value &);
88 CJS_PropValue(v8::Isolate* isolate);
89 ~CJS_PropValue();
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp292 /* ---------------------------- CJS_PropValue ---------------------------- */
294 CJS_PropValue::CJS_PropValue(const CJS_Value &value) : function in class:CJS_PropValue
300 CJS_PropValue::CJS_PropValue(v8::Isolate* isolate) : CJS_Value(isolate), function in class:CJS_PropValue
305 CJS_PropValue::~CJS_PropValue()
309 FX_BOOL CJS_PropValue::IsSetting()
314 FX_BOOL CJS_PropValue::IsGetting()
319 void CJS_PropValue
[all...]

Completed in 310 milliseconds