Searched refs:EventAppliesToo (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_node.cpp | 26 enum class EventAppliesToo { enum 42 EventAppliesToo m_validFlags; 46 {0x109d7ce7, L"mouseEnter", XFA_EVENT_MouseEnter, EventAppliesToo::kField}, 47 {0x1bfc72d9, L"preOpen", XFA_EVENT_PreOpen, EventAppliesToo::kChoiceList}, 48 {0x2196a452, L"initialize", XFA_EVENT_Initialize, EventAppliesToo::kAll}, 49 {0x27410f03, L"mouseExit", XFA_EVENT_MouseExit, EventAppliesToo::kField}, 50 {0x36f1c6d8, L"preSign", XFA_EVENT_PreSign, EventAppliesToo::kSignature}, 51 {0x4731d6ba, L"exit", XFA_EVENT_Exit, EventAppliesToo::kAllNonRecursive}, 52 {0x7233018a, L"validate", XFA_EVENT_Validate, EventAppliesToo::kAll}, 54 EventAppliesToo::kSubform}, [all …]
|