Home
last modified time | relevance | path

Searched refs:tutorial_mode (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_window.cc145 profiles::UserManagerTutorialMode tutorial_mode, in OnUserManagerGuestProfileCreated() argument
156 if (tutorial_mode == profiles::USER_MANAGER_TUTORIAL_OVERVIEW) { in OnUserManagerGuestProfileCreated()
313 profiles::UserManagerTutorialMode tutorial_mode, in CreateGuestProfileForUserManager() argument
322 tutorial_mode, in CreateGuestProfileForUserManager()
392 TutorialMode* tutorial_mode) { in BubbleViewModeFromAvatarBubbleMode() argument
393 *tutorial_mode = TUTORIAL_MODE_NONE; in BubbleViewModeFromAvatarBubbleMode()
409 *tutorial_mode = TUTORIAL_MODE_CONFIRM_SIGNIN; in BubbleViewModeFromAvatarBubbleMode()
413 *tutorial_mode = TUTORIAL_MODE_SHOW_ERROR; in BubbleViewModeFromAvatarBubbleMode()
Dprofile_window.h89 profiles::UserManagerTutorialMode tutorial_mode,
109 TutorialMode* tutorial_mode);
/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.h56 profiles::TutorialMode tutorial_mode,
84 profiles::TutorialMode tutorial_mode,
180 profiles::TutorialMode tutorial_mode,
Duser_manager_view.cc47 profiles::UserManagerTutorialMode tutorial_mode, in Show() argument
64 tutorial_mode, in Show()
Dprofile_chooser_view.cc488 profiles::TutorialMode tutorial_mode, in ShowBubble() argument
495 if (tutorial_mode != profiles::TUTORIAL_MODE_NONE) { in ShowBubble()
496 profile_bubble_->tutorial_mode_ = tutorial_mode; in ShowBubble()
503 view_mode, tutorial_mode, manage_accounts_params.service_type); in ShowBubble()
526 profiles::TutorialMode tutorial_mode, in ProfileChooserView() argument
531 tutorial_mode_(tutorial_mode), in ProfileChooserView()
989 profiles::TutorialMode tutorial_mode, in CreateTutorialView() argument
998 tutorial_mode_ = tutorial_mode; in CreateTutorialView()
/external/chromium_org/chrome/browser/ui/
Duser_manager.h23 profiles::UserManagerTutorialMode tutorial_mode,
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Duser_manager_mac.mm167 profiles::UserManagerTutorialMode tutorial_mode,
180 tutorial_mode,
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc2422 profiles::TutorialMode tutorial_mode; in ShowAvatarBubbleFromAvatarButton() local
2424 mode, &bubble_view_mode, &tutorial_mode); in ShowAvatarBubbleFromAvatarButton()
2426 bubble_view_mode, tutorial_mode, in ShowAvatarBubbleFromAvatarButton()