Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_contentarea.cpp11 CJX_ContentArea::CJX_ContentArea(CXFA_ContentArea* node) in CJX_ContentArea() function in CJX_ContentArea
14 CJX_ContentArea::~CJX_ContentArea() = default;
16 void CJX_ContentArea::x(CFXJSE_Value* pValue, in x()
22 void CJX_ContentArea::y(CFXJSE_Value* pValue, in y()
28 void CJX_ContentArea::use(CFXJSE_Value* pValue, in use()
34 void CJX_ContentArea::relevant(CFXJSE_Value* pValue, in relevant()
40 void CJX_ContentArea::usehref(CFXJSE_Value* pValue, in usehref()
Dcjx_contentarea.h14 class CJX_ContentArea : public CJX_Container {
16 explicit CJX_ContentArea(CXFA_ContentArea* node);
17 ~CJX_ContentArea() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_contentarea.cpp42 pdfium::MakeUnique<CJX_ContentArea>(this)) {} in CXFA_ContentArea()
Dxfa_basic_data_element_script.cpp1561 {0x78, L"x", (XFA_ATTRIBUTE_CALLBACK)&CJX_ContentArea::x, XFA_Attribute::X,
1563 {0x79, L"y", (XFA_ATTRIBUTE_CALLBACK)&CJX_ContentArea::y, XFA_Attribute::Y,
1565 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_ContentArea::use,
1568 (XFA_ATTRIBUTE_CALLBACK)&CJX_ContentArea::relevant,
1570 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_ContentArea::usehref,