Lines Matching full:pcontext
80 void AlertIfPossible(CJS_EventContext* pContext, const wchar_t* swMsg) {
81 CPDFSDK_FormFillEnvironment* pFormFillEnv = pContext->GetFormFillEnv();
978 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
979 CJS_EventHandler* pEvent = pContext->GetEventHandler();
996 AlertIfPossible(pContext, sError.c_str());
1151 CJS_EventContext* pContext
1152 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1174 AlertIfPossible(pContext, swMsg.c_str());
1228 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1229 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1245 AlertIfPossible(pContext, swMsg.c_str());
1398 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1399 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1420 AlertIfPossible(pContext,
1436 AlertIfPossible(pContext,
1443 AlertIfPossible(pContext,
1451 AlertIfPossible(pContext,
1654 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1655 if (pContext->GetEventHandler()->m_pValue) {
1656 pContext->GetEventHandler()->Value() =
1671 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1672 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1705 AlertIfPossible(pContext, swMsg.c_str());