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

  /external/pdfium/xfa/fxfa/parser/
cscript_eventpseudomodel.cpp 64 CXFA_EventParam* pEventParam = pScriptContext->GetEventParam();
65 if (!pEventParam)
70 BooleanProperty(pValue, pEventParam->m_bCancelAction, bSetting);
73 StringProperty(pValue, pEventParam->m_wsChange, bSetting);
76 InterProperty(pValue, pEventParam->m_iCommitKey, bSetting);
79 StringProperty(pValue, pEventParam->m_wsFullText, bSetting);
82 BooleanProperty(pValue, pEventParam->m_bKeyDown, bSetting);
85 BooleanProperty(pValue, pEventParam->m_bModifier, bSetting);
88 StringProperty(pValue, pEventParam->m_wsNewContentType, bSetting);
91 StringProperty(pValue, pEventParam->m_wsNewText, bSetting)
    [all...]
cxfa_node.cpp     [all...]

Completed in 140 milliseconds