HomeSort by relevance Sort by last modified time
    Searched defs:pEventParam (Results 1 - 2 of 2) 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_object_imp.cpp     [all...]

Completed in 725 milliseconds