Lines Matching refs:eventParaInfo
74 const XFA_ExecEventParaInfo* eventParaInfo = &gs_eventParaInfos[iMid]; in GetEventParaInfoByName() local
75 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() local
468 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()
493 pNotify->ExecEventByDeepFirst(GetXFANode(), eventParaInfo->m_eventType, in execSingleEventByName()
497 GetXFANode(), eventParaInfo->m_eventType, false, false); in execSingleEventByName()
504 GetXFANode(), eventParaInfo->m_eventType, false, false); in execSingleEventByName()
515 GetXFANode(), eventParaInfo->m_eventType, false, false); in execSingleEventByName()
528 GetXFANode(), eventParaInfo->m_eventType, false, false); in execSingleEventByName()