Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h159 CXFA_Node* GetNodeByID(CXFA_Node* pRoot, const CFX_WideStringC& wsID);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_imp.cpp285 CXFA_Node* CXFA_Document::GetNodeByID(CXFA_Node* pRoot, in GetNodeByID() function in CXFA_Document
Dxfa_layout_pagemgr_new.cpp295 CXFA_Node* pNode = pDocument->GetNodeByID( in XFA_ResolveBreakTarget()
Dxfa_object_imp.cpp1508 pProtoNode = m_pDocument->GetNodeByID(pProtoRoot, wsID); in Script_Attribute_String()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp1703 pIDNode = pDocument->GetNodeByID(pParent, wsAttr); in GetEmbbedObj()
1706 pIDNode = pDocument->GetNodeByID( in GetEmbbedObj()