Searched defs:AllocateSharedMemory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/common/
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/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.cc273 BrowserGpuChannelHostFactory::AllocateSharedMemory(size_t size) { function in class:content::BrowserGpuChannelHostFactory
/external/chromium_org/content/child/
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/renderer/
H A Drender_thread_impl.cc1219 scoped_ptr<base::SharedMemory> RenderThreadImpl::AllocateSharedMemory( function in class:content::RenderThreadImpl

Completed in 151 milliseconds