Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodehelper.cpp73 parent->GetNodeList(XFA_NODEFILTER_Properties, XFA_Element::Unknown)) { in NodeAcc_TraverseAnySiblings()
92 parent->GetNodeList(XFA_NODEFILTER_Children, XFA_Element::Unknown)) { in NodeAcc_TraverseAnySiblings()
126 parent->GetNodeList(XFA_NODEFILTER_Properties, XFA_Element::Unknown)) { in NodeAcc_TraverseSiblings()
152 parent->GetNodeList(XFA_NODEFILTER_Children, XFA_Element::Unknown)) { in NodeAcc_TraverseSiblings()
Dcxfa_node.h184 std::vector<CXFA_Node*> GetNodeList(uint32_t dwTypeFilter,
Dxfa_document_datamerger_imp.cpp319 std::vector<CXFA_Node*> items = pDataNode->GetNodeList( in CreateDataBinding()
Dcxfa_node.cpp394 std::vector<CXFA_Node*> CXFA_Node::GetNodeList(uint32_t dwTypeFilter, in GetNodeList() function in CXFA_Node
/external/pdfium/fxjs/xfa/
Dcjx_node.cpp452 std::vector<CXFA_Node*> properties = GetXFANode()->GetNodeList( in oneOfChild()
Dcjx_object.cpp665 std::vector<CXFA_Node*> valueNodes = pBind->GetNodeList( in SetContent()
/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.cpp485 curNode->GetNodeList(XFA_NODEFILTER_Children | XFA_NODEFILTER_Properties, in ResolveAsterisk()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp1480 for (CXFA_Node* node : m_pNode->GetNodeList(0, XFA_Element::Event)) { in GetEventByActivity()