Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_timer.cpp26 : m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) { in CPWL_Timer()
27 ASSERT(m_pAttached); in CPWL_Timer()
60 if (pTimer->m_pAttached) in TimerProc()
61 pTimer->m_pAttached->TimerProc(); in TimerProc()
Dcpwl_timer.h27 UnownedPtr<CPWL_TimerHandler> m_pAttached; variable