Searched defs:ShareToProcess (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_buffer_pool.cc29 base::SharedMemoryHandle VideoCaptureBufferPool::ShareToProcess( function in class:content::VideoCaptureBufferPool
41 buffer->shared_memory.ShareToProcess(process_handle, &remote_handle);
/external/chromium_org/content/browser/loader/
H A Dresource_buffer.cc64 bool ResourceBuffer::ShareToProcess( function in class:content::ResourceBuffer
70 if (!shared_mem_.ShareToProcess(process_handle, shared_memory_handle))
/external/chromium_org/base/memory/
H A Dshared_memory.h239 bool ShareToProcess(ProcessHandle process, function in class:base::SharedMemory
245 // bool ok = ShareToProcess(process, new_handle);

Completed in 157 milliseconds