Searched defs:traceInCollection (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchedPropertiesCache.cpp39 bool CachedMatchedPropertiesHashTraits::traceInCollection(Visitor* visitor, Member<CachedMatchedProperties>& cachedProperties, WTF::ShouldWeakPointersBeMarkedStrongly strongify) function in class:blink::CachedMatchedPropertiesHashTraits
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DVisitor.h276 void traceInCollection(T& t, WTF::ShouldWeakPointersBeMarkedStrongly strongify) function in class:blink::Visitor
278 HashTraits<T>::traceInCollection(this, t, strongify);
H A DHandle.h1302 static bool traceInCollection(blink::Visitor* visitor, blink::WeakMember<T>& weakMember, ShouldWeakPointersBeMarkedStrongly strongify) function in struct:WTF::HashTraits
H A DHeapTest.cpp137 // a regular trace method. Instead, we use a traceInCollection method. If
140 bool traceInCollection(Visitor* visitor, WTF::ShouldWeakPointersBeMarkedStrongly strongify) function in struct:blink::PairWithWeakHandling
142 visitor->traceInCollection(second, strongify);
175 // PairWithWeakHandling must implement the traceInCollection method.
4272 static bool traceInCollection(Visitor* visitor, WeakSet& set, WTF::ShouldWeakPointersBeMarkedStrongly strongify) function in struct:blink::EmptyClearingHashSetTraits

Completed in 110 milliseconds