Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_timerinfo.h12 class IFWL_AdapterTimerMgr; variable
16 explicit CFWL_TimerInfo(IFWL_AdapterTimerMgr* mgr) : m_pMgr(mgr) { in CFWL_TimerInfo()
24 IFWL_AdapterTimerMgr* m_pMgr; // Not owned.
Difwl_adaptertimermgr.h12 class IFWL_AdapterTimerMgr {
Dcfwl_timer.cpp24 IFWL_AdapterTimerMgr* pAdapterTimerMgr = pAdapterNative->GetTimerMgr(); in StartTimer()
/external/pdfium/xfa/fxfa/
Dxfa_ffapp.h25 class IFWL_AdapterTimerMgr; variable
49 IFWL_AdapterTimerMgr* GetTimerMgr() const;
Dfxfa.h23 class IFWL_AdapterTimerMgr; variable
227 virtual IFWL_AdapterTimerMgr* GetTimerMgr() = 0;
/external/pdfium/fpdfsdk/fpdfxfa/
Dcxfa_fwladaptertimermgr.h17 class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr {
Dcxfa_fwladaptertimermgr.cpp19 CFWL_FWLAdapterTimerInfo(IFWL_AdapterTimerMgr* mgr, in CFWL_FWLAdapterTimerInfo()
Dcpdfxfa_context.h84 IFWL_AdapterTimerMgr* GetTimerMgr() override;
Dcpdfxfa_context.cpp364 IFWL_AdapterTimerMgr* CPDFXFA_Context::GetTimerMgr() { in GetTimerMgr()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffapp.cpp156 IFWL_AdapterTimerMgr* CXFA_FFApp::GetTimerMgr() const { in GetTimerMgr()