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

/external/chromium_org/ipc/
H A Dipc_channel_handle.h20 // On Windows the initialization of ChannelHandle with an existing pipe
22 // NOTE: A ChannelHandle with a pipe handle Will NOT be marshalled over IPC.
35 struct ChannelHandle { struct in namespace:IPC
38 ChannelHandle() {} function in struct:IPC::ChannelHandle
42 ChannelHandle(const std::string& n) : name(n) {} function in struct:IPC::ChannelHandle
43 ChannelHandle(const char* n) : name(n) {} function in struct:IPC::ChannelHandle
45 explicit ChannelHandle(HANDLE h) : pipe(h) {} function in struct:IPC::ChannelHandle
47 ChannelHandle(const std::string& n, const base::FileDescriptor& s) function in struct:IPC::ChannelHandle

Completed in 242 milliseconds