Home | History | Annotate | Download | only in first_run

Lines Matching refs:FirstRun

61 // FirstRun -------------------------------------------------------------------
63 FirstRun::FirstRunState FirstRun::first_run_ = FIRST_RUN_UNKNOWN;
65 FirstRun::MasterPrefs::MasterPrefs()
75 FirstRun::MasterPrefs::~MasterPrefs() {}
80 int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) {
98 bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir,
156 FirstRun::SetOEMFirstRunBubblePref();
200 FirstRun::SetShowFirstRunBubblePref(false);
251 FirstRun::SetShowFirstRunBubblePref(true);
257 if (!FirstRun::CreateSentinel())
262 FirstRun::SetShowWelcomePagePref();
291 if (!FirstRun::ImportSettings(NULL,
304 if (!FirstRun::ImportBookmarks(path)) {
330 bool FirstRun::IsChromeFirstRun() {
345 bool FirstRun::RemoveSentinel() {
353 bool FirstRun::CreateSentinel() {
361 bool FirstRun::SetShowFirstRunBubblePref(bool show_bubble) {
373 bool FirstRun::SetShowWelcomePagePref() {
385 bool FirstRun::SetPersonalDataManagerFirstRunPref() {
399 bool FirstRun::SearchEngineSelectorDisallowed() {
407 bool FirstRun::SetOEMFirstRunBubblePref() {
420 bool FirstRun::SetMinimalFirstRunBubblePref() {
433 int FirstRun::ImportFromFile(Profile* profile, const CommandLine& cmdline) {
460 bool FirstRun::GetFirstRunSentinelFilePath(FilePath* path) {
483 void FirstRun::AutoImport(
574 FirstRun::SetShowFirstRunBubblePref(true);
576 FirstRun::SetMinimalFirstRunBubblePref();
578 FirstRun::SetShowWelcomePagePref();
579 FirstRun::SetPersonalDataManagerFirstRunPref();
582 FirstRun::CreateSentinel();
628 bool FirstRun::ImportSettings(Profile* profile,