Home | History | Annotate | Download | only in desktop_capture

Lines Matching refs:Handle

34   typedef HANDLE Handle;
35 static const Handle kInvalidHandle;
37 typedef int Handle;
38 static const Handle kInvalidHandle;
44 // Platform-specific handle of the buffer.
45 Handle handle() const { return handle_; }
54 SharedMemory(void* data, size_t size, Handle handle, int id);
58 const Handle handle_;