Home | History | Annotate | Download | only in search

Lines Matching defs:InstantIOContext

26 class InstantIOContext : public base::RefCountedThreadSafe<InstantIOContext> {
28 InstantIOContext();
31 // but accessed by InstantIOContext.
38 scoped_refptr<InstantIOContext> instant_io_context);
43 scoped_refptr<InstantIOContext> instant_io_context,
46 scoped_refptr<InstantIOContext> instant_io_context,
49 scoped_refptr<InstantIOContext> instant_io_context);
56 virtual ~InstantIOContext();
59 friend class base::RefCountedThreadSafe<InstantIOContext>;
70 DISALLOW_COPY_AND_ASSIGN(InstantIOContext);