BrandcodedDefaultSettings  180 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc     brandcoded_defaults_.reset(new BrandcodedDefaultSettings);
BrandcodedDefaultSettings  355 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc     brandcoded_defaults_.reset(new BrandcodedDefaultSettings);
BrandcodedDefaultSettings  126 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h   const BrandcodedDefaultSettings* brandcoded_defaults() const {
BrandcodedDefaultSettings  189 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h   scoped_ptr<BrandcodedDefaultSettings> brandcoded_defaults_;
BrandcodedDefaultSettings  509 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc   const BrandcodedDefaultSettings* brandcoded_defaults =
BrandcodedDefaultSettings  185 chrome/browser/profile_resetter/brandcode_config_fetcher.cc     default_settings_.reset(new BrandcodedDefaultSettings(master_prefs));
BrandcodedDefaultSettings   13 chrome/browser/profile_resetter/brandcode_config_fetcher.h class BrandcodedDefaultSettings;
BrandcodedDefaultSettings   29 chrome/browser/profile_resetter/brandcode_config_fetcher.h   scoped_ptr<BrandcodedDefaultSettings> GetSettings() {
BrandcodedDefaultSettings   53 chrome/browser/profile_resetter/brandcode_config_fetcher.h   scoped_ptr<BrandcodedDefaultSettings> default_settings_;
BrandcodedDefaultSettings   13 chrome/browser/profile_resetter/brandcoded_default_settings.cc BrandcodedDefaultSettings::BrandcodedDefaultSettings() {
BrandcodedDefaultSettings   16 chrome/browser/profile_resetter/brandcoded_default_settings.cc BrandcodedDefaultSettings::BrandcodedDefaultSettings(const std::string& prefs) {
BrandcodedDefaultSettings   35 chrome/browser/profile_resetter/brandcoded_default_settings.cc BrandcodedDefaultSettings::~BrandcodedDefaultSettings() {
BrandcodedDefaultSettings   39 chrome/browser/profile_resetter/brandcoded_default_settings.cc BrandcodedDefaultSettings::GetSearchProviderOverrides() const {
BrandcodedDefaultSettings   43 chrome/browser/profile_resetter/brandcoded_default_settings.cc bool BrandcodedDefaultSettings::GetHomepage(std::string* homepage) const {
BrandcodedDefaultSettings   49 chrome/browser/profile_resetter/brandcoded_default_settings.cc bool BrandcodedDefaultSettings::GetHomepageIsNewTab(
BrandcodedDefaultSettings   56 chrome/browser/profile_resetter/brandcoded_default_settings.cc bool BrandcodedDefaultSettings::GetShowHomeButton(
BrandcodedDefaultSettings   63 chrome/browser/profile_resetter/brandcoded_default_settings.cc bool BrandcodedDefaultSettings::GetExtensions(
BrandcodedDefaultSettings   81 chrome/browser/profile_resetter/brandcoded_default_settings.cc bool BrandcodedDefaultSettings::GetRestoreOnStartup(
BrandcodedDefaultSettings   89 chrome/browser/profile_resetter/brandcoded_default_settings.cc BrandcodedDefaultSettings::GetUrlsToRestoreOnStartup() const {
BrandcodedDefaultSettings   93 chrome/browser/profile_resetter/brandcoded_default_settings.cc scoped_ptr<base::ListValue> BrandcodedDefaultSettings::ExtractList(
BrandcodedDefaultSettings   17 chrome/browser/profile_resetter/brandcoded_default_settings.h class BrandcodedDefaultSettings {
BrandcodedDefaultSettings   19 chrome/browser/profile_resetter/brandcoded_default_settings.h   BrandcodedDefaultSettings();
BrandcodedDefaultSettings   21 chrome/browser/profile_resetter/brandcoded_default_settings.h   explicit BrandcodedDefaultSettings(const std::string& prefs);
BrandcodedDefaultSettings   22 chrome/browser/profile_resetter/brandcoded_default_settings.h   ~BrandcodedDefaultSettings();
BrandcodedDefaultSettings   45 chrome/browser/profile_resetter/brandcoded_default_settings.h   DISALLOW_COPY_AND_ASSIGN(BrandcodedDefaultSettings);
BrandcodedDefaultSettings   77 chrome/browser/profile_resetter/profile_resetter.cc     scoped_ptr<BrandcodedDefaultSettings> master_settings,
BrandcodedDefaultSettings   65 chrome/browser/profile_resetter/profile_resetter.h              scoped_ptr<BrandcodedDefaultSettings> master_settings,
BrandcodedDefaultSettings   91 chrome/browser/profile_resetter/profile_resetter.h   scoped_ptr<BrandcodedDefaultSettings> master_settings_;
BrandcodedDefaultSettings   32 chrome/browser/profile_resetter/profile_resetter_test_base.cc   scoped_ptr<BrandcodedDefaultSettings> master_settings(
BrandcodedDefaultSettings   33 chrome/browser/profile_resetter/profile_resetter_test_base.cc       new BrandcodedDefaultSettings);
BrandcodedDefaultSettings   44 chrome/browser/profile_resetter/profile_resetter_test_base.cc   scoped_ptr<BrandcodedDefaultSettings> master_settings(
BrandcodedDefaultSettings   45 chrome/browser/profile_resetter/profile_resetter_test_base.cc       new BrandcodedDefaultSettings(prefs));
BrandcodedDefaultSettings  833 chrome/browser/profile_resetter/profile_resetter_unittest.cc   scoped_ptr<BrandcodedDefaultSettings> settings = fetcher->GetSettings();
BrandcodedDefaultSettings  185 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc   scoped_ptr<BrandcodedDefaultSettings> default_settings;
BrandcodedDefaultSettings  197 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc     default_settings.reset(new BrandcodedDefaultSettings);