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

1 23 4

  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.h 20 #include "chrome/browser/chromeos/login/login_display.h"
21 #include "chrome/browser/chromeos/login/login_performer.h"
22 #include "chrome/browser/chromeos/login/login_utils.h"
23 #include "chrome/browser/chromeos/login/user.h"
35 namespace login { namespace in namespace:chromeos
39 // ExistingUserController is used to handle login when someone has
43 // all login UI implementation.
60 // Creates and shows login UI for known users.
67 // Tells the controller to resume a pending login.
73 // Start the public session auto-login timer
    [all...]
wizard_controller.h 16 #include "chrome/browser/chromeos/login/screens/screen_observer.h"
17 #include "chrome/browser/chromeos/login/screens/wizard_screen.h"
67 // Whether to skip any screens that may normally be shown after login
79 // Skips any screens that may normally be shown after login (registration,
96 // Advances to login screen. Should be used in for testing only.
130 // Returns true if the current wizard instance has reached the login screen.
163 // Shows images login screen.
166 // Resumes a pending login screen.
227 // Logs in the specified user via default login screen.
228 void Login(const std::string& username, const std::string& password)
    [all...]
webui_screen_locker.cc 5 #include "chrome/browser/chromeos/login/webui_screen_locker.h"
17 #include "chrome/browser/chromeos/login/helper.h"
18 #include "chrome/browser/chromeos/login/screen_locker.h"
19 #include "chrome/browser/chromeos/login/user_manager.h"
20 #include "chrome/browser/chromeos/login/webui_login_display.h"
21 #include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h"
37 // URL which corresponds to the login WebUI.
38 const char kLoginURL[] = "chrome://oobe/login#lock";
51 network_state_helper_(new login::NetworkStateHelper),
213 void WebUIScreenLocker::Login(const UserContext& user_context)
    [all...]
existing_user_controller_browsertest.cc 14 #include "chrome/browser/chromeos/login/authenticator.h"
15 #include "chrome/browser/chromeos/login/existing_user_controller.h"
16 #include "chrome/browser/chromeos/login/helper.h"
17 #include "chrome/browser/chromeos/login/mock_authenticator.h"
18 #include "chrome/browser/chromeos/login/mock_login_display.h"
19 #include "chrome/browser/chromeos/login/mock_login_display_host.h"
20 #include "chrome/browser/chromeos/login/mock_login_utils.h"
21 #include "chrome/browser/chromeos/login/mock_url_fetchers.h"
22 #include "chrome/browser/chromeos/login/mock_user_manager.h"
23 #include "chrome/browser/chromeos/login/user_manager.h
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.h 71 virtual bool Login() OVERRIDE;
97 // Update state of the Login button.
wifi_config_view.h 77 virtual bool Login() OVERRIDE;
146 // Updates state of the Login button.
network_config_view.cc 13 #include "chrome/browser/chromeos/login/login_display_host_impl.h"
14 #include "chrome/browser/chromeos/login/user.h"
159 // Disable connect button if cannot login.
173 // Do not attempt login if it is guaranteed to fail, keep the dialog open.
176 bool result = child_config_view_->Login();
wimax_config_view.cc 12 #include "chrome/browser/chromeos/login/startup_utils.h"
15 #include "chromeos/login/login_state.h"
141 bool WimaxConfigView::Login() {
  /external/chromium_org/jingle/notifier/listener/
xmpp_push_client.cc 130 login_.reset(new notifier::Login(this,
  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller.cc 5 #include "chrome/browser/chromeos/login/existing_user_controller.h"
20 #include "chrome/browser/chromeos/login/helper.h"
21 #include "chrome/browser/chromeos/login/login_display_host.h"
22 #include "chrome/browser/chromeos/login/views_login_display.h"
23 #include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
24 #include "chrome/browser/chromeos/login/wizard_controller.h"
156 void ExistingUserController::Login(const std::string& username,
172 // Use the same LoginPerformer for subsequent login as it has state
182 login_performer_->Login(username, password);
248 // Check networking after trying to login in case user i
    [all...]
login_performer.cc 5 #include "chrome/browser/chromeos/login/login_performer.h"
18 #include "chrome/browser/chromeos/login/login_utils.h"
19 #include "chrome/browser/chromeos/login/screen_locker.h"
62 UMA_HISTOGRAM_ENUMERATION("Login.FailureReason", failure.reason(),
80 // Consequent online login failure with blocking UI on.
96 VLOG(1) << "Online login timed out. "
115 // 0 - Login success offline and online. It's a new user. or it's an
117 // 1 - Login success offline only. It's an existing user login.
118 UMA_HISTOGRAM_ENUMERATION("Login.SuccessReason", pending_requests, 2)
    [all...]
views_login_display.cc 5 #include "chrome/browser/chromeos/login/views_login_display.h"
11 #include "chrome/browser/chromeos/login/help_app_launcher.h"
12 #include "chrome/browser/chromeos/login/message_bubble.h"
13 #include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
89 size_t users_per_screen = (width() - login::kUserImageSize) /
101 // Make sure that owner of the device is always visible on login screen.
252 void ViewsLoginDisplay::Login(UserController* source,
254 delegate()->Login(source->user().email(), UTF16ToUTF8(password));
new_user_view.cc 5 #include "chrome/browser/chromeos/login/new_user_view.h"
21 #include "chrome/browser/chromeos/login/rounded_rect_painter.h"
22 #include "chrome/browser/chromeos/login/textfield_with_margin.h"
23 #include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
245 sign_in_button_ = new login::WideButton(this, std::wstring());
448 void NewUserView::Login() {
469 // Sign in button causes a login attempt.
473 Login();
531 Login();
575 (*link)->SetNormalColor(login::kLinkColor)
    [all...]
user_controller.cc 5 #include "chrome/browser/chromeos/login/user_controller.h"
11 #include "chrome/browser/chromeos/login/existing_user_view.h"
12 #include "chrome/browser/chromeos/login/guest_user_view.h"
13 #include "chrome/browser/chromeos/login/helper.h"
14 #include "chrome/browser/chromeos/login/rounded_rect_painter.h"
15 #include "chrome/browser/chromeos/login/user_view.h"
16 #include "chrome/browser/chromeos/login/username_view.h"
17 #include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
18 #include "chrome/browser/chromeos/login/wizard_controller.h"
75 // which makes WM believe that the login screen is not ready
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 48 this.loginDiv_ = document.querySelector('.login-div');
49 this.loginInput_ = document.getElementById('login-input');
54 this.loginFailure_ = document.querySelector('.login-failure');
55 this.loginButton_ = document.querySelector('.login-button');
93 // Login page is shown first.
96 // If user logged in before, skip the login page.
150 * Shows login page.
187 * Callback from picasa client after login.
188 * @param {string} status Login status: success, failure or captcha.
206 * Event handler for login button clicked
    [all...]
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager_browsertest.cc 15 #include "chrome/browser/chromeos/login/helper.h"
16 #include "chrome/browser/chromeos/login/login_utils.h"
17 #include "chrome/browser/chromeos/login/user_manager.h"
18 #include "chrome/browser/chromeos/login/user_manager_impl.h"
166 // Sets the login-screen profile.
175 IN_PROC_BROWSER_TEST_F(AccessibilityManagerTest, Login) {
176 // Confirms that a11y features are disabled on the login screen.
184 // Confirms that the features still disabled just after login.
191 // Confirms that the features are still disabled just after login.
217 // Confirms that the features are disabled just after login
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_screen.cc 5 #include "chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.h"
11 #include "chrome/browser/chromeos/login/existing_user_controller.h"
12 #include "chrome/browser/chromeos/login/managed/locally_managed_user_creation_controller.h"
13 #include "chrome/browser/chromeos/login/screens/error_screen.h"
14 #include "chrome/browser/chromeos/login/screens/screen_observer.h"
15 #include "chrome/browser/chromeos/login/user_image.h"
16 #include "chrome/browser/chromeos/login/user_image_manager.h"
17 #include "chrome/browser/chromeos/login/wizard_controller.h"
163 Login(UserContext(manager_id,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h 15 #include "chrome/browser/chromeos/login/help_app_launcher.h"
16 #include "chrome/browser/chromeos/login/login_display.h"
17 #include "chrome/browser/chromeos/login/screens/error_screen_actor.h"
18 #include "chrome/browser/chromeos/login/user_manager.h"
21 #include "chrome/browser/ui/webui/chromeos/login/base_screen_handler.h"
22 #include "chrome/browser/ui/webui/chromeos/login/network_state_informer.h"
23 #include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h"
81 // Used for new user login via GAIA extension.
86 virtual void Login(const UserContext& user_context) = 0;
138 // Whether login as guest is available
    [all...]
  /external/chromium_org/chrome/test/functional/
chromeos_device_policy.py 30 policy_base.PolicyTestBase.Login(self,
67 """Checks that guest mode login can be enabled/disabled."""
107 """Checks that login can be (dis)allowed by whitelist and allow-new-users.
152 # Disable the account picker so that the login form is shown and the Login()
200 # Timezones are set on startup, i.e. everytime when loading the login
netflix.py 41 """Login to Netflix."""
53 msg='Failed to set login credentials.')
54 self._pyauto.assertTrue(self._pyauto.SubmitForm('login-form'),
55 msg='Login to Netflix failed. We think this is an authetication '
57 'login in manually.')
105 """Sign out from Netflix Login."""
109 """Login and start playing the video."""
116 msg='Login to Netflix failed.')
149 """Perform login"""
151 self.Login(credentials['username'], credentials['password']
    [all...]
test_utils.py 76 Attempts to login to Google by entering the username/password into the google
77 login page and click submit button.
81 username: users login input.
82 password: users login password input.
85 url: an alternative url for login page, if None, original one will be used.
316 """Login to the Chromeos device using the given test account.
323 test_account: The account used to login to the Chromeos device.
327 test.Login(credentials['username'], credentials['password'])
329 test.assertTrue(login_info['is_logged_in'], msg='Login failed.')
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 15 #include "chrome/browser/chromeos/login/existing_user_controller.h"
16 #include "chrome/browser/chromeos/login/screen_locker.h"
163 void TestingAutomationProvider::Login(DictionaryValue* args,
177 controller->Login(username, password);
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
libjingleplus.cc 35 #include "talk/examples/login/xmppauth.h"
36 #include "talk/examples/login/xmppsocket.h"
37 #include "talk/examples/login/xmpppump.h"
221 void Login(const std::string &jid, const std::string &password,
702 void LibjinglePlus::Login(const std::string &jid,
706 worker_->Login(jid, password, machine_address, is_test, cookie_auth);
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.cc 10 #include "chrome/browser/chromeos/login/user_manager.h"
182 bool VPNConfigView::Login() {
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 32 var DisplayManager = cr.ui.login.DisplayManager;
76 * Update body class to switch between OOBE UI and Login UI.
80 document.body.classList.remove('login-display');
82 document.body.classList.add('login-display');
124 * @param {number} loginAttempts Number of login attemps tried.
167 * before login UI is dismissed.
170 login.HeaderBar.animateOut(function() {
176 * Displays animations that have to happen once login UI is fully displayed.
179 login.HeaderBar.animateIn();
183 * Handles login success notification
    [all...]

Completed in 332 milliseconds

1 23 4