Searched refs:ProfileParams (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.h93 struct ProfileParams { struct in class:ProfileIOData
94 ProfileParams();
95 ~ProfileParams();
185 virtual void LazyInitializeInternal(ProfileParams* profile_params) const = 0;
207 mutable scoped_ptr<ProfileParams> profile_params_;
H A Dprofile_io_data.cc135 scoped_ptr<ProfileParams> params(new ProfileParams);
194 ProfileIOData::ProfileParams::ProfileParams() function in class:ProfileIOData::ProfileParams
198 ProfileIOData::ProfileParams::~ProfileParams() {}
H A Doff_the_record_profile_io_data.h53 // Lazily initialize ProfileParams. We do this on the calls to
54 // Get*RequestContextGetter(), so we only initialize ProfileParams right
90 virtual void LazyInitializeInternal(ProfileParams* profile_params) const;
H A Dprofile_impl_io_data.h58 // Lazily initialize ProfileParams. We do this on the calls to
59 // Get*RequestContextGetter(), so we only initialize ProfileParams right
109 virtual void LazyInitializeInternal(ProfileParams* profile_params) const;
H A Doff_the_record_profile_io_data.cc120 ProfileParams* profile_params) const {
H A Dprofile_impl_io_data.cc162 ProfileParams* profile_params) const {

Completed in 405 milliseconds