HomeSort by relevance Sort by last modified time
    Searched refs:login (Results 76 - 100 of 205) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/ash/system/user/
tray_user.cc 245 ash::user::LoginStatus login,
265 void AddLogoutButton(ash::user::LoginStatus login);
266 void AddUserCard(SystemTrayItem* owner, ash::user::LoginStatus login);
269 views::View* CreateIconForUserCard(ash::user::LoginStatus login);
627 ash::user::LoginStatus login,
635 CHECK_NE(ash::user::LOGGED_IN_NONE, login);
640 login == ash::user::LOGGED_IN_PUBLIC ? kPublicAccountBackgroundColor :
648 AddLogoutButton(!multiprofile_index_ ? login : ash::user::LOGGED_IN_LOCKED);
649 AddUserCard(owner, login);
761 void UserView::AddLogoutButton(ash::user::LoginStatus login) {
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
take_photo_view.cc 5 #include "chrome/browser/chromeos/login/take_photo_view.h"
8 #include "chrome/browser/chromeos/login/helper.h"
168 gfx::Size(login::kUserImageSize, login::kUserImageSize));
232 login::kUserImageSize,
233 login::kUserImageSize);
message_bubble.cc 5 #include "chrome/browser/chromeos/login/message_bubble.h"
8 #include "chrome/browser/chromeos/login/helper.h"
82 help_link_->SetNormalColor(login::kLinkColor);
83 help_link_->SetHighlightedColor(login::kLinkColor);
helper.h 5 // This file contains helper functions used by Chromium OS login.
71 // Creates default smoothed throbber for time consuming operations on login.
77 // Creates painter for login background.
80 // Returns bounds of the screen to use for login wizard.
111 // Define the constants in |login| namespace to avoid potential
113 namespace login { namespace in namespace:chromeos
126 // Background color of the login controls.
129 // Text color on the login controls.
132 // Default link color on login/OOBE controls.
168 } // namespace login
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_form_manager_unittest.cc 23 observed_form_.action = GURL("http://www.google.com/a/Login");
84 // Successful login. The PasswordManager would instruct PasswordFormManager
85 // to save, which should know this is a new login.
87 // Make sure the credentials that would be submitted on successful login
100 // login for the site with a new username. In this case, the matching phase
101 // will yield the previously saved login.
103 // Set up the new login.
110 // Again, the PasswordFormManager should know this is still a new login.
145 // Successful login. The PasswordManager would instruct PasswordFormManager
147 // login
189 PasswordForm login = *observed_form(); local
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow_start_host_step.cc 56 process_control_->SetRemotingHostCredentials(flow()->context()->login,
  /external/chromium_org/chrome/browser/chromeos/login/
helper.cc 5 #include "chrome/browser/chromeos/login/helper.h"
42 namespace login { namespace in namespace:chromeos
81 } // namespace 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...]
screen_locker_tester.cc 5 #include "chrome/browser/chromeos/login/screen_locker_tester.h"
13 #include "chrome/browser/chromeos/login/login_status_consumer.h"
14 #include "chrome/browser/chromeos/login/mock_authenticator.h"
15 #include "chrome/browser/chromeos/login/screen_locker.h"
16 #include "chrome/browser/chromeos/login/webui_screen_locker.h"
151 LoginAttemptObserver login(ScreenLocker::screen_locker_);
158 // Wait for login attempt.
159 login.WaitForAttempt();
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 82 vchar_t *login; /* xauth login */ member in struct:xauth_rmconf
  /external/libppp/src/
id.h 71 login(u); \
datalink.h 64 unsigned packetmode : 1; /* Go into packet mode after login ? */
70 char login[SCRIPT_LEN]; member in struct:datalink::__anon22803::__anon22804
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
AppConfigurationEntry.java 18 package org.apache.harmony.javax.security.auth.login;
27 // the login module options
33 // the login module name
Configuration.java 18 package org.apache.harmony.javax.security.auth.login;
37 private static final String LOGIN_CONFIGURATION_PROVIDER = "login.configuration.provider"; //$NON-NLS-1$
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmp.h 46 extern void login (__const struct utmp *__entry) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utmp.h 46 extern void login (__const struct utmp *__entry) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
utmp.h 46 extern void login (__const struct utmp *__entry) __THROW;
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 36 const char kLoginKey[] = "login";
76 // Helper to create a dictionary with login and token properties set from
453 std::string login; local
454 if (prefs->GetWebStoreLogin(&login)) {
455 result_.reset(Value::CreateStringValue(login));
465 std::string login;
466 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &login));
469 prefs->SetWebStoreLogin(login);
490 // Login can currently only be invoked tab-modal. Since this is
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 6 * @fileoverview Display manager for WebUI OOBE and login.
56 cr.define('cr.ui.login', function() {
145 $('login-header-bar').hidden = hidden;
317 // Start fading animation for login display.
409 // 'Cancel' button is used on the offline login page.
517 * Prepares screens to use in login display.
567 return !document.body.classList.contains('login-display');
602 console.error('Screen type not found. Setting default value "login".');
603 screenType = 'login';
647 $('login-header-bar').disabled = true
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
AppConfigurationEntryTest.java 22 package org.apache.harmony.auth.tests.javax.security.auth.login;
26 import javax.security.auth.login.AppConfigurationEntry;
72 * Test for ctor with incorrect arguments. If name of the login module is null
ConfigurationTest.java 22 package org.apache.harmony.auth.tests.javax.security.auth.login;
35 import javax.security.auth.login.AppConfigurationEntry;
36 import javax.security.auth.login.Configuration;
37 import javax.security.auth.login.ConfigurationSpi;
51 // system property to specify another login configuration file
52 private static final String AUTH_LOGIN_CONFIG = "java.security.auth.login.config";
55 private static final String LOGIN_CONFIG_PROVIDER = "login.configuration.provider";
80 // value of java.security.auth.login.config system property
152 // no login.config.url.N security properties should be set
156 // tmp user home to avoid presence of ${user.home}/.java.login.confi
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LoginModuleUtilsTest.java 24 import javax.security.auth.login.LoginException;
100 assertEquals(LoginModuleUtils.ACTION.login, status
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/chromium_org/ash/system/
tray_accessibility.h 54 user::LoginStatus login);
  /external/chromium_org/remoting/host/
signaling_connector.h 46 std::string login; member in struct:remoting::SignalingConnector::OAuthCredentials

Completed in 1775 milliseconds

1 2 34 5 6 7 8 9