HomeSort by relevance Sort by last modified time
    Searched refs:IFWL_AdapterTimerMgr (Results 1 - 11 of 11) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_timerinfo.h 13 class IFWL_AdapterTimerMgr;
17 explicit CFWL_TimerInfo(IFWL_AdapterTimerMgr* mgr);
23 UnownedPtr<IFWL_AdapterTimerMgr> m_pMgr;
cfwl_timerinfo.cpp 9 #include "xfa/fwl/ifwl_adaptertimermgr.h"
11 CFWL_TimerInfo::CFWL_TimerInfo(IFWL_AdapterTimerMgr* mgr) : m_pMgr(mgr) {
ifwl_adaptertimermgr.h 12 class IFWL_AdapterTimerMgr {
cfwl_timer.cpp 12 #include "xfa/fwl/ifwl_adaptertimermgr.h"
28 IFWL_AdapterTimerMgr* pAdapterTimerMgr = pAdapterNative->GetTimerMgr();
  /external/pdfium/xfa/fxfa/
cxfa_ffapp.h 28 class IFWL_AdapterTimerMgr;
47 IFWL_AdapterTimerMgr* GetTimerMgr() const;
cxfa_ffapp.cpp 77 IFWL_AdapterTimerMgr* CXFA_FFApp::GetTimerMgr() const {
fxfa.h 19 class IFWL_AdapterTimerMgr;
207 virtual IFWL_AdapterTimerMgr* GetTimerMgr() = 0;
  /external/pdfium/fpdfsdk/fpdfxfa/
cxfa_fwladaptertimermgr.h 16 #include "xfa/fwl/ifwl_adaptertimermgr.h"
18 class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr {
cxfa_fwladaptertimermgr.cpp 19 CFWL_FWLAdapterTimerInfo(IFWL_AdapterTimerMgr* mgr,
cpdfxfa_context.h 89 IFWL_AdapterTimerMgr* GetTimerMgr() override;
cpdfxfa_context.cpp 335 IFWL_AdapterTimerMgr* CPDFXFA_Context::GetTimerMgr() {

Completed in 106 milliseconds