Searched refs:CJS_EventContext (Results 1 – 5 of 5) sorted by relevance
17 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime) in CJS_EventContext() function in CJS_EventContext23 CJS_EventContext::~CJS_EventContext() = default;25 CPDFSDK_FormFillEnvironment* CJS_EventContext::GetFormFillEnv() { in GetFormFillEnv()29 Optional<IJS_Runtime::JS_Error> CJS_EventContext::RunScript( in RunScript()61 CJS_Field* CJS_EventContext::SourceField() { in SourceField()86 CJS_Field* CJS_EventContext::TargetField() { in TargetField()111 void CJS_EventContext::OnApp_Init() { in OnApp_Init()115 void CJS_EventContext::OnDoc_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv, in OnDoc_Open()120 void CJS_EventContext::OnDoc_WillPrint( in OnDoc_WillPrint()125 void CJS_EventContext::OnDoc_DidPrint( in OnDoc_DidPrint()[all …]
21 class CJS_EventContext; variable41 CJS_EventContext* GetCurrentEventContext() const;65 std::vector<std::unique_ptr<CJS_EventContext>> m_EventContextArray;
22 class CJS_EventContext final : public IJS_EventContext {24 explicit CJS_EventContext(CJS_Runtime* pRuntime);25 ~CJS_EventContext() override;
123 m_EventContextArray.push_back(pdfium::MakeUnique<CJS_EventContext>(this)); in NewEventContext()132 CJS_EventContext* CJS_Runtime::GetCurrentEventContext() const { in GetCurrentEventContext()
96 void AlertIfPossible(CJS_EventContext* pContext, const WideString& swMsg) { in AlertIfPossible()589 CJS_EventContext* pEventContext = pRuntime->GetCurrentEventContext(); in AFNumber_Format()696 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext(); in AFNumber_Keystroke()881 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext(); in AFDate_FormatEx()956 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext(); in AFDate_KeystrokeEx()1089 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext(); in AFSpecial_KeystrokeEx()1365 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext(); in AFSimple_Calculate()1382 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext(); in AFRange_Validate()