Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp164 XFA_HashCode dwNameHash = static_cast<XFA_HashCode>( in ResolveDollar()
190 rndFind.m_uHashName = static_cast<XFA_HashCode>( in ResolveExcalmatory()
215 rndFind.m_uHashName = static_cast<XFA_HashCode>( in ResolveNumberSign()
255 XFA_HashCode uNameHash = rnd.m_uHashName; in ResolveNormal()
592 static_cast<XFA_HashCode>(FX_HashCode_GetW(wsName.AsStringView(), false)); in GetFilter()
Dcfxjse_resolveprocessor.h30 XFA_HashCode m_uHashName = XFA_HASHCODE_None;
Dcfxjse_engine.cpp237 XFA_HashCode uHashCode = static_cast<XFA_HashCode>( in GlobalPropertyGetter()
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h16 enum XFA_HashCode : uint32_t { enum
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.h113 XFA_HashCode code);
Dcpdfxfa_context.cpp371 XFA_HashCode code) { in SavePackage()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.h81 CXFA_Object* GetXFAObject(XFA_HashCode wsNodeNameHash);
Dcxfa_document.cpp1299 CXFA_Object* CXFA_Document::GetXFAObject(XFA_HashCode dwNodeNameHash) { in GetXFAObject()