Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dglobal_timer.h32 bool IsOneShot() const { return m_nType == Type::kOneShot; } in IsOneShot()
41 const Type m_nType; variable
Dglobal_timer.cpp31 : m_nType(nType), in GlobalTimer()