Lines Matching refs:BigBufferSharedMemoryRegion
26 class COMPONENT_EXPORT(MOJO_BASE) BigBufferSharedMemoryRegion { in COMPONENT_EXPORT()
28 BigBufferSharedMemoryRegion(); in COMPONENT_EXPORT()
29 BigBufferSharedMemoryRegion(mojo::ScopedSharedBufferHandle buffer_handle, in COMPONENT_EXPORT()
31 BigBufferSharedMemoryRegion(BigBufferSharedMemoryRegion&& other); in COMPONENT_EXPORT()
32 ~BigBufferSharedMemoryRegion(); in COMPONENT_EXPORT()
34 BigBufferSharedMemoryRegion& operator=(BigBufferSharedMemoryRegion&& other); in COMPONENT_EXPORT()
49 DISALLOW_COPY_AND_ASSIGN(BigBufferSharedMemoryRegion); in COMPONENT_EXPORT()
88 explicit BigBuffer(internal::BigBufferSharedMemoryRegion shared_memory); in COMPONENT_EXPORT()
110 internal::BigBufferSharedMemoryRegion& shared_memory() { in COMPONENT_EXPORT()
120 base::Optional<internal::BigBufferSharedMemoryRegion> shared_memory_; in COMPONENT_EXPORT()
152 void SetSharedMemory(internal::BigBufferSharedMemoryRegion shared_memory); in COMPONENT_EXPORT()
164 internal::BigBufferSharedMemoryRegion& shared_memory() { in COMPONENT_EXPORT()
172 base::Optional<internal::BigBufferSharedMemoryRegion> shared_memory_; in COMPONENT_EXPORT()