Searched refs:TransitionRefCounted (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp1235 class TransitionRefCounted : public RefCountedWillBeRefCountedGarbageCollected<TransitionRefCounted> { class in namespace:blink
1237 static PassRefPtrWillBeRawPtr<TransitionRefCounted> create()
1239 return adoptRefWillBeRefCountedGarbageCollected(new TransitionRefCounted());
1242 ~TransitionRefCounted()
1252 TransitionRefCounted() function in class:blink::TransitionRefCounted
1258 int TransitionRefCounted::s_aliveCount = 0;
1413 RefPtr<TransitionRefCounted> refCounted = TransitionRefCounted::create();
1414 EXPECT_EQ(1, TransitionRefCounted
[all...]

Completed in 247 milliseconds