Searched refs:dwNameHash (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_document_datamerger_imp.h20 uint32_t dwNameHash,
H A Dxfa_document_datamerger_imp.cpp359 CXFA_Node* GetGlobalBinding(CXFA_Document* pDocument, uint32_t dwNameHash) { argument
360 auto it = pDocument->m_rgGlobalBinding.find(dwNameHash);
365 uint32_t dwNameHash,
367 pDocument->m_rgGlobalBinding[dwNameHash] = pDataNode;
371 uint32_t dwNameHash,
379 for (CXFA_Node* pDataChild = pCurDataScope->GetFirstChildByName(dwNameHash);
381 pDataChild = pDataChild->GetNextSameNameSibling(dwNameHash)) {
395 CXFA_Node* pDataNode = ScopeMatchGlobalBinding(pDataChild, dwNameHash,
413 uint32_t dwNameHash = FX_HashCode_GetW(wsName, false);
414 CXFA_Node* pBounded = GetGlobalBinding(pDocument, dwNameHash);
364 RegisterGlobalBinding(CXFA_Document* pDocument, uint32_t dwNameHash, CXFA_Node* pDataNode) argument
370 ScopeMatchGlobalBinding(CXFA_Node* pDataScope, uint32_t dwNameHash, XFA_Element eMatchDataNodeType, bool bUpLevel) argument
503 uint32_t dwNameHash = pTemplateNode->GetNameHash(); local
1123 uint32_t dwNameHash = pFormNode->GetNameHash(); local
1202 uint32_t dwNameHash = pDataChild->GetNameHash(); local
1235 XFA_DataMerge_FindFormDOMInstance(CXFA_Document* pDocument, XFA_Element eType, uint32_t dwNameHash, CXFA_Node* pFormParent) argument
1414 uint32_t dwNameHash = pDataTopLevel ? pDataTopLevel->GetNameHash() : 0; local
[all...]
H A Dcxfa_resolveprocessor.cpp115 XFA_HashCode dwNameHash = static_cast<XFA_HashCode>(FX_HashCode_GetW( local
117 if (dwNameHash == XFA_HASHCODE_Xfa) {
120 CXFA_Object* pObjNode = rnd.m_pSC->GetDocument()->GetXFAObject(dwNameHash);
H A Dcxfa_node.cpp56 uint32_t dwNameHash = 0; local
73 dwNameHash = pNode->GetNameHash();
75 if (dwNameHash != pNode->GetNameHash())
117 uint32_t dwNameHash = pNode->GetNameHash(); local
118 if (!pParentNode || !dwNameHash)
125 if (!(*pNodeSetPairMap)[dwNameHash])
126 (*pNodeSetPairMap)[dwNameHash] = pdfium::MakeUnique<CXFA_NodeSetPair>();
128 return (*pNodeSetPairMap)[dwNameHash].get();
191 uint32_t dwNameHash = 0; local
208 dwNameHash
[all...]

Completed in 73 milliseconds