Searched refs:AllocateSharedMemory (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/child/
H A Dchild_thread.h88 base::SharedMemory* AllocateSharedMemory(size_t buf_size);
92 static base::SharedMemory* AllocateSharedMemory(size_t buf_size,
H A Dchild_shared_bitmap_manager.cc40 "ChildSharedBitmapManager::AllocateSharedMemory",
57 memory.reset(ChildThread::AllocateSharedMemory(memory_size, sender_));
H A Dwebblobregistry_impl.cc134 ChildThread::AllocateSharedMemory(shared_memory_size,
180 ChildThread::AllocateSharedMemory(shared_memory_size,
H A Dchild_thread.cc412 base::SharedMemory* ChildThread::AllocateSharedMemory(size_t buf_size) { function in class:content::ChildThread
413 return AllocateSharedMemory(buf_size, this);
417 base::SharedMemory* ChildThread::AllocateSharedMemory( function in class:content::ChildThread
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.h30 virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(
H A Dbrowser_gpu_channel_host_factory.cc273 BrowserGpuChannelHostFactory::AllocateSharedMemory(size_t size) { function in class:content::BrowserGpuChannelHostFactory
/external/chromium_org/content/common/
H A Dchild_process_host_impl.h45 static void AllocateSharedMemory(
H A Dchild_process_host_impl.cc203 void ChildProcessHostImpl::AllocateSharedMemory( function in class:content::ChildProcessHostImpl
302 AllocateSharedMemory(buffer_size, peer_handle_, handle);
317 AllocateSharedMemory(
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.h69 virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(size_t size) = 0;
H A Dcommand_buffer_proxy_impl.cc132 shared_state_shm_.reset(channel_->factory()->AllocateSharedMemory(
260 channel_->factory()->AllocateSharedMemory(size));
/external/chromium_org/content/renderer/
H A Drenderer_clipboard_client.cc62 shared_buf_.reset(ChildThread::current()->AllocateSharedMemory(buf_size));
H A Drender_thread_impl.h410 virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(
H A Drender_thread_impl.cc1219 scoped_ptr<base::SharedMemory> RenderThreadImpl::AllocateSharedMemory( function in class:content::RenderThreadImpl
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc240 return ChildThread::AllocateSharedMemory(size, thread_safe_sender_.get());
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc924 ChildProcessHostImpl::AllocateSharedMemory(

Completed in 176 milliseconds