Searched refs:CXFA_Present (Results 1 – 6 of 6) sorted by relevance
36 CXFA_Present::CXFA_Present(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Present() function in CXFA_Present46 CXFA_Present::~CXFA_Present() {} in ~CXFA_Present()
12 class CXFA_Present : public CXFA_Node {14 CXFA_Present(CXFA_Document* doc, XFA_PacketType packet);15 ~CXFA_Present() override;
257 CXFA_Present* pPresent = in IsInteractive()258 pConfig->GetFirstChildByClass<CXFA_Present>(XFA_Element::Present); in IsInteractive()
1236 pConfig->GetFirstChildByClass<CXFA_Present>(XFA_Element::Present); in GetConfigLocaleName()
1056 node = pdfium::MakeUnique<CXFA_Present>(doc, packet); in Create()
284 CXFA_Present* pPresentNode = in ProcessWidgetEvent()285 pConfigItem->GetChild<CXFA_Present>(0, XFA_Element::Present, false); in ProcessWidgetEvent()