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

/external/chromium_org/remoting/host/
H A Dresizing_host_observer.h50 base::Callback<base::Time(void)> now_function_; member in class:remoting::ResizingHostObserver
H A Dresizing_host_observer.cc112 now_function_(base::Bind(base::Time::Now)),
125 base::Time now = now_function_.Run();
171 now_function_ = now_function;
/external/chromium_org/base/
H A Dtracked_objects.cc207 NowFunction* ThreadData::now_function_ = NULL; member in class:tracked_objects::ThreadData
416 if (kAllowAlternateTimeSourceHandling && now_function_)
748 now_function_ = now_function;
753 if (kAllowAlternateTimeSourceHandling && now_function_)
754 return TrackedTime::FromMilliseconds((*now_function_)());
H A Dtracked_objects.h578 static NowFunction* now_function_; member in class:tracked_objects::ThreadData

Completed in 69 milliseconds