HomeSort by relevance Sort by last modified time
    Searched refs:OffTheRecordProfileIOData (Results 1 - 6 of 6) 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...]
profile.cc 693 OffTheRecordProfileIOData::Handle io_data_;
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 42 OffTheRecordProfileIOData::Handle::Handle(Profile* profile)
43 : io_data_(new OffTheRecordProfileIOData),
50 OffTheRecordProfileIOData::Handle::~Handle() {
56 OffTheRecordProfileIOData::Handle::GetResourceContext() const {
63 OffTheRecordProfileIOData::Handle::GetResourceContextNoInit() const {
72 OffTheRecordProfileIOData::Handle::CreateMainRequestContextGetter(
88 OffTheRecordProfileIOData::Handle::GetExtensionsRequestContextGetter() const {
100 OffTheRecordProfileIOData::Handle::GetIsolatedAppRequestContextGetter(
116 OffTheRecordProfileIOData::Handle::CreateIsolatedAppRequestContextGetter(
141 void OffTheRecordProfileIOData::Handle::LazyInitialize() const
    [all...]
off_the_record_profile_io_data.h 27 // OffTheRecordProfile owns a OffTheRecordProfileIOData::Handle, which holds a
28 // reference to the OffTheRecordProfileIOData. OffTheRecordProfileIOData is
31 // CookieMonster, HttpTransactionFactory, etc. OffTheRecordProfileIOData is
32 // owned by the OffTheRecordProfile and OffTheRecordProfileIOData's
34 // be deleted. Note that the OffTheRecordProfileIOData will typically outlive
35 // the Profile it is "owned" by, so it's important for OffTheRecordProfileIOData
39 class OffTheRecordProfileIOData : public ProfileIOData {
90 OffTheRecordProfileIOData* const io_data_;
100 friend class base::RefCountedThreadSafe<OffTheRecordProfileIOData>;
    [all...]
off_the_record_profile_impl.h 129 OffTheRecordProfileIOData::Handle io_data_;

Completed in 51 milliseconds