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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTraits.h99 // The value passed to the store function will be PassInType.
100 typedef const T& PassInType; typedef in struct:WTF::GenericHashTraits
158 typedef PassOwnPtr<P> PassInType; typedef in struct:WTF::HashTraits
185 typedef PassRefPtr<P> PassInType; typedef in struct:WTF::HashTraits
H A DHashSet.h43 typedef typename ValueTraits::PassInType ValuePassInType;
H A DHashTable.h371 typedef typename KeyTraits::PassInType KeyPassInType;
375 typedef typename Traits::PassInType ValuePassInType;
H A DHashMap.h66 typedef typename MappedTraits::PassInType MappedPassInType;
H A DListHashSet.h97 typedef typename ValueTraits::PassInType ValuePassInType;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h1252 // FIXME: The distinction between PeekInType and PassInType is there for
1254 // types can be merged into PassInType.
1258 typedef RawPtr<T> PassInType; typedef in struct:WTF::HashTraits
1279 // FIXME: The distinction between PeekInType and PassInType is there for
1281 // types can be merged into PassInType.
1285 typedef RawPtr<T> PassInType; typedef in struct:WTF::HashTraits

Completed in 335 milliseconds