Searched defs:SharedMemoryHandle (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dshared_memory.h26 // SharedMemoryHandle is a platform specific type which represents
29 typedef HANDLE SharedMemoryHandle; typedef in namespace:base
34 typedef FileDescriptor SharedMemoryHandle;
56 SharedMemory(SharedMemoryHandle handle, bool read_only);
61 SharedMemory(SharedMemoryHandle handle, bool read_only,
69 static bool IsHandleValid(const SharedMemoryHandle& handle);
72 static SharedMemoryHandle NULLHandle();
75 static void CloseHandle(const SharedMemoryHandle& handle);
129 SharedMemoryHandle handle() const;
150 SharedMemoryHandle* new_handl
[all...]
/external/chromium_org/base/memory/
H A Dshared_memory.h31 // SharedMemoryHandle is a platform specific type which represents
34 typedef HANDLE SharedMemoryHandle; typedef in namespace:base
39 typedef FileDescriptor SharedMemoryHandle; typedef in namespace:base
89 SharedMemory(SharedMemoryHandle handle, bool read_only);
94 SharedMemory(SharedMemoryHandle handle, bool read_only,
102 static bool IsHandleValid(const SharedMemoryHandle& handle);
105 static SharedMemoryHandle NULLHandle();
108 static void CloseHandle(const SharedMemoryHandle& handle);
184 SharedMemoryHandle handle() const;
204 // methods. If it was constructed from a SharedMemoryHandle, thi
[all...]

Completed in 114 milliseconds