Searched refs:BirthOnThread (Results 1 – 2 of 2) sorted by relevance
200 class BASE_EXPORT BirthOnThread {202 BirthOnThread(const Location& location, const ThreadData& current);217 DISALLOW_COPY_AND_ASSIGN(BirthOnThread);225 explicit BirthOnThreadSnapshot(const BirthOnThread& birth);235 class BASE_EXPORT Births: public BirthOnThread {558 typedef std::map<const BirthOnThread*, int> BirthCountMap;
243 BirthOnThread::BirthOnThread(const Location& location, in BirthOnThread() function in tracked_objects::BirthOnThread253 BirthOnThreadSnapshot::BirthOnThreadSnapshot(const BirthOnThread& birth) in BirthOnThreadSnapshot()263 : BirthOnThread(location, current), in Births()