Searched refs:CJX_Margin (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_margin.cpp | 11 CJX_Margin::CJX_Margin(CXFA_Margin* node) : CJX_Node(node) {} in CJX_Margin() function in CJX_Margin 13 CJX_Margin::~CJX_Margin() = default; 15 void CJX_Margin::use(CFXJSE_Value* pValue, in use() 21 void CJX_Margin::leftInset(CFXJSE_Value* pValue, in leftInset() 27 void CJX_Margin::bottomInset(CFXJSE_Value* pValue, in bottomInset() 33 void CJX_Margin::topInset(CFXJSE_Value* pValue, in topInset() 39 void CJX_Margin::rightInset(CFXJSE_Value* pValue, in rightInset() 45 void CJX_Margin::usehref(CFXJSE_Value* pValue, in usehref()
|
D | cjx_margin.h | 14 class CJX_Margin : public CJX_Node { 16 explicit CJX_Margin(CXFA_Margin* node); 17 ~CJX_Margin() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_margin.cpp | 39 pdfium::MakeUnique<CJX_Margin>(this)) {} in CXFA_Margin()
|
D | xfa_basic_data_element_script.cpp | 853 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::use, 855 {0xcfea02e, L"leftInset", (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::leftInset, 858 (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::bottomInset, 860 {0x25764436, L"topInset", (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::topInset, 862 {0x8a692521, L"rightInset", (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::rightInset, 864 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::usehref,
|