Searched refs:CXFA_FFSubForm (Results 1 – 3 of 3) sorted by relevance
14 CXFA_FFSubForm::CXFA_FFSubForm(CXFA_Node* pNode) : CXFA_FFWidget(pNode) {} in CXFA_FFSubForm() function in CXFA_FFSubForm16 CXFA_FFSubForm::~CXFA_FFSubForm() {} in ~CXFA_FFSubForm()
13 class CXFA_FFSubForm : public CXFA_FFWidget {15 explicit CXFA_FFSubForm(CXFA_Node* pNode);16 ~CXFA_FFSubForm() override;
177 pWidget = new CXFA_FFSubForm(pNode); in OnCreateContentLayoutItem()