HomeSort by relevance Sort by last modified time
    Searched refs:pEventParam (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_eventpseudomodel.cpp 60 CXFA_EventParam* pEventParam = pScriptContext->GetEventParam();
61 if (!pEventParam) {
67 hValue, pEventParam->m_bCancelAction, bSetting);
70 Script_EventPseudoModel_StringProperty(hValue, pEventParam->m_wsChange,
74 Script_EventPseudoModel_InterProperty(hValue, pEventParam->m_iCommitKey,
78 Script_EventPseudoModel_StringProperty(hValue, pEventParam->m_wsFullText,
82 Script_EventPseudoModel_BooleanProperty(hValue, pEventParam->m_bKeyDown,
86 Script_EventPseudoModel_BooleanProperty(hValue, pEventParam->m_bModifier,
91 hValue, pEventParam->m_wsNewContentType, bSetting);
94 Script_EventPseudoModel_StringProperty(hValue, pEventParam->m_wsNewText,
    [all...]
xfa_script_imp.h 19 virtual void SetEventParam(CXFA_EventParam* pEventParam) {
20 m_pEventParam = pEventParam;
xfa_object_imp.cpp     [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_widget.h 43 int32_t ProcessEvent(int32_t iActivity, CXFA_EventParam* pEventParam);
44 int32_t ProcessEvent(CXFA_Event& event, CXFA_EventParam* pEventParam);
48 CXFA_EventParam* pEventParam,
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgetacc.cpp 315 CXFA_EventParam* pEventParam) {
322 GetEventByActivity(iActivity, eventArray, pEventParam->m_bIsFormReady);
325 int32_t result = ProcessEvent(event, pEventParam);
335 CXFA_EventParam* pEventParam) {
344 return ExecuteScript(script, pEventParam);
636 CXFA_EventParam* pEventParam,
641 FXSYS_assert(pEventParam);
659 pContext->SetEventParam(pEventParam);
662 if (pEventParam->m_eType == XFA_EVENT_InitCalculate ||
663 pEventParam->m_eType == XFA_EVENT_Calculate) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_script.h 80 virtual void SetEventParam(CXFA_EventParam* pEventParam) = 0;

Completed in 73 milliseconds