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

/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal.h8 class MasterPrefs;
35 MasterPrefs* out_prefs);
H A Dfirst_run.h64 struct MasterPrefs { struct in namespace:first_run
65 MasterPrefs();
66 ~MasterPrefs();
103 // Register user preferences used by the MasterPrefs structure.
176 MasterPrefs* out_prefs);
H A Dfirst_run_unittest.cc34 MasterPrefs out_prefs;
45 MasterPrefs out_prefs;
56 MasterPrefs out_prefs;
H A Dfirst_run.cc469 MasterPrefs* out_prefs) {
580 MasterPrefs::MasterPrefs() function in class:first_run::MasterPrefs
589 MasterPrefs::~MasterPrefs() {}
673 MasterPrefs* out_prefs) {
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.h167 scoped_ptr<first_run::MasterPrefs> master_prefs_;
H A Dchrome_browser_main.cc827 master_prefs_.reset(new first_run::MasterPrefs);

Completed in 4099 milliseconds