Searched refs:XFA_Event (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_eventpseudomodel.cpp | 60 Property(pValue, XFA_Event::Change, bSetting); in change() 66 Property(pValue, XFA_Event::CommitKey, bSetting); in commitKey() 72 Property(pValue, XFA_Event::FullText, bSetting); in fullText() 78 Property(pValue, XFA_Event::Keydown, bSetting); in keyDown() 84 Property(pValue, XFA_Event::Modifier, bSetting); in modifier() 90 Property(pValue, XFA_Event::NewContentType, bSetting); in newContentType() 96 Property(pValue, XFA_Event::NewText, bSetting); in newText() 102 Property(pValue, XFA_Event::PreviousContentType, bSetting); in prevContentType() 108 Property(pValue, XFA_Event::PreviousText, bSetting); in prevText() 114 Property(pValue, XFA_Event::Reenter, bSetting); in reenter() [all …]
|
D | cjx_eventpseudomodel.h | 16 enum class XFA_Event { enum 62 void Property(CFXJSE_Value* pValue, XFA_Event dwFlag, bool bSetting);
|