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

  /external/libchrome/base/
sync_socket.h 37 typedef Handle TransitDescriptor;
40 typedef FileDescriptor TransitDescriptor;
55 // Returns |Handle| wrapped in a |TransitDescriptor|.
56 static Handle UnwrapHandle(const TransitDescriptor& descriptor);
58 // Prepares a |TransitDescriptor| which wraps |Handle| used for transit.
62 TransitDescriptor* descriptor);
sync_socket_posix.cc 104 const TransitDescriptor& descriptor) {
109 TransitDescriptor* descriptor) {

Completed in 53 milliseconds