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

  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 125 : io_data_(new ProfileImplIOData),
134 if (io_data_->predictor_ != NULL) {
135 // io_data_->predictor_ might be NULL if Init() was never called
142 io_data_->predictor_->SaveStateForNextStartupAndTrim(
145 io_data_->predictor_->ShutdownOnUIThread();
148 if (io_data_->http_server_properties_manager_)
149 io_data_->http_server_properties_manager_->ShutdownOnUIThread();
150 io_data_->ShutdownOnUIThread();
167 DCHECK(!io_data_->lazy_params_);
183 io_data_->lazy_params_.reset(lazy_params)
    [all...]
off_the_record_profile_io_data.cc 43 : io_data_(new OffTheRecordProfileIOData),
52 io_data_->ShutdownOnUIThread();
68 return io_data_->GetResourceContext();
83 profile_, io_data_, protocol_handlers);
93 ChromeURLRequestContextGetter::CreateForExtensions(profile_, io_data_);
133 profile_, io_data_, descriptor, protocol_handler_interceptor.Pass(),
148 io_data_->safe_browsing_enabled()->Init(prefs::kSafeBrowsingEnabled,
150 io_data_->safe_browsing_enabled()->MoveToThread(
153 io_data_->InitializeOnUIThread(profile_);
off_the_record_profile_impl.cc 95 io_data_(this),
137 io_data_.GetResourceContextNoInit());
150 io_data_.GetResourceContextNoInit());
266 return io_data_.CreateMainRequestContextGetter(protocol_handlers).get();
294 return io_data_.GetIsolatedAppRequestContextGetter(partition_path, in_memory)
326 return io_data_.GetExtensionsRequestContextGetter().get();
334 return io_data_.CreateIsolatedAppRequestContextGetter(
339 return io_data_.GetResourceContext();
off_the_record_profile_io_data.h 79 // doing. We need to release |io_data_| *before* the getters, because we
80 // want to make sure that the last reference for |io_data_| is on the IO
90 OffTheRecordProfileIOData* const io_data_; member in class:OffTheRecordProfileIOData::Handle
profile_impl.cc 381 io_data_(this),
587 io_data_.Init(cookie_path, server_bound_cert_path, cache_path,
597 io_data_.GetResourceContextNoInit());
679 io_data_.GetResourceContextNoInit());
    [all...]
off_the_record_profile_impl.h 133 OffTheRecordProfileIOData::Handle io_data_; member in class:OffTheRecordProfileImpl
profile_impl_io_data.h 101 // doing. We need to release |io_data_| *before* the getters, because we
102 // want to make sure that the last reference for |io_data_| is on the IO
115 ProfileImplIOData* const io_data_; member in class:ProfileImplIOData::Handle
profile_io_data.cc 653 return (static_cast<ResourceContext*>(rc))->io_data_;
833 : io_data_(io_data),
843 DCHECK(io_data_->initialized_);
849 DCHECK(io_data_->initialized_)
    [all...]
profile_impl.h 223 // |net_pref_observer_|, |io_data_| and others store pointers to |prefs_| and
228 ProfileImplIOData::Handle io_data_; member in class:ProfileImpl
profile_io_data.h 395 ProfileIOData* const io_data_; member in class:ProfileIOData::ResourceContext
  /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 167 milliseconds