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

  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_attributes.cpp 26 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
29 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
32 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
35 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
39 XFA_XDPPACKET_ConnectionSet | XFA_XDPPACKET_Form,
44 XFA_ATTRIBUTETYPE_Integer, XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
47 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
50 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
53 XFA_ATTRIBUTETYPE_Cdata, XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
57 XFA_XDPPACKET_Template | XFA_XDPPACKET_Datasets | XFA_XDPPACKET_Form |
    [all...]
xfa_basic_data.cpp 18 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
24 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
31 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
41 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
49 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
61 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
63 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node},
65 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::TextNode},
71 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::TextNode},
88 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form, XFA_ObjectType::Node}
    [all...]
xfa_basic_data_packets.cpp 46 {0xcd309ff4, L"form", XFA_XDPPACKET_Form,
cxfa_stroke.cpp 36 XFA_XDPPACKET_Form);
cxfa_widgetdata.cpp 128 XFA_Element::Ui, eChildType, XFA_XDPPACKET_Form);
452 XFA_Element::Button, XFA_ATTRIBUTE_Highlight, XFA_XDPPACKET_Form);
495 XFA_ATTRIBUTE_Shape, XFA_XDPPACKET_Form);
503 XFA_ATTRIBUTE_Mark, XFA_XDPPACKET_Form);
517 XFA_Element::CheckButton, XFA_ATTRIBUTE_Size, XFA_XDPPACKET_Form)
526 XFA_Element::CheckButton, XFA_ATTRIBUTE_AllowNeutral, XFA_XDPPACKET_Form);
715 XFA_Element::ChoiceList, XFA_ATTRIBUTE_CommitOn, XFA_XDPPACKET_Form);
723 XFA_Element::ChoiceList, XFA_ATTRIBUTE_TextEntry, XFA_XDPPACKET_Form);
731 XFA_ATTRIBUTE_Open, XFA_XDPPACKET_Form);
    [all...]
cxfa_simple_parser.cpp 447 case XFA_XDPPACKET_Form:
549 } else if (ePacket == XFA_XDPPACKET_Form) {
590 ParseAsXDPPacket(pXMLFormDOMRoot, XFA_XDPPACKET_Form);
650 } else if (ePacketID == XFA_XDPPACKET_Form) {
674 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_Form, XFA_Element::Form);
    [all...]
cxfa_node.cpp 702 m_pDocument->CreateNode(XFA_XDPPACKET_Form, m_elementType);
728 ASSERT(GetPacketID() == XFA_XDPPACKET_Form);
812 if (GetPacketID() != XFA_XDPPACKET_Form)
    [all...]
xfa_document_datamerger_imp.cpp 77 ASSERT(pValueNode->GetPacketID() == XFA_XDPPACKET_Form);
532 pDocument->CreateNode(XFA_XDPPACKET_Form, XFA_Element::InstanceManager);
    [all...]
cxfa_dataexporter.cpp 509 case XFA_XDPPACKET_Form: {
xfa_object.h 182 return m_ePacket == XFA_XDPPACKET_Form && IsContainerNode();
    [all...]
cxfa_layoutpagemgr.cpp     [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffnotify.cpp 376 if (!(pSender->GetPacketID() & XFA_XDPPACKET_Form)) {
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 71 XFA_XDPPACKET_Form = 1 << XFA_PACKET_Form,

Completed in 238 milliseconds