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 77 : io_data_(new ProfileImplIOData),
86 if (io_data_->predictor_ != NULL) {
87 // io_data_->predictor_ might be NULL if Init() was never called
90 io_data_->predictor_->ShutdownOnUIThread(user_prefs);
93 if (io_data_->http_server_properties_manager_)
94 io_data_->http_server_properties_manager_->ShutdownOnUIThread();
95 io_data_->ShutdownOnUIThread();
112 DCHECK(!io_data_->lazy_params_);
128 io_data_->lazy_params_.reset(lazy_params);
132 io_data_->profile_path_ = profile_path
    [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);
94 profile_, io_data_);
134 profile_, io_data_, descriptor, protocol_handler_interceptor.Pass(),
149 io_data_->safe_browsing_enabled()->Init(prefs::kSafeBrowsingEnabled,
151 io_data_->safe_browsing_enabled()->MoveToThread(
154 io_data_->InitializeOnUIThread(profile_);
off_the_record_profile_impl.cc 92 io_data_(this),
129 io_data_.GetResourceContextNoInit());
145 io_data_.GetResourceContextNoInit());
259 return io_data_.CreateMainRequestContextGetter(protocol_handlers).get();
287 return io_data_.GetIsolatedAppRequestContextGetter(partition_path, in_memory)
306 return io_data_.GetExtensionsRequestContextGetter().get();
314 return io_data_.CreateIsolatedAppRequestContextGetter(
319 return io_data_.GetResourceContext();
profile_impl.cc 372 io_data_(this),
552 io_data_.Init(cookie_path, server_bound_cert_path, cache_path,
562 io_data_.GetResourceContextNoInit());
646 io_data_.GetResourceContextNoInit());
845 return io_data_
    [all...]
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
off_the_record_profile_impl.h 129 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 492 return (static_cast<ResourceContext*>(rc))->io_data_;
675 : io_data_(io_data),
685 DCHECK(io_data_->initialized_);
691 DCHECK(io_data_->initialized_);
706 io_data_->GetHostContentSettingsMap();
    [all...]
profile_impl.h 218 // |net_pref_observer_|, |io_data_| and others store pointers to |prefs_| and
223 ProfileImplIOData::Handle io_data_; member in class:ProfileImpl
profile_io_data.h 376 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 158 milliseconds