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

/external/chromium_org/mojo/embedder/
H A Dsimple_platform_shared_buffer.cc14 SimplePlatformSharedBuffer* SimplePlatformSharedBuffer::Create(
18 SimplePlatformSharedBuffer* rv = new SimplePlatformSharedBuffer(num_bytes);
22 scoped_refptr<SimplePlatformSharedBuffer> deleter(rv);
30 SimplePlatformSharedBuffer*
31 SimplePlatformSharedBuffer::CreateFromPlatformHandle(
36 SimplePlatformSharedBuffer* rv = new SimplePlatformSharedBuffer(num_bytes);
40 scoped_refptr<SimplePlatformSharedBuffer> delete
88 SimplePlatformSharedBuffer::SimplePlatformSharedBuffer(size_t num_bytes) function in class:mojo::embedder::SimplePlatformSharedBuffer
[all...]
H A Dsimple_platform_support.cc14 return SimplePlatformSharedBuffer::Create(num_bytes);
20 return SimplePlatformSharedBuffer::CreateFromPlatformHandle(
H A Dsimple_platform_shared_buffer.h18 class MOJO_SYSTEM_IMPL_EXPORT SimplePlatformSharedBuffer class in namespace:mojo::embedder
23 static SimplePlatformSharedBuffer* Create(size_t num_bytes);
25 static SimplePlatformSharedBuffer* CreateFromPlatformHandle(
41 explicit SimplePlatformSharedBuffer(size_t num_bytes);
42 virtual ~SimplePlatformSharedBuffer();
64 DISALLOW_COPY_AND_ASSIGN(SimplePlatformSharedBuffer);
68 // |SimplePlatformSharedBuffer|.
78 friend class SimplePlatformSharedBuffer;
H A Dsimple_platform_shared_buffer_unittest.cc25 scoped_refptr<SimplePlatformSharedBuffer> buffer(
26 SimplePlatformSharedBuffer::Create(kNumBytes));
101 scoped_refptr<SimplePlatformSharedBuffer> buffer(
102 SimplePlatformSharedBuffer::Create(100));
132 scoped_refptr<SimplePlatformSharedBuffer> buffer(
133 SimplePlatformSharedBuffer::Create(kMaxSizeT));
145 scoped_refptr<SimplePlatformSharedBuffer> buffer(
146 SimplePlatformSharedBuffer::Create(100));
155 scoped_refptr<SimplePlatformSharedBuffer> buffer(
156 SimplePlatformSharedBuffer
[all...]
H A Dsimple_platform_shared_buffer_win.cc19 // SimplePlatformSharedBuffer --------------------------------------------------
21 bool SimplePlatformSharedBuffer::Init() {
50 bool SimplePlatformSharedBuffer::InitFromPlatformHandle(
59 scoped_ptr<PlatformSharedBufferMapping> SimplePlatformSharedBuffer::MapImpl(
H A Dsimple_platform_shared_buffer_posix.cc34 // SimplePlatformSharedBuffer --------------------------------------------------
36 bool SimplePlatformSharedBuffer::Init() {
86 bool SimplePlatformSharedBuffer::InitFromPlatformHandle(
118 scoped_ptr<PlatformSharedBufferMapping> SimplePlatformSharedBuffer::MapImpl(

Completed in 109 milliseconds