HomeSort by relevance Sort by last modified time
    Searched refs:now_function_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/host/
resizing_host_observer.h 49 base::Callback<base::Time(void)> now_function_; member in class:remoting::ResizingHostObserver
resizing_host_observer.cc 120 now_function_(base::Bind(base::Time::Now)),
133 base::Time now = now_function_.Run();
183 now_function_ = now_function;
  /external/chromium_org/base/
tracked_objects.cc 238 NowFunction* ThreadData::now_function_ = NULL; member in class:tracked_objects::ThreadData
456 now_function_ &&
774 now_function_ = now_function;
779 if (kAllowAlternateTimeSourceHandling && now_function_)
780 return TrackedTime::FromMilliseconds((*now_function_)());
tracked_objects.h 583 static NowFunction* now_function_; member in class:tracked_objects::ThreadData
585 // If true, now_function_ returns values that can be used to calculate queue
    [all...]

Completed in 609 milliseconds