Home
last modified time | relevance | path

Searched refs:nElapse (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp57 int32_t CPWL_Timer::SetPWLTimer(int32_t nElapse) { in SetPWLTimer() argument
60 m_nTimerID = m_pSystemHandler->SetTimer(nElapse, TimerProc); in SetPWLTimer()
89 void CPWL_TimerHandler::BeginTimer(int32_t nElapse) { in BeginTimer() argument
93 m_pTimer->SetPWLTimer(nElapse); in BeginTimer()
DPWL_Wnd.h221 int32_t SetPWLTimer(int32_t nElapse);
236 void BeginTimer(int32_t nElapse);