HomeSort by relevance Sort by last modified time
    Searched full:oobe (Results 101 - 125 of 241) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/chrome/browser/chromeos/login/
helper.cc 35 // 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 21 // Fetches all info we want to show on OOBE/Login screens about system
webui_login_view.h 153 // 2. Notifies OOBE/sign classes.
165 // Maps installed accelerators to OOBE webui accelerator identifiers.
wizard_controller.cc 93 // Passing this parameter as a "first screen" initiates full OOBE flow.
94 const char WizardController::kOutOfBoxScreenName[] = "oobe";
146 VLOG(1) << "Starting OOBE wizard with screen: " << first_screen_name;
289 UMA_HISTOGRAM_MEDIUM_TIMES("OOBE.EULAToSignInTime", delta);
497 // TODO(nkostylev): Update should be required during OOBE.
509 // TODO(nkostylev): Update should be required during OOBE.
543 // Mark OOBE as completed only if enterprise enrollment was part of the
kiosk_browsertest.cc 611 GetLoginUI()->CallJavascriptFunction("cr.ui.Oobe.handleAccelerator",
694 GetLoginUI()->CallJavascriptFunction("cr.ui.Oobe.handleAccelerator",
732 GetLoginUI()->CallJavascriptFunction("cr.ui.Oobe.handleAccelerator",
777 GetLoginUI()->CallJavascriptFunction("cr.ui.Oobe.handleAccelerator",
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.h 87 // True if user pressed continue button so we should proceed with OOBE
base_screen.h 19 // Base class for the all OOBE/login/before-session screens.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_oauth_enrollment.css 86 #oobe.oauth-enrollment #header-oauth-enrollment {
screen.js 95 Oobe.getInstance().registerScreen(screen);
screen_password_changed.css 18 #oobe.password-changed .step-controls {
screen_password_changed.js 157 Oobe.getInstance().headerHidden = false;
165 Oobe.showScreen({id: SCREEN_PASSWORD_CHANGED});
user_pod_row.js 531 Oobe.disableSigninUI();
972 Oobe.launchUser(this.user.emailAddress, this.user.displayName);
990 Oobe.clearErrors();
    [all...]
oobe_screen_update.js 6 * @fileoverview Oobe update screen implementation.
screen_error_message.css 38 #oobe.error-message #step-logo {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.h 23 // the welcome screen (part of the page) of the OOBE.
network_dropdown.cc 115 bool oobe)
118 oobe_(oobe) {
base_screen_handler.cc 103 web_ui()->CallJavascriptFunction("cr.ui.Oobe.showScreen", screen_params);
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 56 // A boolean pref of the OOBE complete flag (first OOBE part before login).
62 // Path to flag file indicating that both parts of OOBE were completed.
214 // Passing this parameter as a "first screen" initiates full OOBE flow.
215 const char WizardController::kOutOfBoxScreenName[] = "oobe";
265 VLOG(1) << "Starting OOBE wizard with screen: " << first_screen_name;
503 // TODO(nkostylev): Update should be required during OOBE.
515 // TODO(nkostylev): Update should be required during OOBE.
base_login_display_host.cc 126 // OOBE. See http://crosbug.com/6289
196 // Check whether we need to execute OOBE process.
278 // user has changed to during OOBE.
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 83 // True when opening in browser, otherwise in OOBE/login mode.
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.h 37 // This class is now only used to build the dropdown menu in the oobe and
  /external/chromium_org/chrome/test/pyautolib/
policy_base.py 403 String(cr.ui.Oobe.getInstance().currentScreen.id));
415 cr.ui.Oobe.getInstance().currentScreen.loading);
429 """var screen = cr.ui.Oobe.getInstance().currentScreen;
444 cr.ui.Oobe.getInstance().currentScreen.reload_started &&
445 !cr.ui.Oobe.getInstance().currentScreen.loading);
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 404 // If a network is not connectable from login/oobe, we disable it.
405 // We do not allow configuring a network (e.g. 802.1x) from login/oobe.
438 // If we are on the OOBE/login screen, do not show activating 3G option.
770 bool oobe = !should_open_button_options; // we don't show options for OOBE. local
771 if (!oobe) {
    [all...]

Completed in 325 milliseconds

1 2 3 45 6 7 8 910