HomeSort by relevance Sort by last modified time
    Searched refs:GetPacketID (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_ffnotify.cpp 343 if (pSender->GetPacketID() & XFA_XDPPACKET_Datasets)
376 if (!(pSender->GetPacketID() & XFA_XDPPACKET_Form)) {
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.cpp 676 const XFA_PACKETINFO* pPacket = XFA_GetPacketByID(GetPacketID());
728 ASSERT(GetPacketID() == XFA_XDPPACKET_Form);
803 return GetPacketID() == XFA_XDPPACKET_Datasets &&
812 if (GetPacketID() != XFA_XDPPACKET_Form)
    [all...]
cxfa_layoutpagemgr.cpp 305 pPageArea = pDocument->CreateNode(m_pTemplatePageSetRoot->GetPacketID(),
315 pContentArea = pDocument->CreateNode(pPageArea->GetPacketID(),
334 pDocument->CreateNode(pPageArea->GetPacketID(), XFA_Element::Medium);
    [all...]
xfa_document_datamerger_imp.cpp 77 ASSERT(pValueNode->GetPacketID() == XFA_XDPPACKET_Form);
375 pCurDataScope && pCurDataScope->GetPacketID() == XFA_XDPPACKET_Datasets;
434 pCurDataScope && pCurDataScope->GetPacketID() == XFA_XDPPACKET_Datasets;
    [all...]
cxfa_dataexporter.cpp 484 switch (pNode->GetPacketID()) {
xfa_object.h 160 uint32_t GetPacketID() const { return m_ePacket; }
    [all...]
cxfa_simple_parser.cpp 355 XFA_XDPPACKET ePacketID = (XFA_XDPPACKET)pXFANode->GetPacketID();
    [all...]

Completed in 76 milliseconds