Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp21 : m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) { in CPWL_Timer()
22 ASSERT(m_pAttached); in CPWL_Timer()
54 if (pTimer->m_pAttached) in TimerProc()
55 pTimer->m_pAttached->TimerProc(); in TimerProc()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h264 CPWL_TimerHandler* m_pAttached; variable