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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp109 typedef std::pair<Member<IntWrapper>, WeakMember<IntWrapper> > StrongWeakPair; typedef in namespace:blink
111 struct PairWithWeakHandling : public StrongWeakPair {
117 : StrongWeakPair(one, two)
127 : StrongWeakPair(reinterpret_cast<IntWrapper*>(-1), nullptr)

Completed in 90 milliseconds