Searched refs:CJX_Keep (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_keep.cpp | 11 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()
|
D | cjx_keep.h | 14 class CJX_Keep : public CJX_Node { 16 explicit CJX_Keep(CXFA_Keep* node); 17 ~CJX_Keep() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_keep.cpp | 41 pdfium::MakeUnique<CJX_Keep>(this)) {} in CXFA_Keep()
|
D | xfa_basic_data_element_script.cpp | 2267 {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,
|