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