Searched refs:CXFA_FWLAdapterTimerMgr (Results 1 – 3 of 3) sorted by relevance
30 std::vector<CFWL_TimerInfo*>* CXFA_FWLAdapterTimerMgr::s_TimerArray = nullptr;32 CXFA_FWLAdapterTimerMgr::CXFA_FWLAdapterTimerMgr( in CXFA_FWLAdapterTimerMgr() function in CXFA_FWLAdapterTimerMgr36 CXFA_FWLAdapterTimerMgr::~CXFA_FWLAdapterTimerMgr() {} in ~CXFA_FWLAdapterTimerMgr()38 void CXFA_FWLAdapterTimerMgr::Start(CFWL_Timer* pTimer, in Start()53 void CXFA_FWLAdapterTimerMgr::Stop(CFWL_TimerInfo* pTimerInfo) { in Stop()71 void CXFA_FWLAdapterTimerMgr::TimerProc(int32_t idEvent) { in TimerProc()
18 class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr {20 explicit CXFA_FWLAdapterTimerMgr(CPDFSDK_FormFillEnvironment* pFormFillEnv);21 ~CXFA_FWLAdapterTimerMgr();
336 CXFA_FWLAdapterTimerMgr* pAdapter = nullptr; in GetTimerMgr()338 pAdapter = new CXFA_FWLAdapterTimerMgr(m_pFormFillEnv.Get()); in GetTimerMgr()