Searched refs:CJX_Caption (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_caption.cpp | 11 CJX_Caption::CJX_Caption(CXFA_Caption* node) : CJX_Node(node) {} in CJX_Caption() function in CJX_Caption 13 CJX_Caption::~CJX_Caption() = default; 15 void CJX_Caption::use(CFXJSE_Value* pValue, in use() 21 void CJX_Caption::reserve(CFXJSE_Value* pValue, in reserve() 27 void CJX_Caption::presence(CFXJSE_Value* pValue, in presence() 33 void CJX_Caption::usehref(CFXJSE_Value* pValue, in usehref() 39 void CJX_Caption::placement(CFXJSE_Value* pValue, in placement()
|
D | cjx_caption.h | 14 class CJX_Caption : public CJX_Node { 16 explicit CJX_Caption(CXFA_Caption* node); 17 ~CJX_Caption() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_caption.cpp | 46 pdfium::MakeUnique<CJX_Caption>(this)) {} in CXFA_Caption()
|
D | xfa_basic_data_element_script.cpp | 2641 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Caption::use, 2643 {0x34ae103c, L"reserve", (XFA_ATTRIBUTE_CALLBACK)&CJX_Caption::reserve, 2645 {0x570ce835, L"presence", (XFA_ATTRIBUTE_CALLBACK)&CJX_Caption::presence, 2647 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Caption::usehref, 2649 {0xf2009339, L"placement", (XFA_ATTRIBUTE_CALLBACK)&CJX_Caption::placement,
|