Home | History | Annotate | Download | only in profiles

Lines Matching refs:profile_params_

188   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_->appcache_service;
311 blob_storage_context_ = profile_params_->blob_storage_context;
312 file_system_context_ = profile_params_->file_system_context;
321 LazyInitializeInternal(profile_params_.get());
323 profile_params_.reset();
329 context->set_is_incognito(profile_params_->is_incognito);
330 context->set_accept_language(profile_params_->accept_language);
331 context->set_accept_charset(profile_params_->accept_charset);
332 context->set_referrer_charset(profile_params_->referrer_charset);
333 context->set_user_script_dir_path(profile_params_->user_script_dir_path);
335 profile_params_->host_content_settings_map);
336 context->set_host_zoom_map(profile_params_->host_zoom_map);
338 profile_params_->transport_security_state);
339 context->set_ssl_config_service(profile_params_->ssl_config_service);
340 context->set_appcache_service(profile_params_->appcache_service);
341 context->set_blob_storage_context(profile_params_->blob_storage_context);
342 context->set_file_system_context(profile_params_->file_system_context);
343 context->set_extension_info_map(profile_params_->extension_info_map);
344 context->set_prerender_manager(profile_params_->prerender_manager);