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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicStringHash.h 54 typedef const WTF::AtomicString& PeekOutType;
57 static PeekOutType peek(const WTF::AtomicString& value) { return value; }
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 106 typedef T PeekOutType;
161 typedef typename OwnPtr<P>::PtrType PeekOutType;
162 static PeekOutType peek(const OwnPtr<P>& value) { return value.get(); }
163 static PeekOutType peek(std::nullptr_t) { return 0; }
188 typedef P* PeekOutType;
189 static PeekOutType peek(const RefPtr<P>& value) { return value.get(); }
190 static PeekOutType peek(std::nullptr_t) { return 0; }
HashMap.h 68 typedef typename MappedTraits::PeekOutType MappedPeekType;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]

Completed in 151 milliseconds