HomeSort by relevance Sort by last modified time
    Searched full:oobe (Results 76 - 100 of 231) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium/chrome/browser/chromeos/login/
helper.h 132 // Default link color on login/OOBE controls.
138 // Default size of the OOBE screen. Includes 10px shadow from each side.
170 // Font size correction in pixels for login/oobe controls.
enterprise_enrollment_screen.h 44 // OOBE wizard.
login_html_dialog.h 21 // Launches html dialog during OOBE/Login with specified URL and title.
message_bubble.h 31 // MessageBubble is used to show error and info messages on OOBE screens.
network_screen.h 99 // True if user pressed continue button so we should proceed with OOBE
registration_screen.h 61 // RegistrationScreen represents screen that is shown during OOBE.
user_image_view.h 23 // View used for selecting user image on OOBE screen.
  /external/chromium_org/chrome/browser/chromeos/login/
startup_utils.cc 25 // A boolean pref of the OOBE complete flag (first OOBE part before login).
88 // Returns the path to flag file indicating that both parts of OOBE were
login_display_host_impl.cc 80 const char kLoginURL[] = "chrome://oobe/login#login";
82 // URL which corresponds to the OOBE WebUI.
83 const char kOobeURL[] = "chrome://oobe#login";
86 const char kUserAddingURL[] = "chrome://oobe/login#user-adding";
91 // Number of times we try to reload OOBE/login WebUI if it crashes.
198 // Make sure chrome won't exit while we are at login/oobe screen.
272 // Let chrome process exit after login/oobe screen if needed.
451 // OOBE. See http://crosbug.com/6289
466 // We might be here after a reboot that was triggered after OOBE was complete,
468 // a previous oobe flow, or might start a new check with the server
    [all...]
wizard_controller.h 233 // Checks whether OOBE should start enrollment automatically.
272 // True if full OOBE flow should be shown.
278 // OOBE/login display host.
helper.cc 33 // 220px, used for the big preview on OOBE and Change Picture options page.
login_web_dialog.h 22 // Launches web dialog during OOBE/Login with specified URL and title.
user_image.cc 32 TRACE_EVENT2("oobe", "EncodeImageSkia",
version_info_updater.h 20 // Fetches all info we want to show on OOBE/Login screens about system
wizard_controller.cc 72 // A boolean pref of the OOBE complete flag (first OOBE part before login).
126 // Passing this parameter as a "first screen" initiates full OOBE flow.
127 const char WizardController::kOutOfBoxScreenName[] = "oobe";
176 VLOG(1) << "Starting OOBE wizard with screen: " << first_screen_name;
295 UMA_HISTOGRAM_MEDIUM_TIMES("OOBE.EULAToSignInTime", delta);
507 // TODO(nkostylev): Update should be required during OOBE.
519 // TODO(nkostylev): Update should be required during OOBE.
553 // Mark OOBE as completed only if enterprise enrollment was part of the
  /external/chromium_org/chrome/browser/resources/chromeos/login/
resource_loader.js 6 * @fileoverview Deferred resource loader for OOBE/Login screens.
39 * rendered page is served as chrome://oobe, then all the HTML assets
40 * must be served as chrome://oobe/path/to/something.html.
screen_error_message.js 138 cr.ui.Oobe.clearErrors();
179 if (Oobe.getInstance().currentScreen === this)
180 Oobe.getInstance().updateScreenSize(this);
oobe_screen_oauth_enrollment.css 86 #oobe.oauth-enrollment #header-oauth-enrollment {
screen.js 80 Oobe.getInstance().registerScreen(screen);
screen_password_changed.css 18 #oobe.password-changed .step-controls {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.cc 57 // Path for a stripped down login page that does not have OOBE elements.
62 const char kOobeJSPath[] = "oobe.js";
71 // Filter handler of chrome://oobe data source.
87 // Creates a WebUIDataSource for chrome://oobe
257 // Set up the chrome://oobe/ source.
core_oobe_handler.cc 27 const char kJsScreenPath[] = "cr.ui.Oobe";
42 // OOBE UI is not visible by default.
79 // OOBE accessibility options menu strings shown on each screen.
base_screen_handler.cc 103 web_ui()->CallJavascriptFunction("cr.ui.Oobe.showScreen", screen_params);
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.h 22 // OOBE wizard.
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.h 87 // True if user pressed continue button so we should proceed with OOBE

Completed in 435 milliseconds

1 2 34 5 6 7 8 910