Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fxfa/
Dfxfa_basic.h637 XFA_ELEMENT_Ref, enumerator
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_data.cpp1126 {0xbb8df5d, L"ref", XFA_ELEMENT_Ref,
2274 XFA_ELEMENT_Ref,
2319 XFA_ELEMENT_Ref,
2357 XFA_ELEMENT_Ref,
Dxfa_objectacc_imp.cpp3793 return m_pNode ? m_pNode->CountChildren(XFA_ELEMENT_Ref) : 0; in CountReives()
3799 CXFA_Node* pRefNode = m_pNode->GetChild(nIndex, XFA_ELEMENT_Ref); in GetRefContent()