Home
last modified time | relevance | path

Searched refs:profile_params_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_io_data.cc188 profile_params_.reset(params.release()); in InitializeProfileParams()
275 DCHECK(profile_params_.get()); in LazyInitialize()
277 IOThread* const io_thread = profile_params_->io_thread; in LazyInitialize()
285 profile_params_->appcache_service->set_request_context(main_request_context_); in LazyInitialize()
289 new ChromeCookiePolicy(profile_params_->host_content_settings_map)); in LazyInitialize()
293 profile_params_->profile_id, in LazyInitialize()
295 profile_params_->protocol_handler_registry)); in LazyInitialize()
305 profile_params_->proxy_config_service.release(), in LazyInitialize()
309 database_tracker_ = profile_params_->database_tracker; in LazyInitialize()
310 appcache_service_ = profile_params_->appcache_service; in LazyInitialize()
[all …]
Dprofile_io_data.h207 mutable scoped_ptr<ProfileParams> profile_params_; variable