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

  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 112 DCHECK(!io_data_->lazy_params_);
128 io_data_->lazy_params_.reset(lazy_params);
385 DCHECK(!lazy_params_->cookie_path.empty());
388 lazy_params_->cookie_path,
389 lazy_params_->restore_old_session_cookies,
390 lazy_params_->special_storage_policy.get(),
400 DCHECK(!lazy_params_->server_bound_cert_path.empty());
404 lazy_params_->server_bound_cert_path,
405 lazy_params_->special_storage_policy.get());
418 lazy_params_->cache_path
    [all...]
profile_impl_io_data.h 189 mutable scoped_ptr<LazyParams> lazy_params_; member in class:ProfileImplIOData
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc 60 DCHECK(!io_data_->lazy_params_.get());
70 io_data_->lazy_params_.reset(lazy_params);
220 lazy_params_->cache_path,
221 lazy_params_->cache_max_size,
237 net::MEDIA_CACHE, lazy_params_->media_cache_path,
238 lazy_params_->media_cache_max_size,
255 DCHECK(!lazy_params_->cookie_path.empty());
258 new SQLitePersistentCookieStore(lazy_params_->cookie_path);
269 lazy_params_->extensions_cookie_path), NULL);
288 lazy_params_.reset()
    [all...]
profile_impl_io_data.h 121 mutable scoped_ptr<LazyParams> lazy_params_; member in class:ProfileImplIOData

Completed in 90 milliseconds