Searched refs:DeathDataSnapshot (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/ |
D | tracked_objects.h | 255 struct BASE_EXPORT DeathDataSnapshot { struct 256 DeathDataSnapshot(); 263 DeathDataSnapshot(int count, 270 ~DeathDataSnapshot(); 274 DeathDataSnapshot Delta(const DeathDataSnapshot& older) const; 304 DeathDataSnapshot death_data; argument 410 const DeathDataSnapshot& death_data, 417 DeathDataSnapshot death_data;
|
D | tracked_objects.cc | 213 DeathDataSnapshot::DeathDataSnapshot() in DeathDataSnapshot() function in tracked_objects::DeathDataSnapshot 223 DeathDataSnapshot::DeathDataSnapshot(int count, in DeathDataSnapshot() function in tracked_objects::DeathDataSnapshot 238 DeathDataSnapshot::~DeathDataSnapshot() { in ~DeathDataSnapshot() 241 DeathDataSnapshot DeathDataSnapshot::Delta( in Delta() 242 const DeathDataSnapshot& older) const { in Delta() 243 return DeathDataSnapshot(count - older.count, in Delta() 467 DeathDataSnapshot(birth_count.second, 0, 0, 0, 0, 0, 0), in Snapshot() 650 const DeathDataSnapshot& death_data = in SnapshotExecutedTasks() 980 const DeathDataSnapshot& death_data, in TaskSnapshot()
|
D | tracked_objects_unittest.cc | 347 DeathDataSnapshot snapshot; in TEST_F() 356 DeathDataSnapshot older_snapshot; in TEST_F() 365 const DeathDataSnapshot& delta = snapshot.Delta(older_snapshot); in TEST_F()
|