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

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

Completed in 68 milliseconds