HomeSort by relevance Sort by last modified time
    Searched refs:tutorial_mode (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/
user_manager.h 19 // focuses no user pod. Based on the value of |tutorial_mode|, a tutorial
23 profiles::UserManagerTutorialMode tutorial_mode,
  /external/chromium_org/chrome/browser/profiles/
profile_window.h 81 // the value of |tutorial_mode|, the user manager can show a specific
89 profiles::UserManagerTutorialMode tutorial_mode,
109 TutorialMode* tutorial_mode);
profile_window.cc 140 // 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;
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.cc 47 profiles::UserManagerTutorialMode tutorial_mode,
64 tutorial_mode,
profile_chooser_view.h 56 profiles::TutorialMode tutorial_mode,
84 profiles::TutorialMode tutorial_mode,
178 // the given |tutorial_mode|.
180 profiles::TutorialMode tutorial_mode,
profile_chooser_view.cc 488 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),
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 2422 profiles::TutorialMode tutorial_mode; local
    [all...]

Completed in 322 milliseconds