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

  /external/libchrome/base/
tracked_objects.h 265 struct BASE_EXPORT DeathDataSnapshot {
266 DeathDataSnapshot();
270 // create a loop since DeathData indirectly refers DeathDataSnapshot. Passing
273 DeathDataSnapshot(int count,
286 DeathDataSnapshot(const DeathData& death_data);
287 DeathDataSnapshot(const DeathDataSnapshot& other);
288 ~DeathDataSnapshot();
292 DeathDataSnapshot Delta(const DeathDataSnapshot& older) const
    [all...]
tracked_objects.cc 265 DeathDataSnapshot::DeathDataSnapshot()
280 DeathDataSnapshot::DeathDataSnapshot(int count,
307 DeathDataSnapshot::DeathDataSnapshot(const DeathData& death_data)
322 DeathDataSnapshot::DeathDataSnapshot(const DeathDataSnapshot& death_data) =
325 DeathDataSnapshot::~DeathDataSnapshot()
    [all...]
tracked_objects_unittest.cc 471 DeathDataSnapshot snapshot;
487 DeathDataSnapshot older_snapshot;
503 const DeathDataSnapshot& delta = snapshot.Delta(older_snapshot);
    [all...]

Completed in 522 milliseconds