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

  /external/chromium_org/content/common/
child_process_host_impl.h 45 static void AllocateSharedMemory(
child_process_host_impl.cc 203 void ChildProcessHostImpl::AllocateSharedMemory(
302 AllocateSharedMemory(buffer_size, peer_handle_, handle);
317 AllocateSharedMemory(
  /external/chromium_org/content/child/
child_thread.h 87 base::SharedMemory* AllocateSharedMemory(size_t buf_size);
91 static base::SharedMemory* AllocateSharedMemory(size_t buf_size,
child_shared_bitmap_manager.cc 40 "ChildSharedBitmapManager::AllocateSharedMemory",
57 memory.reset(ChildThread::AllocateSharedMemory(memory_size, sender_));
webblobregistry_impl.cc 134 ChildThread::AllocateSharedMemory(shared_memory_size,
180 ChildThread::AllocateSharedMemory(shared_memory_size,
child_thread.cc 397 base::SharedMemory* ChildThread::AllocateSharedMemory(size_t buf_size) {
398 return AllocateSharedMemory(buf_size, this);
402 base::SharedMemory* ChildThread::AllocateSharedMemory(
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 30 virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(
browser_gpu_channel_host_factory.cc 239 BrowserGpuChannelHostFactory::AllocateSharedMemory(size_t size) {
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 71 virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(size_t size) = 0;
command_buffer_proxy_impl.cc 132 shared_state_shm_.reset(channel_->factory()->AllocateSharedMemory(
259 channel_->factory()->AllocateSharedMemory(size));
  /external/chromium_org/content/renderer/
renderer_clipboard_client.cc 62 shared_buf_.reset(ChildThread::current()->AllocateSharedMemory(buf_size));
render_thread_impl.h 412 virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(
render_thread_impl.cc     [all...]
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 254 return ChildThread::AllocateSharedMemory(size, thread_safe_sender_.get());
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 511 PLSA_ALLOCATE_SHARED_MEMORY AllocateSharedMemory;
    [all...]

Completed in 486 milliseconds