Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_comb.cpp11 CJX_Comb::CJX_Comb(CXFA_Comb* node) : CJX_Node(node) {} in CJX_Comb() function in CJX_Comb
13 CJX_Comb::~CJX_Comb() = default;
15 void CJX_Comb::use(CFXJSE_Value* pValue, in use()
21 void CJX_Comb::numberOfCells(CFXJSE_Value* pValue, in numberOfCells()
27 void CJX_Comb::usehref(CFXJSE_Value* pValue, in usehref()
Dcjx_comb.h14 class CJX_Comb : public CJX_Node {
16 explicit CJX_Comb(CXFA_Comb* node);
17 ~CJX_Comb() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_comb.cpp34 pdfium::MakeUnique<CJX_Comb>(this)) {} in CXFA_Comb()
Dxfa_basic_data_element_script.cpp1397 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Comb::use,
1400 (XFA_ATTRIBUTE_CALLBACK)&CJX_Comb::numberOfCells,
1402 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Comb::usehref,