HomeSort by relevance Sort by last modified time
    Searched defs:CJX_Delta (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_delta.h 15 class CJX_Delta : public CJX_Object {
17 explicit CJX_Delta(CXFA_Delta* delta);
18 ~CJX_Delta() override;
20 JS_METHOD(restore, CJX_Delta);
cjx_delta.cpp 7 #include "fxjs/xfa/cjx_delta.h"
15 const CJX_MethodSpec CJX_Delta::MethodSpecs[] = {{"restore", restore_static}};
17 CJX_Delta::CJX_Delta(CXFA_Delta* delta) : CJX_Object(delta) {
21 CJX_Delta::~CJX_Delta() {}
23 CJS_Return CJX_Delta::restore(CJS_V8* runtime,
30 void CJX_Delta::currentValue(CFXJSE_Value* pValue,
34 void CJX_Delta::savedValue(CFXJSE_Value* pValue,
38 void CJX_Delta::target(CFXJSE_Value* pValue
    [all...]

Completed in 63 milliseconds