Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp352 static XFA_EventError XFA_ProcessEvent(CXFA_FFDocView* pDocView, in XFA_ProcessEvent()
356 return XFA_EventError::kNotExist; in XFA_ProcessEvent()
358 return XFA_EventError::kNotExist; in XFA_ProcessEvent()
368 return XFA_EventError::kDisabled; in XFA_ProcessEvent()
372 return XFA_EventError::kNotExist; in XFA_ProcessEvent()
374 return XFA_EventError::kDisabled; in XFA_ProcessEvent()
384 XFA_EventError CXFA_FFDocView::ExecEventActivityByDeepFirst( in ExecEventActivityByDeepFirst()
390 return XFA_EventError::kNotExist; in ExecEventActivityByDeepFirst()
395 return XFA_EventError::kNotExist; in ExecEventActivityByDeepFirst()
398 return XFA_EventError::kNotExist; in ExecEventActivityByDeepFirst()
[all …]
Dcxfa_ffwidgethandler.cpp229 XFA_EventError CXFA_FFWidgetHandler::ProcessEvent(CXFA_Node* pNode, in ProcessEvent()
232 return XFA_EventError::kNotExist; in ProcessEvent()
234 return XFA_EventError::kNotExist; in ProcessEvent()
244 return XFA_EventError::kDisabled; in ProcessEvent()
248 return XFA_EventError::kNotExist; in ProcessEvent()
250 return XFA_EventError::kDisabled; in ProcessEvent()
Dcxfa_ffdocview.h93 XFA_EventError ExecEventActivityByDeepFirst(CXFA_Node* pFormNode,
119 XFA_EventError RunCalculateWidgets();
Dcxfa_ffnotify.cpp205 XFA_EventError iRet; in RunScript()
208 return iRet == XFA_EventError::kSuccess && bRet; in RunScript()
211 XFA_EventError CXFA_FFNotify::ExecEventByDeepFirst(CXFA_Node* pFormNode, in ExecEventByDeepFirst()
217 return XFA_EventError::kNotExist; in ExecEventByDeepFirst()
Dcxfa_ffnotify.h60 XFA_EventError ExecEventByDeepFirst(CXFA_Node* pFormNode,
Dcxfa_ffwidgethandler.h71 XFA_EventError ProcessEvent(CXFA_Node* pNode, CXFA_EventParam* pParam);
Dfxfa.h71 enum class XFA_EventError { enum
Dcxfa_ffwidget.cpp351 return pHandler->ProcessEvent(pNode, params) == XFA_EventError::kSuccess; in ProcessEventUnderHandler()
/external/pdfium/fxjs/xfa/
Dcjx_node.cpp512 XFA_EventError CJX_Node::execSingleEventByName(WideStringView wsEventName, in execSingleEventByName()
516 return XFA_EventError::kNotExist; in execSingleEventByName()
521 return XFA_EventError::kNotExist; in execSingleEventByName()
525 return XFA_EventError::kNotExist; in execSingleEventByName()
533 return XFA_EventError::kNotExist; in execSingleEventByName()
539 return XFA_EventError::kNotExist; in execSingleEventByName()
553 return XFA_EventError::kNotExist; in execSingleEventByName()
559 return XFA_EventError::kNotExist; in execSingleEventByName()
562 return XFA_EventError::kNotExist; in execSingleEventByName()
569 return XFA_EventError::kNotExist; in execSingleEventByName()
[all …]
Dcjx_subform.cpp84 XFA_EventError iRet = pNotify->ExecEventByDeepFirst( in execValidate()
87 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
Dcjx_field.cpp62 XFA_EventError iRet = in execEvent()
68 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execEvent()
239 XFA_EventError iRet = pNotify->ExecEventByDeepFirst( in execValidate()
242 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
Dcjx_exclgroup.cpp84 XFA_EventError iRet = notify->ExecEventByDeepFirst( in execValidate()
87 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
Dcjx_form.cpp125 XFA_EventError iRet = pNotify->ExecEventByDeepFirst( in execValidate()
128 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
Dcjx_node.h46 XFA_EventError execSingleEventByName(WideStringView wsEventName,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h258 XFA_EventError ProcessEvent(CXFA_FFDocView* pDocView,
261 XFA_EventError ProcessCalculate(CXFA_FFDocView* pDocView);
262 XFA_EventError ProcessValidate(CXFA_FFDocView* pDocView, int32_t iFlags);
263 XFA_EventError ExecuteScript(CXFA_FFDocView* pDocView,
266 std::pair<XFA_EventError, bool> ExecuteBoolScript(
402 XFA_EventError iRet,
405 XFA_EventError ProcessFormatTestValidate(CXFA_FFDocView* pDocView,
408 XFA_EventError ProcessNullTestValidate(CXFA_FFDocView* pDocView,
480 XFA_EventError ProcessEventInternal(CXFA_FFDocView* pDocView,
Dxfa_utils.h35 void XFA_EventErrorAccumulate(XFA_EventError* pAcc, XFA_EventError eNew);
Dcxfa_node.cpp2374 XFA_EventError CXFA_Node::ProcessEvent(CXFA_FFDocView* pDocView, in ProcessEvent()
2378 return XFA_EventError::kNotExist; in ProcessEvent()
2383 XFA_EventError iRet = XFA_EventError::kNotExist; in ProcessEvent()
2385 XFA_EventError result = in ProcessEvent()
2387 if (first || result == XFA_EventError::kSuccess) in ProcessEvent()
2394 XFA_EventError CXFA_Node::ProcessEventInternal(CXFA_FFDocView* pDocView, in ProcessEventInternal()
2399 return XFA_EventError::kNotExist; in ProcessEventInternal()
2407 return XFA_EventError::kNotExist; in ProcessEventInternal()
2418 return XFA_EventError::kNotExist; in ProcessEventInternal()
2422 return XFA_EventError::kDisabled; in ProcessEventInternal()
[all …]
Dxfa_utils.cpp523 void XFA_EventErrorAccumulate(XFA_EventError* pAcc, XFA_EventError eNew) { in XFA_EventErrorAccumulate()
524 if (*pAcc == XFA_EventError::kNotExist || eNew == XFA_EventError::kError) in XFA_EventErrorAccumulate()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp838 if (pNode->ProcessValidate(docView, -1) == XFA_EventError::kError) { in OnBeforeNotifySubmit()