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

  /external/libchrome/base/
tracking_info.cc 12 TrackingInfo::TrackingInfo()
16 TrackingInfo::TrackingInfo(
25 TrackingInfo::~TrackingInfo() {}
tracking_info.h 26 struct BASE_EXPORT TrackingInfo {
27 TrackingInfo();
28 TrackingInfo(const tracked_objects::Location& posted_from,
30 ~TrackingInfo();
pending_task.cc 13 : base::TrackingInfo(posted_from, TimeTicks()),
25 : base::TrackingInfo(posted_from, delayed_run_time),
pending_task.h 20 struct BASE_EXPORT PendingTask : public TrackingInfo {
tracked_objects_unittest.cc 187 // TrackingInfo will call TallyABirth() during construction.
191 base::TrackingInfo pending_task(location, kBogusBirthTime);
454 // TrackingInfo will call TallyABirth() during construction.
455 base::TrackingInfo pending_task(location, kDelayedStartTime);
483 // TrackingInfo will call TallyABirth() during construction.
484 base::TrackingInfo pending_task(location, kDelayedStartTime);
503 // TrackingInfo will call TallyABirth() during construction.
504 base::TrackingInfo pending_task1(location, kDelayedStartTime1);
583 // TrackingInfo will call TallyABirth() during construction.
585 base::TrackingInfo pending_task(location, base::TimeTicks())
    [all...]
tracked_objects.h 31 struct TrackingInfo;
494 const base::TrackingInfo& completed_task,
    [all...]
tracked_objects.cc 532 const base::TrackingInfo& completed_task,
    [all...]
  /external/libchrome/base/threading/
sequenced_worker_pool.cc 53 struct SequencedTask : public TrackingInfo {
61 : base::TrackingInfo(from_here, TimeTicks()),
    [all...]

Completed in 962 milliseconds