Searched refs:CJX_Overflow (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_overflow.cpp | 11 CJX_Overflow::CJX_Overflow(CXFA_Overflow* node) : CJX_Node(node) {} in CJX_Overflow() function in CJX_Overflow 13 CJX_Overflow::~CJX_Overflow() = default; 15 void CJX_Overflow::use(CFXJSE_Value* pValue, in use() 21 void CJX_Overflow::trailer(CFXJSE_Value* pValue, in trailer() 27 void CJX_Overflow::usehref(CFXJSE_Value* pValue, in usehref() 33 void CJX_Overflow::target(CFXJSE_Value* pValue, in target() 39 void CJX_Overflow::leader(CFXJSE_Value* pValue, in leader()
|
D | cjx_overflow.h | 14 class CJX_Overflow : public CJX_Node { 16 explicit CJX_Overflow(CXFA_Overflow* node); 17 ~CJX_Overflow() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_overflow.cpp | 36 pdfium::MakeUnique<CJX_Overflow>(this)) {} in CXFA_Overflow()
|
D | xfa_basic_data_element_script.cpp | 2730 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Overflow::use, 2732 {0x9dcc3ab3, L"trailer", (XFA_ATTRIBUTE_CALLBACK)&CJX_Overflow::trailer, 2734 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Overflow::usehref, 2736 {0xc8da4da7, L"target", (XFA_ATTRIBUTE_CALLBACK)&CJX_Overflow::target, 2738 {0xcbcaf66d, L"leader", (XFA_ATTRIBUTE_CALLBACK)&CJX_Overflow::leader,
|