Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp300 XFA_Element eMatchNodeType) { in FindGlobalDataNode() argument
308 ScopeMatchGlobalBinding(pDataScope, dwNameHash, eMatchNodeType, true); in FindGlobalDataNode()
317 XFA_Element eMatchNodeType) { in FindOnceDataNode() argument
331 (eMatchNodeType != XFA_Element::DataModel && in FindOnceDataNode()
332 pDataChild->GetElementType() != eMatchNodeType)) { in FindOnceDataNode()
345 XFA_Element eMatchNodeType, in FindDataRefDataNode() argument
386 XFA_Element eMatchNodeType; in FindMatchingDataNode() local
389 eMatchNodeType = XFA_Element::DataGroup; in FindMatchingDataNode()
392 eMatchNodeType = XFA_FieldIsMultiListBox(pCurTemplateNode) in FindMatchingDataNode()
397 eMatchNodeType = XFA_Element::DataValue; in FindMatchingDataNode()
[all …]