Home
last modified time | relevance | path

Searched defs:PairWithWeakHandling (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeapTest.cpp111 struct PairWithWeakHandling : public StrongWeakPair { struct
116 PairWithWeakHandling(IntWrapper* one, IntWrapper* two) in PairWithWeakHandling() argument
126 PairWithWeakHandling(WTF::HashTableDeletedValueType) in PairWithWeakHandling() argument
134 bool isHashTableDeletedValue() const { return first == reinterpret_cast<IntWrapper*>(-1); } in isHashTableDeletedValue()
138 void traceInCollection(Visitor* visitor, ShouldWeakPointersBeMarkedStrongly strongify) in traceInCollection()
146 bool shouldRemoveFromCollection(Visitor* visitor) in shouldRemoveFromCollection()