Home | History | Annotate | Download | only in serial

Lines Matching refs:SerialIoHandler

21 class SerialIoHandler : public base::NonThreadSafe,
22 public base::RefCounted<SerialIoHandler> {
25 static scoped_refptr<SerialIoHandler> Create();
67 SerialIoHandler();
68 virtual ~SerialIoHandler();
76 // or the SerialIoHandler instance will leak.
83 // or the SerialIoHandler instance will leak.
95 // WARNING: Calling this method can destroy the SerialIoHandler instance
100 // WARNING: Calling this method may destroy the SerialIoHandler instance
151 friend class base::RefCounted<SerialIoHandler>;
168 DISALLOW_COPY_AND_ASSIGN(SerialIoHandler);