Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp195 uint32_t dwNameHash = pTemplateNode->GetNameHash(); in CloneOrMergeInstanceManager() local
206 if (dwNameHash != pNode->GetNameHash()) in CloneOrMergeInstanceManager()
260 uint32_t dwNameHash, in ScopeMatchGlobalBinding() argument
268 for (CXFA_Node* pDataChild = pCurDataScope->GetFirstChildByName(dwNameHash); in ScopeMatchGlobalBinding()
270 pDataChild = pDataChild->GetNextSameNameSibling(dwNameHash)) { in ScopeMatchGlobalBinding()
286 CXFA_Node* pDataNode = ScopeMatchGlobalBinding(pDataChild, dwNameHash, in ScopeMatchGlobalBinding()
304 uint32_t dwNameHash = FX_HashCode_GetW(wsName.AsStringView(), false); in FindGlobalDataNode() local
305 CXFA_Node* pBounded = pDocument->GetGlobalBinding(dwNameHash); in FindGlobalDataNode()
308 ScopeMatchGlobalBinding(pDataScope, dwNameHash, eMatchNodeType, true); in FindGlobalDataNode()
310 pDocument->RegisterGlobalBinding(dwNameHash, pBounded); in FindGlobalDataNode()
[all …]
Dxfa_document_datamerger_imp.cpp29 uint32_t dwNameHash, in XFA_DataMerge_FindFormDOMInstance() argument
34 pFormChild->GetNameHash() == dwNameHash && pFormChild->IsUnusedNode()) { in XFA_DataMerge_FindFormDOMInstance()
Dcxfa_document.h119 CXFA_Node* GetGlobalBinding(uint32_t dwNameHash);
120 void RegisterGlobalBinding(uint32_t dwNameHash, CXFA_Node* pDataNode);
Dxfa_document_datamerger_imp.h28 uint32_t dwNameHash,
Dcxfa_node.cpp569 uint32_t dwNameHash = pNode->GetNameHash(); in NodeSetPairForNode() local
570 if (!pParentNode || !dwNameHash) in NodeSetPairForNode()
577 if (!(*pNodeSetPairMap)[dwNameHash]) in NodeSetPairForNode()
578 (*pNodeSetPairMap)[dwNameHash] = pdfium::MakeUnique<CXFA_NodeSetPair>(); in NodeSetPairForNode()
580 return (*pNodeSetPairMap)[dwNameHash].get(); in NodeSetPairForNode()
686 uint32_t dwNameHash,
692 CXFA_Node* FindFirstSiblingNamed(CXFA_Node* parent, uint32_t dwNameHash) { in FindFirstSiblingNamed() argument
693 CXFA_Node* result = FindFirstSiblingNamedInList(parent, dwNameHash, in FindFirstSiblingNamed()
698 return FindFirstSiblingNamedInList(parent, dwNameHash, in FindFirstSiblingNamed()
703 uint32_t dwNameHash, in FindFirstSiblingNamedInList() argument
[all …]
/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp164 XFA_HashCode dwNameHash = static_cast<XFA_HashCode>( in ResolveDollar() local
166 if (dwNameHash == XFA_HASHCODE_Xfa) { in ResolveDollar()
169 CXFA_Object* pObjNode = rnd.m_pSC->GetDocument()->GetXFAObject(dwNameHash); in ResolveDollar()