Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dglobal_timer.h28 bool IsOneShot() const { return m_nType == 1; } in IsOneShot()
43 const int m_nType; // 0:Interval; 1:TimeOut variable
Dglobal_timer.cpp19 m_nType(nType), in GlobalTimer()