Searched refs:BirthOnThread (Results 1 – 2 of 2) sorted by relevance
201 class BASE_EXPORT BirthOnThread {203 BirthOnThread(const Location& location, const ThreadData& current);218 DISALLOW_COPY_AND_ASSIGN(BirthOnThread);226 explicit BirthOnThreadSnapshot(const BirthOnThread& birth);236 class BASE_EXPORT Births: public BirthOnThread {562 typedef std::map<const BirthOnThread*, int> BirthCountMap;
251 BirthOnThread::BirthOnThread(const Location& location, in BirthOnThread() function in tracked_objects::BirthOnThread261 BirthOnThreadSnapshot::BirthOnThreadSnapshot(const BirthOnThread& birth) in BirthOnThreadSnapshot()271 : BirthOnThread(location, current), in Births()