Home
last modified time | relevance | path

Searched refs:GetPacketID (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp676 const XFA_PACKETINFO* pPacket = XFA_GetPacketByID(GetPacketID()); in GetNodeList()
728 ASSERT(GetPacketID() == XFA_XDPPACKET_Form); in GetBindData()
803 return GetPacketID() == XFA_XDPPACKET_Datasets && in HasBindItem()
812 if (GetPacketID() != XFA_XDPPACKET_Form) in GetContainerWidgetData()
1378 if (GetPacketID() == XFA_XDPPACKET_Form && in Script_NodeClass_LoadXML()
1430 if (GetPacketID() == XFA_XDPPACKET_Form || in Script_NodeClass_SaveXML()
1431 GetPacketID() == XFA_XDPPACKET_Datasets) { in Script_NodeClass_SaveXML()
1433 if (GetPacketID() == XFA_XDPPACKET_Datasets) { in Script_NodeClass_SaveXML()
1455 if (GetPacketID() == XFA_XDPPACKET_Form) in Script_NodeClass_SaveXML()
1655 uint32_t dwPacket = GetPacketID(); in Script_Attribute_SendAttributeChangeMessage()
[all …]
Dcxfa_layoutpagemgr.cpp305 pPageArea = pDocument->CreateNode(m_pTemplatePageSetRoot->GetPacketID(), in InitLayoutPage()
315 pContentArea = pDocument->CreateNode(pPageArea->GetPacketID(), in InitLayoutPage()
334 pDocument->CreateNode(pPageArea->GetPacketID(), XFA_Element::Medium); in InitLayoutPage()
1699 if (pRootPageSetContainerItem->m_pFormNode->GetPacketID() == in MergePageSetContents()
1717 if (pNode->GetPacketID() != XFA_XDPPACKET_Template) in MergePageSetContents()
1959 pRootLayoutItem->m_pFormNode->GetPacketID() == XFA_XDPPACKET_Form) { in PrepareLayout()
Dxfa_document_datamerger_imp.cpp77 ASSERT(pValueNode->GetPacketID() == XFA_XDPPACKET_Form); in FormValueNode_SetChildContent()
375 pCurDataScope && pCurDataScope->GetPacketID() == XFA_XDPPACKET_Datasets; in ScopeMatchGlobalBinding()
434 pCurDataScope && pCurDataScope->GetPacketID() == XFA_XDPPACKET_Datasets; in FindOnceDataNode()
Dcxfa_dataexporter.cpp484 switch (pNode->GetPacketID()) { in Export()
Dxfa_object.h160 uint32_t GetPacketID() const { return m_ePacket; } in GetPacketID() function
Dcxfa_simple_parser.cpp355 XFA_XDPPACKET ePacketID = (XFA_XDPPACKET)pXFANode->GetPacketID(); in ConstructXFANode()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffnotify.cpp343 if (pSender->GetPacketID() & XFA_XDPPACKET_Datasets) in OnValueChanging()
376 if (!(pSender->GetPacketID() & XFA_XDPPACKET_Form)) { in OnValueChanged()