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

  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.h 90 struct LazyParams {
91 LazyParams();
92 ~LazyParams();
121 mutable scoped_ptr<LazyParams> lazy_params_;
profile_impl_io_data.cc 61 LazyParams* lazy_params = new LazyParams;
149 ProfileImplIOData::LazyParams::LazyParams()
152 ProfileImplIOData::LazyParams::~LazyParams() {}

Completed in 36 milliseconds