Searched refs:NO_CREATION_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance
34 : profile_creation_type_(NO_CREATION_IN_PROGRESS), in CreateProfileHandler()70 if (profile_creation_type_ != NO_CREATION_IN_PROGRESS) in CreateProfile()182 case NO_CREATION_IN_PROGRESS: in HandleProfileCreationSuccess()251 DCHECK_NE(NO_CREATION_IN_PROGRESS, profile_creation_type_); in CreateShortcutAndShowSuccess()275 profile_creation_type_ = NO_CREATION_IN_PROGRESS; in CreateShortcutAndShowSuccess()281 DCHECK_NE(NO_CREATION_IN_PROGRESS, profile_creation_type_); in ShowProfileCreationError()282 profile_creation_type_ = NO_CREATION_IN_PROGRESS; in ShowProfileCreationError()326 DCHECK_NE(NO_CREATION_IN_PROGRESS, profile_creation_type_); in CancelProfileRegistration()327 profile_creation_type_ = NO_CREATION_IN_PROGRESS; in CancelProfileRegistration()
63 NO_CREATION_IN_PROGRESS enumerator