Home
last modified time | relevance | path

Searched refs:CJX_Delta (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_delta.cpp15 const CJX_MethodSpec CJX_Delta::MethodSpecs[] = {{"restore", restore_static}};
17 CJX_Delta::CJX_Delta(CXFA_Delta* delta) : CJX_Object(delta) { in CJX_Delta() function in CJX_Delta
21 CJX_Delta::~CJX_Delta() = default;
23 bool CJX_Delta::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
27 CJS_Result CJX_Delta::restore(CFXJSE_Engine* runtime, in restore()
35 void CJX_Delta::currentValue(v8::Isolate* pIsolate, in currentValue()
40 void CJX_Delta::savedValue(v8::Isolate* pIsolate, in savedValue()
45 void CJX_Delta::target(v8::Isolate* pIsolate, in target()
Dcjx_delta.h15 class CJX_Delta final : public CJX_Object {
18 ~CJX_Delta() override;
30 explicit CJX_Delta(CXFA_Delta* delta);
32 using Type__ = CJX_Delta;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_delta.cpp20 cppgc::MakeGarbageCollected<CJX_Delta>(
Delement_attributes.inc119 ELEM_ATTR____(Delta, CurrentValue, CJX_Delta::currentValue)
120 ELEM_ATTR____(Delta, SavedValue, CJX_Delta::savedValue)
121 ELEM_ATTR____(Delta, Target, CJX_Delta::target)