HomeSort by relevance Sort by last modified time
    Searched refs:traceInCollection (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.h 57 static bool traceInCollection(Visitor*, Member<CachedMatchedProperties>&, WTF::ShouldWeakPointersBeMarkedStrongly);
MatchedPropertiesCache.cpp 39 bool CachedMatchedPropertiesHashTraits::traceInCollection(Visitor* visitor, Member<CachedMatchedProperties>& cachedProperties, WTF::ShouldWeakPointersBeMarkedStrongly strongify)
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Visitor.h 276 void traceInCollection(T& t, WTF::ShouldWeakPointersBeMarkedStrongly strongify)
278 HashTraits<T>::traceInCollection(this, t, strongify);
Heap.h     [all...]
Handle.h     [all...]
HeapTest.cpp 137 // a regular trace method. Instead, we use a traceInCollection method. If
140 bool traceInCollection(Visitor* visitor, WTF::ShouldWeakPointersBeMarkedStrongly strongify)
142 visitor->traceInCollection(second, strongify);
175 // PairWithWeakHandling must implement the traceInCollection method.
    [all...]

Completed in 518 milliseconds