Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_eventparam.h47 XFA_EVENT_Unknown, enumerator
61 XFA_EVENTTYPE m_eType = XFA_EVENT_Unknown;
Dcxfa_ffwidgethandler.cpp208 if (eEventType == XFA_EVENT_Unknown) in HasEvent()
231 if (!pParam || pParam->m_eType == XFA_EVENT_Unknown) in ProcessEvent()
Dcxfa_ffnotify.cpp203 EventParam.m_eType = XFA_EVENT_Unknown; in RunScript()
Dcxfa_ffdocview.cpp355 if (!pParam || pParam->m_eType == XFA_EVENT_Unknown) in XFA_ProcessEvent()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp111 XFA_EVENTTYPE eEventType = XFA_EVENT_Unknown; in GetXFAEventType()
133 XFA_EVENTTYPE eEventType = XFA_EVENT_Unknown; in GetXFAEventType()
222 if (eEventType == XFA_EVENT_Unknown) in OnXFAAAction()
805 if (eEventType != XFA_EVENT_Unknown) { in OnAAction()