Searched refs:CJX_Fill (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_fill.cpp | 11 CJX_Fill::CJX_Fill(CXFA_Fill* node) : CJX_Node(node) {} in CJX_Fill() function in CJX_Fill 13 CJX_Fill::~CJX_Fill() = default; 15 void CJX_Fill::use(CFXJSE_Value* pValue, in use() 21 void CJX_Fill::presence(CFXJSE_Value* pValue, in presence() 27 void CJX_Fill::usehref(CFXJSE_Value* pValue, in usehref()
|
D | cjx_fill.h | 14 class CJX_Fill : public CJX_Node { 16 explicit CJX_Fill(CXFA_Fill* node); 17 ~CJX_Fill() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_fill.cpp | 51 pdfium::MakeUnique<CJX_Fill>(this)) {} in CXFA_Fill()
|
D | xfa_basic_data_element_script.cpp | 3193 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Fill::use, 3195 {0x570ce835, L"presence", (XFA_ATTRIBUTE_CALLBACK)&CJX_Fill::presence, 3197 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Fill::usehref,
|