Home
last modified time | relevance | path

Searched refs:CXFA_FWLAdapterTimerMgr (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcxfa_fwladaptertimermgr.cpp30 std::vector<CFWL_TimerInfo*>* CXFA_FWLAdapterTimerMgr::s_TimerArray = nullptr;
32 CXFA_FWLAdapterTimerMgr::CXFA_FWLAdapterTimerMgr( in CXFA_FWLAdapterTimerMgr() function in CXFA_FWLAdapterTimerMgr
36 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()
Dcxfa_fwladaptertimermgr.h18 class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr {
20 explicit CXFA_FWLAdapterTimerMgr(CPDFSDK_FormFillEnvironment* pFormFillEnv);
21 ~CXFA_FWLAdapterTimerMgr();
Dcpdfxfa_context.cpp336 CXFA_FWLAdapterTimerMgr* pAdapter = nullptr; in GetTimerMgr()
338 pAdapter = new CXFA_FWLAdapterTimerMgr(m_pFormFillEnv.Get()); in GetTimerMgr()