Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp263 for (CXFA_Node *pCurDataScope = pDataScope, *pLastDataScope = nullptr; in ScopeMatchGlobalBinding() local
266 pLastDataScope = pCurDataScope, in ScopeMatchGlobalBinding()
271 if (pDataChild == pLastDataScope || in ScopeMatchGlobalBinding()
322 CXFA_Node* pLastDataScope = nullptr; in FindOnceDataNode() local
330 if (pDataChild == pLastDataScope || pDataChild->HasBindItem() || in FindOnceDataNode()
337 pLastDataScope = pCurDataScope; in FindOnceDataNode()