Home
last modified time | relevance | path

Searched refs:NO_CREATION_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dcreate_profile_handler.cc34 : 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()
Dcreate_profile_handler.h63 NO_CREATION_IN_PROGRESS enumerator