Searched refs:io_data_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc91 : io_data_(new ProfileImplIOData),
100 io_data_->data_reduction_proxy_statistics_prefs()->WritePrefs();
102 if (io_data_->predictor_ != NULL) {
103 // io_data_->predictor_ might be NULL if Init() was never called
110 io_data_->predictor_->SaveStateForNextStartupAndTrim();
111 io_data_->predictor_->ShutdownOnUIThread();
114 if (io_data_->http_server_properties_manager_)
115 io_data_->http_server_properties_manager_->ShutdownOnPrefThread();
117 io_data_->ShutdownOnUIThread(GetAllContextGetters().Pass());
143 DCHECK(!io_data_
[all...]
H A Doff_the_record_profile_impl.cc151 io_data_->GetResourceContextNoInit());
175 io_data_->GetResourceContextNoInit());
199 io_data_.reset(new OffTheRecordProfileIOData::Handle(this));
298 return io_data_->CreateMainRequestContextGetter(
327 return io_data_->GetIsolatedAppRequestContextGetter(partition_path, in_memory)
333 return io_data_->GetExtensionsRequestContextGetter().get();
342 return io_data_->CreateIsolatedAppRequestContextGetter(
350 return io_data_->GetResourceContext();
468 return io_data_->GetDevToolsNetworkController();
H A Doff_the_record_profile_io_data.cc45 : io_data_(new OffTheRecordProfileIOData(profile->GetProfileType())),
54 io_data_->ShutdownOnUIThread(GetAllContextGetters().Pass());
70 return io_data_->GetResourceContext();
85 profile_, io_data_, protocol_handlers, request_interceptors.Pass());
95 ChromeURLRequestContextGetter::CreateForExtensions(profile_, io_data_);
137 io_data_,
150 return io_data_->network_controller();
161 io_data_->safe_browsing_enabled()->Init(prefs::kSafeBrowsingEnabled,
163 io_data_->safe_browsing_enabled()->MoveToThread(
168 io_data_
[all...]
H A Dprofile_impl.cc395 io_data_(this),
678 io_data_.Init(cookie_path, channel_id_path, cache_path,
696 io_data_.GetResourceContextNoInit());
820 io_data_.GetResourceContextNoInit());
1029 return io_data_.CreateMainRequestContextGetter(
1050 return io_data_.GetMediaRequestContextGetter().get();
1067 return io_data_
1072 return io_data_.GetResourceContext();
1076 return io_data_.GetExtensionsRequestContextGetter().get();
1085 return io_data_
[all...]
H A Doff_the_record_profile_io_data.h85 // will be main request getter. This list is passed to |io_data_|
97 OffTheRecordProfileIOData* const io_data_; member in class:OffTheRecordProfileIOData::Handle
H A Dprofile_io_data.cc681 return (static_cast<ResourceContext*>(rc))->io_data_;
883 : io_data_(io_data),
893 DCHECK(io_data_->initialized_);
899 DCHECK(io_data_->initialized_);
905 if (!io_data_->client_cert_store_factory_.is_null())
906 return io_data_->client_cert_store_factory_.Run();
909 io_data_->use_system_key_slot(),
910 io_data_->username_hash(),
964 return io_data_->GetMediaDeviceIDSalt();
H A Doff_the_record_profile_impl.h128 scoped_ptr<OffTheRecordProfileIOData::Handle> io_data_; member in class:OffTheRecordProfileImpl
H A Dprofile_impl.h239 // |net_pref_observer_|, |io_data_| and others store pointers to |prefs_| and
244 ProfileImplIOData::Handle io_data_; member in class:ProfileImpl
H A Dprofile_impl_io_data.h128 // will be main request getter. This list is passed to |io_data_|
143 ProfileImplIOData* const io_data_; member in class:ProfileImplIOData::Handle
H A Dprofile_io_data.h512 ProfileIOData* const io_data_; member in class:ProfileIOData::ResourceContext
/external/chromium_org/extensions/browser/
H A Dcontent_verifier.cc33 io_data_(new ContentVerifierIOData) {
49 base::Bind(&ContentVerifierIOData::Clear, io_data_));
61 io_data_->GetData(extension_id);
160 io_data_,
177 &ContentVerifierIOData::RemoveData, io_data_, extension->id()));
230 io_data_->GetData(extension_id);
H A Dcontent_verifier.h101 scoped_refptr<ContentVerifierIOData> io_data_; member in class:extensions::ContentVerifier

Completed in 1218 milliseconds