pointsBack 1026 Source/platform/heap/HeapTest.cpp static PassRefPtrWillBeRawPtr<SuperClass> create(PassRefPtrWillBeRawPtr<PointsBack> pointsBack) pointsBack 1028 Source/platform/heap/HeapTest.cpp return adoptRefWillBeNoop(new SuperClass(pointsBack)); pointsBack 1039 Source/platform/heap/HeapTest.cpp void doStuff(PassRefPtrWillBeRawPtr<SuperClass> targetPass, PointsBack* pointsBack, int superClassCount) pointsBack 1043 Source/platform/heap/HeapTest.cpp EXPECT_EQ(pointsBack, target->pointsBack()); pointsBack 1058 Source/platform/heap/HeapTest.cpp explicit SuperClass(PassRefPtrWillBeRawPtr<PointsBack> pointsBack) pointsBack 1059 Source/platform/heap/HeapTest.cpp : m_pointsBack(pointsBack) pointsBack 1084 Source/platform/heap/HeapTest.cpp static PassRefPtrWillBeRawPtr<SubClass> create(PassRefPtrWillBeRawPtr<PointsBack> pointsBack) pointsBack 1086 Source/platform/heap/HeapTest.cpp return adoptRefWillBeNoop(new SubClass(pointsBack)); pointsBack 1104 Source/platform/heap/HeapTest.cpp explicit SubClass(PassRefPtrWillBeRawPtr<PointsBack> pointsBack) pointsBack 1105 Source/platform/heap/HeapTest.cpp : SuperClass(pointsBack)