GarbageCollectedLifetime 70 public/platform/WebPrivatePtr.h isRefCountedGarbageCollected ? RefCountedGarbageCollectedLifetime : GarbageCollectedLifetime; GarbageCollectedLifetime 110 public/platform/WebPrivatePtr.h class PtrStorageImpl<T, GarbageCollectedLifetime> { GarbageCollectedLifetime 142 public/platform/WebPrivatePtr.h class PtrStorageImpl<T, RefCountedGarbageCollectedLifetime> : public PtrStorageImpl<T, GarbageCollectedLifetime> { GarbageCollectedLifetime 144 public/platform/WebPrivatePtr.h void assign(const PassRefPtr<T>& val) { PtrStorageImpl<T, GarbageCollectedLifetime>::assign(val.get()); } GarbageCollectedLifetime 146 public/platform/WebPrivatePtr.h void assign(const PtrStorageImpl& other) { PtrStorageImpl<T, GarbageCollectedLifetime>::assign(other.get()); }