Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.cc496 profile_bubble_->tutorial_mode_ = tutorial_mode; in ShowBubble()
531 tutorial_mode_(tutorial_mode), in ProfileChooserView()
683 tutorial_mode_ = profiles::TUTORIAL_MODE_NONE; in ShowView()
696 if (tutorial_mode_ == profiles::TUTORIAL_MODE_CONFIRM_SIGNIN) { in WindowClosing()
739 DCHECK(tutorial_mode_ != profiles::TUTORIAL_MODE_NONE && in ButtonPressed()
740 tutorial_mode_ != profiles::TUTORIAL_MODE_CONFIRM_SIGNIN); in ButtonPressed()
839 tutorial_mode_ = profiles::TUTORIAL_MODE_NONE; in LinkClicked()
905 switch (tutorial_mode_) { in CreateProfileChooserView()
909 tutorial_mode_ == profiles::TUTORIAL_MODE_WELCOME_UPGRADE, in CreateProfileChooserView()
932 tutorial_mode_ = profiles::TUTORIAL_MODE_NONE; in CreateProfileChooserView()
[all …]
Dprofile_chooser_view.h252 profiles::TutorialMode tutorial_mode_; variable