Searched refs:CXFA_FlipLabel (Results 1 – 3 of 3) sorted by relevance
20 CXFA_FlipLabel::CXFA_FlipLabel(CXFA_Document* doc, XFA_PacketType packet) in CXFA_FlipLabel() function in CXFA_FlipLabel30 CXFA_FlipLabel::~CXFA_FlipLabel() {} in ~CXFA_FlipLabel()
12 class CXFA_FlipLabel : public CXFA_Node {14 CXFA_FlipLabel(CXFA_Document* doc, XFA_PacketType packet);15 ~CXFA_FlipLabel() override;
1485 node = pdfium::MakeUnique<CXFA_FlipLabel>(doc, packet); in Create()