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

/external/chromium_org/chrome/browser/performance_monitor/
H A Dstartup_timer.h33 bool SignalStartupComplete(StartupType startup_type);
H A Dstartup_timer.cc55 bool StartupTimer::SignalStartupComplete(StartupType startup_type) { argument
58 startup_type_ = startup_type;
/external/chromium_org/chrome/browser/profile_resetter/
H A Dresettable_settings_snapshot.cc35 const char kStartupTypePath[] = "startup_type";
124 dict.SetInteger(kStartupTypePath, snapshot.startup_type());
212 base::string16 startup_type; local
213 switch (snapshot.startup_type()) {
215 startup_type = l10n_util::GetStringUTF16(IDS_OPTIONS_STARTUP_SHOW_NEWTAB);
218 startup_type = l10n_util::GetStringUTF16(
222 startup_type = l10n_util::GetStringUTF16(IDS_OPTIONS_STARTUP_SHOW_PAGES);
229 startup_type);
H A Dresettable_settings_snapshot.h38 SessionStartupPref::Type startup_type() const { return startup_.type; } function in class:ResettableSettingsSnapshot
H A Dprofile_resetter_unittest.cc732 empty_snap.startup_type());
752 EXPECT_EQ(SessionStartupPref::URLS, nonorganic_snap.startup_type());
794 int startup_type = 0; local
803 dict->GetInteger("startup_type", &startup_type));
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.cc59 void RecordStartupInfo(StartupType startup_type, const base::Time& start_time) { argument
61 g_app_show_startup_type = startup_type;

Completed in 147 milliseconds