HomeSort by relevance Sort by last modified time
    Searched refs:io_data_ (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 24 : io_data_(new OffTheRecordProfileIOData),
46 io_data_->ShutdownOnUIThread();
53 return io_data_->GetResourceContext();
66 ChromeURLRequestContextGetter::CreateOffTheRecord(profile_, io_data_);
78 profile_, io_data_);
98 profile_, io_data_, app_id);
106 io_data_->InitializeProfileParams(profile_);
108 io_data_->enable_referrers(), profile_->GetPrefs());
profile_impl_io_data.cc 25 : io_data_(new ProfileImplIOData),
49 io_data_->ShutdownOnUIThread();
60 DCHECK(!io_data_->lazy_params_.get());
70 io_data_->lazy_params_.reset(lazy_params);
73 io_data_->app_path_ = app_path;
80 return io_data_->GetResourceContext();
90 profile_, io_data_);
102 profile_, io_data_);
114 profile_, io_data_);
134 profile_, io_data_, app_id)
    [all...]
off_the_record_profile_io_data.h 61 // doing. We need to release |io_data_| *before* the getters, because we
62 // want to make sure that the last reference for |io_data_| is on the IO
72 const scoped_refptr<OffTheRecordProfileIOData> io_data_; member in class:OffTheRecordProfileIOData::Handle
profile.cc 166 ALLOW_THIS_IN_INITIALIZER_LIST(io_data_(this)),
409 return io_data_.GetMainRequestContextGetter();
425 return io_data_.GetMainRequestContextGetter();
429 return io_data_.GetExtensionsRequestContextGetter();
434 return io_data_.GetIsolatedAppRequestContextGetter(app_id);
438 return io_data_.GetResourceContext();
693 OffTheRecordProfileIOData::Handle io_data_; member in class:OffTheRecordProfileImpl
profile_impl_io_data.h 66 // doing. We need to release |io_data_| *before* the getters, because we
67 // want to make sure that the last reference for |io_data_| is on the IO
78 const scoped_refptr<ProfileImplIOData> io_data_; member in class:ProfileImplIOData::Handle
profile_io_data.h 176 const ProfileIOData* const io_data_; member in class:ProfileIOData::ResourceContext
profile_impl.cc 267 ALLOW_THIS_IN_INITIALIZER_LIST(io_data_(this)),
391 io_data_.Init(cookie_path, cache_path, cache_max_size,
395 // Initialize the ProfilePolicyConnector after |io_data_| since it requires
634 if (io_data_.HasMainRequestContext() &&
861 io_data_.GetMainRequestContextGetter();
890 return io_data_.GetMediaRequestContextGetter();
894 return io_data_.GetResourceContext();
    [all...]
profile_io_data.cc 261 : io_data_(io_data) {
268 io_data_->LazyInitialize();
profile_impl.h 195 // |net_pref_observer_|, |web_resource_service_|, and |io_data_| store
232 ProfileImplIOData::Handle io_data_; member in class:ProfileImpl

Completed in 1595 milliseconds