Home | History | Annotate | Download | only in profiles

Lines Matching refs:OffTheRecordProfileIOData

20 // OffTheRecordProfile owns a OffTheRecordProfileIOData::Handle, which holds a
21 // reference to the OffTheRecordProfileIOData. OffTheRecordProfileIOData is
24 // CookieMonster, HttpTransactionFactory, etc. OffTheRecordProfileIOData is
25 // owned by the OffTheRecordProfile and OffTheRecordProfileIOData's
27 // be deleted. Note that the OffTheRecordProfileIOData will typically outlive
28 // the Profile it is "owned" by, so it's important for OffTheRecordProfileIOData
32 class OffTheRecordProfileIOData : public ProfileIOData {
72 const scoped_refptr<OffTheRecordProfileIOData> io_data_;
82 friend class base::RefCountedThreadSafe<OffTheRecordProfileIOData>;
87 OffTheRecordProfileIOData();
88 ~OffTheRecordProfileIOData();
106 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData);