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

  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 135 scoped_ptr<ProfileParams> params(new ProfileParams);
194 ProfileIOData::ProfileParams::ProfileParams()
198 ProfileIOData::ProfileParams::~ProfileParams() {}
profile_io_data.h 93 struct ProfileParams {
94 ProfileParams();
95 ~ProfileParams();
185 virtual void LazyInitializeInternal(ProfileParams* profile_params) const = 0;
207 mutable scoped_ptr<ProfileParams> profile_params_;

Completed in 26 milliseconds