Home | History | Annotate | Download | only in javascript

Lines Matching refs:pContext

85 void AlertIfPossible(CJS_EventContext* pContext, const FX_WCHAR* swMsg) {
86 CPDFSDK_FormFillEnvironment* pFormFillEnv = pContext->GetFormFillEnv();
907 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
908 CJS_EventHandler* pEvent = pContext->GetEventHandler();
925 AlertIfPossible(pContext, sError.c_str());
1108 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1109 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1133 AlertIfPossible(pContext, swMsg.c_str());
1207 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1208 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1224 AlertIfPossible(pContext, swMsg.c_str());
1406 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1407 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1429 pContext, JSGetStringFromID(IDS_STRING_JSAFNUMBER_KEYSTROKE).c_str());
1444 AlertIfPossible(pContext,
1451 AlertIfPossible(pContext,
1459 AlertIfPossible(pContext,
1706 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1707 if (pContext->GetEventHandler()->m_pValue)
1708 pContext->GetEventHandler()->Value() = jsValue.ToCFXWideString(pRuntime);
1724 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1725 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1756 AlertIfPossible(pContext, swMsg.c_str());