Home | History | Annotate | Download | only in profiles

Lines Matching refs:exit_type

228 // Converts the kSessionExitedCleanly pref to the corresponding EXIT_TYPE.
981 void ProfileImpl::SetExitType(ExitType exit_type) {
993 if (exit_type == EXIT_CRASHED || current_exit_type == EXIT_CRASHED) {
995 ExitTypeToSessionTypePrefValue(exit_type));