Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp30 int32_t CPWL_Timer::SetPWLTimer(int32_t nElapse) { in SetPWLTimer() argument
33 m_nTimerID = m_pSystemHandler->SetTimer(nElapse, TimerProc); in SetPWLTimer()
64 void CPWL_TimerHandler::BeginTimer(int32_t nElapse) { in BeginTimer() argument
69 m_pTimer->SetPWLTimer(nElapse); in BeginTimer()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h258 int32_t SetPWLTimer(int32_t nElapse);
273 void BeginTimer(int32_t nElapse);