Searched refs:OnBatchExec (Results 1 – 6 of 6) sorted by relevance
273 void CJS_EventContext::OnBatchExec(CPDFSDK_FormFillEnvironment* pFormFillEnv) { in OnBatchExec() function in CJS_EventContext274 m_pEventHandler->OnBatchExec(pFormFillEnv); in OnBatchExec()
126 virtual void OnBatchExec(CPDFSDK_FormFillEnvironment* pFormFillEnv) = 0;
120 void OnBatchExec(CPDFSDK_FormFillEnvironment* pFormFillEnv) override;
116 void OnBatchExec(CPDFSDK_FormFillEnvironment* pFormFillEnv) override {} in OnBatchExec() function in CJS_EventContextStub
138 void OnBatchExec(CPDFSDK_FormFillEnvironment* pFormFillEnv);
364 void CJS_EventHandler::OnBatchExec( in OnBatchExec() function in CJS_EventHandler