HomeSort by relevance Sort by last modified time
    Searched defs:input_fds_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ipc/
ipc_channel_nacl.h 108 std::vector<int> input_fds_; member in class:IPC::ChannelNacl
ipc_channel_posix.h 112 // input_fds_ queue. Returns false if there was a message receiving error.
119 // appends the descriptors to the input_fds_ member and returns true
125 // Closes all handles in the input_fds_ list and clears the list. This is
193 // them to input_fds_, since this buffer will be re-used anytime we call
203 std::vector<int> input_fds_; member in class:IPC::ChannelPosix

Completed in 48 milliseconds