Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp1789 const XFA_ExecEventParaInfo* eventParaInfo = NULL; in GetEventParaInfoByName() local
1795 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() local
4946 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 …]