HomeSort by relevance Sort by last modified time
    Searched refs:Login (Results 76 - 87 of 87) sorted by null

1 2 34

  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader_unittest.cc 206 // Simulate the normal login process. The user logs in before the error page
208 TEST_F(CaptivePortalTabReloaderTest, Login) {
218 // should try and create a new login tab in response.
242 // Simulate the normal login process. The user logs in after the tab finishes
254 // should try and create a new login tab in response.
274 // Simulate a login after the tab times out unexpectedly quickly.
286 // should try and create a new login tab in response.
314 // should try and create a new login tab in response.
398 // due to a captive portal test request from some external source, like a login
468 // tab tries to create a login tab
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
policy_base.py 20 # to handle all login attempts. It also eliminates the impact of flaky network
24 # * The mock GAIA permits login with arbitrary credentials and accepts any OAuth
164 # cros_ui.start() waits for the login prompt to be visible, so Chrome has
251 while '--skip-oauth-login' in flags:
252 flags.remove('--skip-oauth-login')
397 self.Login(credentials['username'], credentials['password'])
410 msg='Expected login screen "%s" to be visible.' % id)
421 msg='Expected the login form to be visible.')
425 msg='Expected the login form to finish loading.')
427 # the login form starts reloading
    [all...]
pyauto.py 217 if self.GetOOBEScreenInfo()['screen_name'] != 'login':
220 # Login with default creds.
224 self.Login(creds[0], creds[1])
243 On ChromeOS, a browser showing the login window is started. Tests can
244 initiate a user session by calling Login() or LoginAsGuest(). Cryptohome
288 '--skip-oauth-login',
289 # Enables injection of test content script for webui login automation
291 # Enable automation provider, chromeos net and chromeos login logs
293 '*/chromeos/login/*=2',
302 to the login screen. Applies only if not logged in already
    [all...]
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 117 * Simlulate the login of a user
122 function login(email_address, password) {
149 // Called when a user attempts to login.
150 case 'Login':
151 login(args[0], args[1]);
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h     [all...]
testing_automation_provider.cc 78 #include "chrome/browser/ui/login/login_prompt.h"
630 // If auth is needed again after this, assume login has failed. This is
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 5 #include "chrome/browser/chromeos/login/screen_locker.h"
28 #include "chrome/browser/chromeos/login/authenticator.h"
29 #include "chrome/browser/chromeos/login/background_view.h"
30 #include "chrome/browser/chromeos/login/login_performer.h"
31 #include "chrome/browser/chromeos/login/login_utils.h"
32 #include "chrome/browser/chromeos/login/message_bubble.h"
33 #include "chrome/browser/chromeos/login/screen_lock_view.h"
34 #include "chrome/browser/chromeos/login/shutdown_button.h"
87 // Register Screen Lock after login screen to make sure
88 // we don't show the screen lock on top of the login screen by accident
    [all...]
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 11 #include "chrome/browser/chromeos/login/user_manager.h"
427 // Otherwise, enable it. Also, update can login.
442 bool WifiConfigView::Login() {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc 5 #include "chrome/browser/chromeos/login/existing_user_controller.h"
29 #include "chrome/browser/chromeos/login/helper.h"
30 #include "chrome/browser/chromeos/login/login_display_host.h"
31 #include "chrome/browser/chromeos/login/login_utils.h"
32 #include "chrome/browser/chromeos/login/startup_utils.h"
33 #include "chrome/browser/chromeos/login/user_manager.h"
34 #include "chrome/browser/chromeos/login/wizard_controller.h"
85 // Delay for restarting the ui if safe-mode login has failed.
98 // Copies any authentication details that were entered in the login profile in
138 network_state_helper_(new login::NetworkStateHelper)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 305 // Block login if certs are required but user has none.
357 bool VPNConfigView::Login() {
    [all...]
wifi_config_view.cc 14 #include "chromeos/login/login_state.h"
412 // Block login if certs are required but user has none.
633 bool WifiConfigView::Login() {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.cc 5 #include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h"
27 #include "chrome/browser/chromeos/login/hwid_checker.h"
28 #include "chrome/browser/chromeos/login/login_display_host_impl.h"
29 #include "chrome/browser/chromeos/login/screen_locker.h"
30 #include "chrome/browser/chromeos/login/screens/core_oobe_actor.h"
31 #include "chrome/browser/chromeos/login/user.h"
32 #include "chrome/browser/chromeos/login/webui_login_display.h"
33 #include "chrome/browser/chromeos/login/wizard_controller.h"
41 #include "chrome/browser/ui/webui/chromeos/login/error_screen_handler.h"
42 #include "chrome/browser/ui/webui/chromeos/login/native_window_delegate.h
    [all...]

Completed in 514 milliseconds

1 2 34