Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_keep.cpp11 CJX_Keep::CJX_Keep(CXFA_Keep* node) : CJX_Node(node) {} in CJX_Keep() function in CJX_Keep
13 CJX_Keep::~CJX_Keep() = default;
15 void CJX_Keep::next(CFXJSE_Value* pValue, in next()
21 void CJX_Keep::use(CFXJSE_Value* pValue, in use()
27 void CJX_Keep::previous(CFXJSE_Value* pValue, in previous()
33 void CJX_Keep::usehref(CFXJSE_Value* pValue, in usehref()
39 void CJX_Keep::intact(CFXJSE_Value* pValue, in intact()
Dcjx_keep.h14 class CJX_Keep : public CJX_Node {
16 explicit CJX_Keep(CXFA_Keep* node);
17 ~CJX_Keep() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_keep.cpp41 pdfium::MakeUnique<CJX_Keep>(this)) {} in CXFA_Keep()
Dxfa_basic_data_element_script.cpp2267 {0x3848b3f, L"next", (XFA_ATTRIBUTE_CALLBACK)&CJX_Keep::next,
2269 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Keep::use,
2271 {0x6a3405dd, L"previous", (XFA_ATTRIBUTE_CALLBACK)&CJX_Keep::previous,
2273 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Keep::usehref,
2275 {0xf6b59543, L"intact", (XFA_ATTRIBUTE_CALLBACK)&CJX_Keep::intact,