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

  /external/libchrome/base/
tracked_objects.h 149 // serialization and display purposes, we need to construct TaskSnapshot
152 // TaskSnapshot instances, so that such instances can be sorted and
407 struct BASE_EXPORT TaskSnapshot {
408 TaskSnapshot();
409 TaskSnapshot(const BirthOnThreadSnapshot& birth,
412 ~TaskSnapshot();
    [all...]
tracked_objects.cc 466 TaskSnapshot(BirthOnThreadSnapshot(*birth_count.first),
656 TaskSnapshot(BirthOnThreadSnapshot(*death.first), death_data,
    [all...]

Completed in 3885 milliseconds