Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_node.cpp74 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()
[all …]