Searched refs:pTimer (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/include/fpdfxfa/
H A Dfpdfxfa_util.h20 virtual FWL_ERR Start(IFWL_Timer* pTimer,
35 CFWL_TimerInfo() : pTimer(nullptr) {}
37 IFWL_Timer* pTimer; member in class:CFWL_TimerInfo
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_timerimp.cpp11 FWL_HTIMER FWL_StartTimer(IFWL_Timer* pTimer, argument
21 pAdapterTimerMgr->Start(pTimer, dwElapse, hTimer, bImmediately);
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_util.cpp13 FWL_ERR CXFA_FWLAdapterTimerMgr::Start(IFWL_Timer* pTimer, argument
21 pInfo->pTimer = pTimer;
63 pInfo->pTimer->Run((FWL_HTIMER)pInfo);
/external/pdfium/xfa/include/fwl/adapter/
H A Dfwl_adaptertimermgr.h18 virtual FWL_ERR Start(IFWL_Timer* pTimer,
/external/pdfium/xfa/include/fwl/core/
H A Dfwl_timer.h19 FWL_HTIMER FWL_StartTimer(IFWL_Timer* pTimer,
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Object.cpp140 CJS_Timer* pTimer = it->second; local
141 if (!pTimer->m_bProcessing) {
142 CFX_AutoRestorer<bool> scoped_processing(&pTimer->m_bProcessing);
143 pTimer->m_bProcessing = true;
144 if (pTimer->m_pEmbedObj)
145 pTimer->m_pEmbedObj->TimerProc(pTimer);
H A Dapp.cpp38 void TimerObj::SetTimer(CJS_Timer* pTimer) { argument
39 m_pTimer = pTimer;
429 CJS_Timer* pTimer = local
431 m_aTimer.Add(pTimer);
438 pTimerObj->SetTimer(pTimer);
468 CJS_Timer* pTimer = local
470 m_aTimer.Add(pTimer);
477 pTimerObj->SetTimer(pTimer);
498 if (CJS_Timer* pTimer = pTimerObj->GetTimer()) {
499 pTimer
562 TimerProc(CJS_Timer* pTimer) argument
[all...]
H A DJS_Object.h26 virtual void TimerProc(CJS_Timer* pTimer) {} argument
H A Dapp.h24 void SetTimer(CJS_Timer* pTimer);
161 void TimerProc(CJS_Timer* pTimer) override;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp53 CPWL_Timer* pTimer = it->second;
54 if (pTimer->m_pAttached)
55 pTimer->m_pAttached->TimerProc();

Completed in 241 milliseconds