Home
last modified time | relevance | path

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

/external/chromium_org/ipc/
Dipc_channel_handle.h35 struct ChannelHandle { struct
38 ChannelHandle() {} in ChannelHandle() argument
42 ChannelHandle(const std::string& n) : name(n) {} in ChannelHandle() function
43 ChannelHandle(const char* n) : name(n) {} in ChannelHandle() argument
45 explicit ChannelHandle(HANDLE h) : pipe(h) {} in ChannelHandle() function
47 ChannelHandle(const std::string& n, const base::FileDescriptor& s) in ChannelHandle() function
51 std::string name;
53 base::FileDescriptor socket;
56 struct PipeHandle {
61 PipeHandle pipe;