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

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

Completed in 97 milliseconds