Searched refs:CJX_Comb (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_comb.cpp | 11 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()
|
D | cjx_comb.h | 14 class CJX_Comb : public CJX_Node { 16 explicit CJX_Comb(CXFA_Comb* node); 17 ~CJX_Comb() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_comb.cpp | 34 pdfium::MakeUnique<CJX_Comb>(this)) {} in CXFA_Comb()
|
D | xfa_basic_data_element_script.cpp | 1397 {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,
|