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

  /external/chromium_org/third_party/WebKit/Source/wtf/
PassTraits.h 43 typedef T PassType;
49 typedef PassOwnPtr<T> PassType;
50 static PassType transfer(Type& value) { return value.release(); }
55 typedef PassRefPtr<T> PassType;
56 static PassType transfer(Type& value) { return value.release(); }
Deque.h 54 typedef typename PassTraits<T>::PassType PassType;
81 PassType takeFirst();
85 PassType takeLast();
346 inline typename Deque<T, inlineCapacity, Allocator>::PassType Deque<T, inlineCapacity, Allocator>::takeFirst()
354 inline typename Deque<T, inlineCapacity, Allocator>::PassType Deque<T, inlineCapacity, Allocator>::takeLast()
  /external/chromium_org/third_party/WebKit/Source/core/streams/
ReadableStreamImpl.h 30 typedef const String& PassType;
43 typedef PassRefPtr<ArrayBuffer> PassType;
45 static size_t size(const PassType& value) { return value->byteLength(); }
67 bool enqueue(typename ChunkTypeTraits::PassType);
88 bool ReadableStreamImpl<ChunkTypeTraits>::enqueue(typename ChunkTypeTraits::PassType chunk)
  /art/compiler/dex/
pass_driver.h 32 template <typename PassType>
34 static const PassType pass;

Completed in 5463 milliseconds