Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_fill.cpp11 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()
Dcjx_fill.h14 class CJX_Fill : public CJX_Node {
16 explicit CJX_Fill(CXFA_Fill* node);
17 ~CJX_Fill() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_fill.cpp51 pdfium::MakeUnique<CJX_Fill>(this)) {} in CXFA_Fill()
Dxfa_basic_data_element_script.cpp3193 {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,