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

  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 45 : io_data_(new OffTheRecordProfileIOData(profile->GetProfileType())),
54 io_data_->ShutdownOnUIThread();
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(
167 io_data_->data_reduction_proxy_enabled()->Init
    [all...]
profile_impl_io_data.cc 101 : io_data_(new ProfileImplIOData),
110 if (io_data_->predictor_ != NULL) {
111 // io_data_->predictor_ might be NULL if Init() was never called
118 io_data_->predictor_->SaveStateForNextStartupAndTrim(
121 io_data_->predictor_->ShutdownOnUIThread();
124 if (io_data_->http_server_properties_manager_)
125 io_data_->http_server_properties_manager_->ShutdownOnUIThread();
126 io_data_->ShutdownOnUIThread();
143 DCHECK(!io_data_->lazy_params_);
159 io_data_->lazy_params_.reset(lazy_params)
    [all...]
off_the_record_profile_impl.cc 153 io_data_->GetResourceContextNoInit());
168 io_data_->GetResourceContextNoInit());
192 io_data_.reset(new OffTheRecordProfileIOData::Handle(this));
295 return io_data_->CreateMainRequestContextGetter(
324 return io_data_->GetIsolatedAppRequestContextGetter(partition_path, in_memory)
330 return io_data_->GetExtensionsRequestContextGetter().get();
339 return io_data_->CreateIsolatedAppRequestContextGetter(
347 return io_data_->GetResourceContext();
458 return io_data_->GetDevToolsNetworkController();
profile_impl.cc 381 io_data_(this),
603 io_data_.Init(cookie_path, server_bound_cert_path, cache_path,
613 io_data_.GetResourceContextNoInit());
721 io_data_.GetResourceContextNoInit());
    [all...]
off_the_record_profile_io_data.h 85 // doing. We need to release |io_data_| *before* the getters, because we
86 // want to make sure that the last reference for |io_data_| is on the IO
96 OffTheRecordProfileIOData* const io_data_; member in class:OffTheRecordProfileIOData::Handle
profile_io_data.cc 612 return (static_cast<ResourceContext*>(rc))->io_data_;
802 : io_data_(io_data),
812 DCHECK(io_data_->initialized_);
818 DCHECK(io_data_->initialized_);
824 if (!io_data_->client_cert_store_factory_.is_null())
825 return io_data_->client_cert_store_factory_.Run();
828 io_data_->username_hash(),
    [all...]
off_the_record_profile_impl.h 131 scoped_ptr<OffTheRecordProfileIOData::Handle> io_data_; member in class:OffTheRecordProfileImpl
profile_impl_io_data.h 126 // doing. We need to release |io_data_| *before* the getters, because we
127 // want to make sure that the last reference for |io_data_| is on the IO
140 ProfileImplIOData* const io_data_; member in class:ProfileImplIOData::Handle
profile_impl.h 230 // |net_pref_observer_|, |io_data_| and others store pointers to |prefs_| and
235 ProfileImplIOData::Handle io_data_; member in class:ProfileImpl
profile_io_data.h 416 ProfileIOData* const io_data_; member in class:ProfileIOData::ResourceContext

Completed in 211 milliseconds