Searched refs:eventParaInfo (Results 1 – 1 of 1) sorted by relevance
74 const XFA_ExecEventParaInfo* eventParaInfo = &gs_eventParaInfos[iMid]; in GetEventParaInfoByName() local75 if (uHash == eventParaInfo->m_uHash) in GetEventParaInfoByName()76 return eventParaInfo; in GetEventParaInfoByName()77 if (uHash < eventParaInfo->m_uHash) in GetEventParaInfoByName()466 const XFA_ExecEventParaInfo* eventParaInfo = in execSingleEventByName() local468 if (!eventParaInfo) in execSingleEventByName()471 switch (eventParaInfo->m_validFlags) { in execSingleEventByName()477 GetXFANode(), eventParaInfo->m_eventType, false, in execSingleEventByName()478 eventParaInfo->m_validFlags == EventAppliesToo::kAll); in execSingleEventByName()484 GetXFANode(), eventParaInfo->m_eventType, false, false); in execSingleEventByName()[all …]