HomeSort by relevance Sort by last modified time
    Searched full:profile_params_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 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
    [all...]
profile_io_data.h 207 mutable scoped_ptr<ProfileParams> profile_params_; member in class:ProfileIOData
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 281 profile_params_.reset(params.release());
329 // Don't pass it in |profile_params_| to make sure it is correctly cleaned up,
737 CHECK(profile_params_.get());
739 IOThread* const io_thread = profile_params_->io_thread;
758 profile_params_->extension_info_map.get());
760 network_delegate->set_profile(profile_params_->profile);
761 network_delegate->set_cookie_settings(profile_params_->cookie_settings.get());
778 profile_params_->proxy_config_service.release(),
784 profile_params_->path,
788 cookie_settings_ = profile_params_->cookie_settings
    [all...]
profile_io_data.h 453 mutable scoped_ptr<ProfileParams> profile_params_; member in class:ProfileIOData

Completed in 106 milliseconds