Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp274 pDataChild->HasBindItem()) { in ScopeMatchGlobalBinding()
330 if (pDataChild == pLastDataScope || pDataChild->HasBindItem() || in FindOnceDataNode()
366 return (bForceBind || !pNode || !pNode->HasBindItem()) ? pNode : nullptr; in FindDataRefDataNode()
1607 if (pNode && !pNode->HasBindItem()) in GetNotBindNode()
Dcxfa_node.h192 bool HasBindItem() const;
Dcxfa_node.cpp1310 bool CXFA_Node::HasBindItem() const { in HasBindItem() function in CXFA_Node