Home
last modified time | relevance | path

Searched defs:PipeHandle (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ipc/
Dipc_channel_handle.h56 struct PipeHandle { struct
57 PipeHandle() : handle(NULL) {} in PipeHandle() function
58 PipeHandle(HANDLE h) : handle(h) {} in PipeHandle() argument
59 HANDLE handle;