Searched defs:ProfileParams (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc353 scoped_ptr<ProfileParams> params(new ProfileParams);
575 ProfileIOData::ProfileParams::ProfileParams() function in class:ProfileIOData::ProfileParams
583 ProfileIOData::ProfileParams::~ProfileParams() {}
1246 const ProfileParams* profile_params,
H A Dprofile_io_data.h308 struct ProfileParams { struct in class:ProfileIOData
309 ProfileParams();
310 ~ProfileParams();
479 const ProfileParams* profile_params,
530 ProfileParams* profile_params,
537 ProfileParams* profile_params) const = 0;
590 mutable scoped_ptr<ProfileParams> profile_params_;

Completed in 30 milliseconds