Searched defs:tutorial_mode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.cc47 profiles::UserManagerTutorialMode tutorial_mode,
64 tutorial_mode,
45 Show( const base::FilePath& profile_path_to_focus, profiles::UserManagerTutorialMode tutorial_mode, profiles::UserManagerProfileSelected profile_open_action) argument
H A Dprofile_chooser_view.cc488 profiles::TutorialMode tutorial_mode,
495 if (tutorial_mode != profiles::TUTORIAL_MODE_NONE) {
496 profile_bubble_->tutorial_mode_ = tutorial_mode;
503 view_mode, tutorial_mode, manage_accounts_params.service_type);
526 profiles::TutorialMode tutorial_mode,
531 tutorial_mode_(tutorial_mode),
989 profiles::TutorialMode tutorial_mode,
998 tutorial_mode_ = tutorial_mode;
486 ShowBubble( profiles::BubbleViewMode view_mode, profiles::TutorialMode tutorial_mode, const signin::ManageAccountsParams& manage_accounts_params, views::View* anchor_view, views::BubbleBorder::Arrow arrow, views::BubbleBorder::BubbleAlignment border_alignment, Browser* browser) argument
522 ProfileChooserView(views::View* anchor_view, views::BubbleBorder::Arrow arrow, Browser* browser, profiles::BubbleViewMode view_mode, profiles::TutorialMode tutorial_mode, signin::GAIAServiceType service_type) argument
988 CreateTutorialView( profiles::TutorialMode tutorial_mode, const base::string16& title_text, const base::string16& content_text, const base::string16& link_text, const base::string16& button_text, bool stack_button, views::Link** link, views::LabelButton** button, views::ImageButton** close_button) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_window.cc140 // Based on the value of |tutorial_mode| we determine a url to be displayed
145 profiles::UserManagerTutorialMode tutorial_mode,
156 if (tutorial_mode == profiles::USER_MANAGER_TUTORIAL_OVERVIEW) {
313 profiles::UserManagerTutorialMode tutorial_mode,
322 tutorial_mode,
392 TutorialMode* tutorial_mode) {
393 *tutorial_mode = TUTORIAL_MODE_NONE;
409 *tutorial_mode = TUTORIAL_MODE_CONFIRM_SIGNIN;
413 *tutorial_mode = TUTORIAL_MODE_SHOW_ERROR;
143 OnUserManagerGuestProfileCreated( const base::FilePath& profile_path_to_focus, profiles::UserManagerTutorialMode tutorial_mode, profiles::UserManagerProfileSelected profile_open_action, const base::Callback<void(Profile*, const std::string&)>& callback, Profile* guest_profile, Profile::CreateStatus status) argument
311 CreateGuestProfileForUserManager( const base::FilePath& profile_path_to_focus, profiles::UserManagerTutorialMode tutorial_mode, profiles::UserManagerProfileSelected profile_open_action, const base::Callback<void(Profile*, const std::string&)>& callback) argument
389 BubbleViewModeFromAvatarBubbleMode( BrowserWindow::AvatarBubbleMode mode, BubbleViewMode* bubble_view_mode, TutorialMode* tutorial_mode) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc2422 profiles::TutorialMode tutorial_mode; local
2424 mode, &bubble_view_mode, &tutorial_mode);
2426 bubble_view_mode, tutorial_mode,

Completed in 131 milliseconds