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

  /external/chromium_org/base/
tracked_objects.h 59 // BirthOnThread) references to the static data provided in a Location instance,
66 // Since the base class BirthOnThread contains only constant data, it can be
199 class BASE_EXPORT BirthOnThread {
201 BirthOnThread(const Location& location, const ThreadData& current);
216 DISALLOW_COPY_AND_ASSIGN(BirthOnThread);
220 // A "snapshotted" representation of the BirthOnThread class.
224 explicit BirthOnThreadSnapshot(const BirthOnThread& birth);
234 class BASE_EXPORT Births: public BirthOnThread {
337 TaskSnapshot(const BirthOnThread& birth,
498 typedef std::map<const BirthOnThread*, int> BirthCountMap
    [all...]
tracked_objects.cc 197 BirthOnThread::BirthOnThread(const Location& location,
208 const tracked_objects::BirthOnThread& birth)
218 : BirthOnThread(location, current),
938 TaskSnapshot::TaskSnapshot(const BirthOnThread& birth,

Completed in 1597 milliseconds