Home
last modified time | relevance | path

Searched refs:SetOwnershipPassesToIPC (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/memory/
Dshared_memory_handle.h65 void SetOwnershipPassesToIPC(bool ownership_passes);
137 void SetOwnershipPassesToIPC(bool ownership_passes);
Dshared_memory_handle_mac.cc69 handle.SetOwnershipPassesToIPC(true); in Duplicate()
131 void SharedMemoryHandle::SetOwnershipPassesToIPC(bool ownership_passes) { in SetOwnershipPassesToIPC() function in base::SharedMemoryHandle
Dshared_memory_mac.cc208 new_handle->SetOwnershipPassesToIPC(true); in ShareToProcessCommon()