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

  /external/chromium_org/content/child/
child_thread.h 79 base::SharedMemory* AllocateSharedMemory(size_t buf_size);
83 static base::SharedMemory* AllocateSharedMemory(size_t buf_size,
child_thread.cc 273 base::SharedMemory* ChildThread::AllocateSharedMemory(size_t buf_size) {
274 return AllocateSharedMemory(buf_size, this);
278 base::SharedMemory* ChildThread::AllocateSharedMemory(
webblobregistry_impl.cc 56 ChildThread::AllocateSharedMemory(shared_memory_size,
170 ChildThread::AllocateSharedMemory(shared_memory_size,
  /external/chromium_org/content/common/
child_process_host_impl.h 41 static void AllocateSharedMemory(
child_process_host_impl.cc 199 void ChildProcessHostImpl::AllocateSharedMemory(
288 AllocateSharedMemory(buffer_size, peer_handle_, handle);
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 29 virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(
browser_gpu_channel_host_factory.cc 79 BrowserGpuChannelHostFactory::AllocateSharedMemory(size_t size) {
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 70 virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(size_t size) = 0;
command_buffer_proxy_impl.cc 140 shared_state_shm_.reset(channel_->factory()->AllocateSharedMemory(
264 channel_->factory()->AllocateSharedMemory(size));
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_decoder_factories.cc 286 return ChildThread::current()->AllocateSharedMemory(size);
304 ChildThread::current()->AllocateSharedMemory(size));
  /external/chromium_org/content/renderer/
renderer_clipboard_client.cc 55 shared_buf_.reset(ChildThread::current()->AllocateSharedMemory(buf_size));
render_thread_impl.h 362 virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(
render_thread_impl.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc     [all...]

Completed in 577 milliseconds