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

  /external/chromium_org/third_party/WebKit/Source/wtf/
RefPtrHashMap.h 47 typedef typename MappedTraits::PassOutType MappedPassOutType;
104 MappedPassOutType take(const KeyType&); // efficient combination of get with remove
105 MappedPassOutType take(RawKeyType); // efficient combination of get with remove
304 typename HashMap<RefPtr<T>, U, V, W, MappedTraits>::MappedPassOutType
310 MappedPassOutType result = MappedTraits::passOut(it->value);
316 typename HashMap<RefPtr<T>, U, V, W, MappedTraits>::MappedPassOutType
322 MappedPassOutType result = MappedTraits::passOut(it->value);
HashMap.h 58 typedef typename MappedTraits::PassOutType MappedPassOutType;
114 MappedPassOutType take(const KeyType&); // efficient combination of get with remove
400 typename HashMap<T, U, V, W, MappedTraits>::MappedPassOutType
406 MappedPassOutType result = MappedTraits::passOut(it->value);

Completed in 47 milliseconds