Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_logpseudomodel.cpp20 m_uScriptHash = XFA_HASHCODE_Log; in CScript_LogPseudoModel()
Dxfa_script_datawindow.cpp20 m_uScriptHash = XFA_HASHCODE_DataWindow; in CScript_DataWindow()
Dxfa_script_signaturepseudomodel.cpp21 m_uScriptHash = XFA_HASHCODE_Signature; in CScript_SignaturePseudoModel()
Dxfa_script_eventpseudomodel.cpp20 m_uScriptHash = XFA_HASHCODE_Event; in CScript_EventPseudoModel()
Dxfa_script_layoutpseudomodel.cpp22 m_uScriptHash = XFA_HASHCODE_Layout; in CScript_LayoutPseudoModel()
Dxfa_script_hostpseudomodel.cpp20 m_uScriptHash = XFA_HASHCODE_Host; in CScript_HostPseudoModel()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h638 m_uScriptHash(0) { in CXFA_OrdinaryObject()
642 uint32_t GetScriptObjHash() { return m_uScriptHash; } in GetScriptObjHash()
646 uint32_t m_uScriptHash; variable