Home
last modified time | relevance | path

Searched refs:IFWL_AdapterTimerMgr (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_timerinfo.h13 class IFWL_AdapterTimerMgr; variable
17 explicit CFWL_TimerInfo(IFWL_AdapterTimerMgr* mgr);
23 UnownedPtr<IFWL_AdapterTimerMgr> m_pMgr;
Dcfwl_timerinfo.cpp11 CFWL_TimerInfo::CFWL_TimerInfo(IFWL_AdapterTimerMgr* mgr) : m_pMgr(mgr) { in CFWL_TimerInfo()
Difwl_adaptertimermgr.h12 class IFWL_AdapterTimerMgr {
Dcfwl_timer.cpp28 IFWL_AdapterTimerMgr* pAdapterTimerMgr = pAdapterNative->GetTimerMgr(); in StartTimer()
/external/pdfium/xfa/fxfa/
Dcxfa_ffapp.h28 class IFWL_AdapterTimerMgr; variable
47 IFWL_AdapterTimerMgr* GetTimerMgr() const;
Dfxfa.h19 class IFWL_AdapterTimerMgr; variable
207 virtual IFWL_AdapterTimerMgr* GetTimerMgr() = 0;
Dcxfa_ffapp.cpp77 IFWL_AdapterTimerMgr* CXFA_FFApp::GetTimerMgr() const { in GetTimerMgr()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcxfa_fwladaptertimermgr.h18 class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr {
Dcxfa_fwladaptertimermgr.cpp19 CFWL_FWLAdapterTimerInfo(IFWL_AdapterTimerMgr* mgr, in CFWL_FWLAdapterTimerInfo()
Dcpdfxfa_context.h89 IFWL_AdapterTimerMgr* GetTimerMgr() override;
Dcpdfxfa_context.cpp335 IFWL_AdapterTimerMgr* CPDFXFA_Context::GetTimerMgr() { in GetTimerMgr()