Searched refs:XFA_Event (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_eventpseudomodel.cpp | 65 Property(pValue, XFA_Event::CancelAction, bSetting); in cancelAction() 71 Property(pValue, XFA_Event::Change, bSetting); in change() 77 Property(pValue, XFA_Event::CommitKey, bSetting); in commitKey() 83 Property(pValue, XFA_Event::FullText, bSetting); in fullText() 89 Property(pValue, XFA_Event::Keydown, bSetting); in keyDown() 95 Property(pValue, XFA_Event::Modifier, bSetting); in modifier() 101 Property(pValue, XFA_Event::NewContentType, bSetting); in newContentType() 121 Property(pValue, XFA_Event::PreviousContentType, bSetting); in prevContentType() 127 Property(pValue, XFA_Event::PreviousText, bSetting); in prevText() 133 Property(pValue, XFA_Event::Reenter, bSetting); in reenter() [all …]
|
D | cjx_eventpseudomodel.h | 16 enum class XFA_Event { enum 72 void Property(CFXJSE_Value* pValue, XFA_Event dwFlag, bool bSetting);
|