Searched defs:weakHandlingFlag (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchedPropertiesCache.h56 static const WTF::WeakHandlingFlag weakHandlingFlag = WTF::WeakHandlingInCollections; member in struct:blink::CachedMatchedPropertiesHashTraits
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVectorTraits.h48 static const WeakHandlingFlag weakHandlingFlag = NoWeakHandlingInCollections; // We don't support weak handling in vectors. member in struct:WTF::VectorTraitsBase
90 static const WeakHandlingFlag weakHandlingFlag = NoWeakHandlingInCollections; // We don't support weak handling in vectors. member in struct:WTF::VectorTraits
H A DHashTraits.h72 static const WeakHandlingFlag weakHandlingFlag = IsWeak<T>::value ? WeakHandlingInCollections : NoWeakHandlingInCollections; member in struct:WTF::GenericHashTraitsBase
288 static const WeakHandlingFlag weakHandlingFlag = (KeyTraits::weakHandlingFlag == WeakHandlingInCollections || ValueTraits::weakHandlingFlag == WeakHandlingInCollections) ? WeakHandlingInCollections : NoWeakHandlingInCollections; member in struct:WTF::KeyValuePairHashTraits
318 template<WeakHandlingFlag weakHandlingFlag, ShouldWeakPointersBeMarkedStrongly strongify, typename T, typename Traits>
H A DLinkedHashSet.h324 static const WeakHandlingFlag weakHandlingFlag = ValueTraits::weakHandlingFlag; member in struct:WTF::LinkedHashSetTraits
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp4271 static const WTF::WeakHandlingFlag weakHandlingFlag = WTF::WeakHandlingInCollections; member in struct:blink::EmptyClearingHashSetTraits

Completed in 179 milliseconds