HighResNowSingleton  361 base/time/time_win.cc   static HighResNowSingleton* GetInstance() {
HighResNowSingleton  362 base/time/time_win.cc     return Singleton<HighResNowSingleton>::get();
HighResNowSingleton  402 base/time/time_win.cc   HighResNowSingleton()
HighResNowSingleton  437 base/time/time_win.cc   friend struct DefaultSingletonTraits<HighResNowSingleton>;
HighResNowSingleton  441 base/time/time_win.cc   return HighResNowSingleton::GetInstance()->Now();
HighResNowSingleton  488 base/time/time_win.cc   return TimeTicks() + HighResNowSingleton::GetInstance()->Now();
HighResNowSingleton  509 base/time/time_win.cc   return HighResNowSingleton::GetInstance()->GetQPCDriftMicroseconds();
HighResNowSingleton  515 base/time/time_win.cc       HighResNowSingleton::GetInstance()->QPCValueToMicroseconds(qpc_value));
HighResNowSingleton  520 base/time/time_win.cc   return HighResNowSingleton::GetInstance()->IsUsingHighResClock();
HighResNowSingleton  536 base/time/time_win.cc       HighResNowSingleton::GetInstance()->QPCValueToMicroseconds(qpc_value));