Searched refs:eventParaInfo (Results 1 – 1 of 1) sorted by relevance
1789 const XFA_ExecEventParaInfo* eventParaInfo = NULL; in GetEventParaInfoByName() local1795 eventParaInfo = &gs_eventParaInfos[iMid]; in GetEventParaInfoByName()1796 if (uHash == eventParaInfo->m_uHash) { in GetEventParaInfoByName()1797 return eventParaInfo; in GetEventParaInfoByName()1798 } else if (uHash < eventParaInfo->m_uHash) { in GetEventParaInfoByName()4944 const XFA_ExecEventParaInfo* eventParaInfo = in execSingleEventByName() local4946 if (eventParaInfo) { in execSingleEventByName()4947 uint32_t validFlags = eventParaInfo->m_validFlags; in execSingleEventByName()4953 iRet = pNotify->ExecEventByDeepFirst(this, eventParaInfo->m_eventType); in execSingleEventByName()4955 iRet = pNotify->ExecEventByDeepFirst(this, eventParaInfo->m_eventType, in execSingleEventByName()[all …]