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

  /external/libchrome/base/
tracked_objects.h 66 // (in a base class BirthOnThread) references to the static data provided in a
74 // Since the base class BirthOnThread contains only constant data, it can be
209 class BASE_EXPORT BirthOnThread {
211 BirthOnThread(const Location& location, const ThreadData& current);
226 DISALLOW_COPY_AND_ASSIGN(BirthOnThread);
230 // A "snapshotted" representation of the BirthOnThread class.
234 explicit BirthOnThreadSnapshot(const BirthOnThread& birth);
244 class BASE_EXPORT Births: public BirthOnThread {
636 typedef std::map<const BirthOnThread*, int> BirthCountMap;
    [all...]
tracked_objects.cc 341 BirthOnThread::BirthOnThread(const Location& location,
351 BirthOnThreadSnapshot::BirthOnThreadSnapshot(const BirthOnThread& birth)
360 : BirthOnThread(location, current),
    [all...]

Completed in 56 milliseconds