Searched refs:m_pTimer (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/
H A Dcfwl_caret.h53 std::unique_ptr<CFWL_Caret::Timer> m_pTimer; member in class:CFWL_Caret
H A Dcfwl_caret.cpp28 m_pTimer(new CFWL_Caret::Timer(this)),
61 m_pTimerInfo = m_pTimer->StartTimer(kFrequency, true);
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Wnd.cpp90 if (!m_pTimer)
91 m_pTimer = pdfium::MakeUnique<CPWL_Timer>(this, GetSystemHandler());
93 m_pTimer->SetPWLTimer(nElapse);
97 if (m_pTimer)
98 m_pTimer->KillPWLTimer();
H A DPWL_Wnd.h242 std::unique_ptr<CPWL_Timer> m_pTimer; member in class:CPWL_TimerHandler

Completed in 305 milliseconds