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

  /external/chromium_org/base/profiler/
scoped_profile.cc 27 ThreadData::NowForEndOfRun());
tracked_time_unittest.cc 80 track_now = ThreadData::NowForEndOfRun();
  /external/chromium_org/base/threading/
worker_pool_win.cc 38 tracked_objects::ThreadData::NowForEndOfRun());
worker_pool_posix.cc 105 start_time, tracked_objects::ThreadData::NowForEndOfRun());
sequenced_worker_pool.cc 764 start_time, tracked_objects::ThreadData::NowForEndOfRun());
    [all...]
  /external/chromium_org/base/
tracked_objects.h 470 static TrackedTime NowForEndOfRun();
669 // yet concluded with a NowForEndOfRun(). Usually this stack is one deep, but
    [all...]
tracked_objects.cc 771 TrackedTime ThreadData::NowForEndOfRun() {
tracked_objects_unittest.cc 170 TrackedTime end_time = ThreadData::NowForEndOfRun();
  /external/chromium_org/base/message_loop/
message_loop.cc 455 start_time, tracked_objects::ThreadData::NowForEndOfRun());

Completed in 501 milliseconds