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

  /external/chromium_org/base/profiler/
scoped_profile.h 59 Births* birth_; // Place in code where tracking started. member in class:tracked_objects::ScopedProfile
  /external/chromium/base/
tracked_objects.h 262 const ThreadData* birth_thread() const { return birth_->birth_thread(); }
263 const Location location() const { return birth_->location(); }
264 const BirthOnThread& birth() const { return *birth_; }
279 const BirthOnThread* birth_; // Includes Location and birth_thread. member in class:tracked_objects::Snapshot

Completed in 3197 milliseconds