Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_node.cpp45 const XFA_ExecEventParaInfo gs_eventParaInfos[] = { variable
71 int32_t iEnd = (sizeof(gs_eventParaInfos) / sizeof(gs_eventParaInfos[0])) - 1; in GetEventParaInfoByName()
74 const XFA_ExecEventParaInfo* eventParaInfo = &gs_eventParaInfos[iMid]; in GetEventParaInfoByName()