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

  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.h 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>;
    [all...]
off_the_record_profile_io_data.cc 23 OffTheRecordProfileIOData::Handle::Handle(Profile* profile)
24 : io_data_(new OffTheRecordProfileIOData),
31 OffTheRecordProfileIOData::Handle::~Handle() {
50 OffTheRecordProfileIOData::Handle::GetResourceContext() const {
57 OffTheRecordProfileIOData::Handle::GetMainRequestContextGetter() const {
72 OffTheRecordProfileIOData::Handle::GetExtensionsRequestContextGetter() const {
84 OffTheRecordProfileIOData::Handle::GetIsolatedAppRequestContextGetter(
104 void OffTheRecordProfileIOData::Handle::LazyInitialize() const {
113 OffTheRecordProfileIOData::OffTheRecordProfileIOData()
    [all...]

Completed in 19 milliseconds