Home
last modified time | relevance | path

Searched refs:DataGroup (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.cpp415 XFA_Element::DataGroup); in ScopeMatchGlobalBinding()
418 XFA_Element::DataGroup)) { in ScopeMatchGlobalBinding()
584 eMatchNodeType = XFA_Element::DataGroup; in FindMatchingDataNode()
588 ? XFA_Element::DataGroup in FindMatchingDataNode()
630 (eMatchNodeType == XFA_Element::DataGroup && in FindMatchingDataNode()
1052 if (pDDGroupNode->GetElementType() != XFA_Element::DataGroup) in MaybeCreateDataNode()
1117 ? XFA_Element::DataGroup in UpdateBindingRelations()
1147 ? XFA_Element::DataGroup in UpdateBindingRelations()
1229 if (pDDGroupNode->GetElementType() != XFA_Element::DataGroup) in UpdateDataRelation()
1398 if (pChildNode->GetElementType() != XFA_Element::DataGroup) in DoDataMerge()
[all …]
Dcxfa_nodehelper.cpp347 XFA_Element eClassType = XFA_Element::DataGroup; in ResolveNodes_CreateNode()
376 m_eLastCreateType = XFA_Element::DataGroup; in SetCreateNodeType()
379 ? XFA_Element::DataGroup in SetCreateNodeType()
Dcxfa_datagroup.cpp24 XFA_Element::DataGroup, in CXFA_DataGroup()
Dcxfa_document.cpp156 XFA_Element::DataGroup); in GetXFAObject()
160 XFA_Element::DataGroup)) { in GetXFAObject()
181 XFA_Element::DataGroup) in GetXFAObject()
Dcxfa_simple_parser.cpp777 XFA_Element::DataGroup); in ParseAsXDPPacket_Data()
1032 eNodeType = XFA_Element::DataGroup; in ParseDataGroup()
1054 eNodeType = XFA_Element::DataGroup; in ParseDataGroup()
1111 if (eNodeType == XFA_Element::DataGroup) in ParseDataGroup()
Dxfa_utils.cpp504 if (pDataNode->GetElementType() != XFA_Element::DataGroup) in XFA_DataExporter_DealWithDataGroupNode()
Dcxfa_node_statics.cpp561 {0xc7743dc7 /* dataGroup */, XFA_Element::DataGroup},
1622 case XFA_Element::DataGroup: in Create()
2807 case XFA_Element::DataGroup: in ElementToName()
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h860 DataGroup, enumerator
/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.cpp724 if (m_pNodeHelper->m_eLastCreateType == XFA_Element::DataGroup) { in SetIndexDataBind()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp474 xfaObj->GetElementType() == XFA_Element::DataGroup)) { in SetCData()