Searched refs:m_pEventRecorder (Results 1 – 2 of 2) sorted by relevance
19 m_pEventRecorder(pdfium::MakeUnique<CJS_EventRecorder>()) { in CJS_EventContext()44 ASSERT(m_pEventRecorder->IsValid()); in RunScript()45 CJS_Runtime::FieldEvent event(m_pEventRecorder->TargetName(), in RunScript()46 m_pEventRecorder->EventType()); in RunScript()57 m_pEventRecorder->Destroy(); in RunScript()72 auto* pFormFillEnv = m_pEventRecorder->GetFormFillEnvironment(); in SourceField()82 pJSField->AttachField(pJSDocument, m_pEventRecorder->SourceName()); in SourceField()97 auto* pFormFillEnv = m_pEventRecorder->GetFormFillEnvironment(); in TargetField()107 pJSField->AttachField(pJSDocument, m_pEventRecorder->TargetName()); in TargetField()112 m_pEventRecorder->OnApp_Init(); in OnApp_Init()[all …]
125 CJS_EventRecorder* GetEventRecorder() const { return m_pEventRecorder.get(); } in GetEventRecorder()132 std::unique_ptr<CJS_EventRecorder> m_pEventRecorder; variable