Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/profiles/
Dprofile_impl_io_data.cc60 DCHECK(!io_data_->lazy_params_.get()); in Init()
70 io_data_->lazy_params_.reset(lazy_params); in Init()
220 lazy_params_->cache_path, in LazyInitializeInternal()
221 lazy_params_->cache_max_size, in LazyInitializeInternal()
237 net::MEDIA_CACHE, lazy_params_->media_cache_path, in LazyInitializeInternal()
238 lazy_params_->media_cache_max_size, in LazyInitializeInternal()
255 DCHECK(!lazy_params_->cookie_path.empty()); in LazyInitializeInternal()
258 new SQLitePersistentCookieStore(lazy_params_->cookie_path); in LazyInitializeInternal()
269 lazy_params_->extensions_cookie_path), NULL); in LazyInitializeInternal()
288 lazy_params_.reset(); in LazyInitializeInternal()
Dprofile_impl_io_data.h121 mutable scoped_ptr<LazyParams> lazy_params_; variable