Home
last modified time | relevance | path

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

/external/chromium/base/
Dtime_win.cc311 class HighResNowSingleton { class
313 static HighResNowSingleton* GetInstance() { in GetInstance()
314 return Singleton<HighResNowSingleton>::get(); in GetInstance()
341 HighResNowSingleton() in HighResNowSingleton() function in __anond22ddbc40211::HighResNowSingleton
381 friend struct DefaultSingletonTraits<HighResNowSingleton>;
401 return TimeTicks() + HighResNowSingleton::GetInstance()->Now(); in HighResNow()
406 return HighResNowSingleton::GetInstance()->GetQPCDriftMicroseconds(); in GetQPCDriftMicroseconds()
411 return HighResNowSingleton::GetInstance()->IsUsingHighResClock(); in IsHighResClockWorking()