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

  /external/pdfium/fpdfsdk/fpdfxfa/
cxfa_fwladaptertimermgr.h 17 class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr {
19 explicit CXFA_FWLAdapterTimerMgr(CPDFSDK_FormFillEnvironment* pFormFillEnv)
cxfa_fwladaptertimermgr.cpp 7 #include "fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h"
30 std::vector<CFWL_TimerInfo*>* CXFA_FWLAdapterTimerMgr::s_TimerArray = nullptr;
32 void CXFA_FWLAdapterTimerMgr::Start(CFWL_Timer* pTimer,
47 void CXFA_FWLAdapterTimerMgr::Stop(CFWL_TimerInfo* pTimerInfo) {
65 void CXFA_FWLAdapterTimerMgr::TimerProc(int32_t idEvent) {
cpdfxfa_context.cpp 16 #include "fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h"
365 CXFA_FWLAdapterTimerMgr* pAdapter = nullptr;
367 pAdapter = new CXFA_FWLAdapterTimerMgr(m_pFormFillEnv);

Completed in 204 milliseconds