Searched refs:user (Results 401 - 425 of 1242) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dspectrum.css5 -webkit-user-select: none;
18 -webkit-user-select: text;
60 -webkit-user-select: none;
/external/chromium_org/third_party/libxslt/libexslt/
H A Dsets.c105 void *user = NULL; local
114 user = ctxt->value->user;
116 ctxt->value->user = NULL;
129 obj->user = user;
/external/chromium_org/third_party/polymer/components/core-icon-button/
H A Dcore-icon-button.css14 user-select: none;
15 -moz-user-select: none;
16 -webkit-user-select: none;
/external/chromium_org/third_party/polymer/components-chromium/core-icon-button/
H A Dcore-icon-button.css14 user-select: none;
15 -moz-user-select: none;
16 -webkit-user-select: none;
/external/smack/src/org/jivesoftware/smack/
H A DRoster.java37 * Represents a user's roster, which is the collection of users a person receives
40 * Others users may attempt to subscribe to this user using a subscription request. Three
265 * @param user the user. (e.g. johndoe@jabber.org)
266 * @param name the nickname of the user.
272 public void createEntry(String user, String name, String[] groups) throws XMPPException { argument
283 RosterPacket.Item item = new RosterPacket.Item(user, name);
308 presencePacket.setTo(user);
338 // Removing the user from the roster, so remove any presence information
379 // Find the list of groups that the user currentl
531 getEntry(String user) argument
546 contains(String user) argument
607 getPresence(String user) argument
699 getPresences(String user) argument
745 getPresenceMapKey(String user) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc30 #include "ash/system/user/login_status.h"
31 #include "ash/system/user/update_observer.h"
32 #include "ash/system/user/user_observer.h"
101 #include "components/user_manager/user.h"
139 gfx::NativeWindow GetNativeWindowByStatus(ash::user::LoginStatus login_status,
146 (!session_started || login_status == ash::user::LOGGED_IN_NONE ||
147 login_status == ash::user::LOGGED_IN_LOCKED || isUserAddingRunning)
210 if (GetUserLoginStatus() == ash::user::LOGGED_IN_NONE) {
326 ash::user::LoginStatus SystemTrayDelegateChromeOS::GetUserLoginStatus() const {
330 return ash::user
405 user_manager::User* user = user_manager::UserManager::Get()->GetActiveUser(); local
848 const user_manager::User* user = local
[all...]
H A Dsession_state_delegate_chromeos_unittest.cc30 const char* kUser = "user@test.com";
82 // Add and log in a user to the session.
83 void UserAddedToSession(std::string user) { argument
84 user_manager()->AddUser(user);
85 user_manager()->LoginUser(user);
88 // Get the active user.
104 const user_manager::User* user = user_manager()->AddUser(user_email); local
106 // Note that user profiles are created after user login in reality.
110 user, user_profile
[all...]
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc101 BluetoothDetailedView(SystemTrayItem* owner, user::LoginStatus login)
197 if (login_ == user::LOGGED_IN_LOCKED)
258 // Show user Bluetooth state if there is no bluetooth devices in list.
304 // user.
309 if (login_ == user::LOGGED_IN_NONE || login_ == user::LOGGED_IN_LOCKED ||
399 user::LoginStatus login_;
427 views::View* TrayBluetooth::CreateTrayView(user::LoginStatus status) {
431 views::View* TrayBluetooth::CreateDefaultView(user::LoginStatus status) {
434 this, status != user
[all...]
/external/chromium_org/ash/system/chromeos/
H A Dtray_display.cc114 case user::LOGGED_IN_NONE:
115 case user::LOGGED_IN_LOCKED:
118 case user::LOGGED_IN_USER:
119 case user::LOGGED_IN_OWNER:
120 case user::LOGGED_IN_GUEST:
121 case user::LOGGED_IN_RETAIL_MODE:
122 case user::LOGGED_IN_PUBLIC:
123 case user::LOGGED_IN_SUPERVISED:
124 case user::LOGGED_IN_KIOSK_APP:
406 views::View* TrayDisplay::CreateDefaultView(user
[all...]
/external/ppp/pppd/plugins/
H A Dwinbind.c93 static int winbind_pap_auth(char *user,
98 static int winbind_chap_verify(char *user, char *ourname, int id,
311 /* run winbind as the user that invoked pppd */
414 notice("Winbind has declined authentication for user!");
423 notice("NT session key for user was not 16 bytes!");
455 notice("Did not get user session key, despite being authenticated!");
480 * user -- user-name of peer
491 winbind_pap_auth(char *user, argument
497 if (run_ntlm_auth(NULL, NULL, user, passwor
517 winbind_chap_verify(char *user, char *ourname, int id, struct chap_digest_type *digest, unsigned char *challenge, unsigned char *response, char *message, int message_space) argument
[all...]
/external/chromium_org/ui/login/
H A Dscreen_container.css66 #oobe.supervised-user-creation #inner-container,
67 #oobe.supervised-user-creation-dialog #inner-container,
70 #oobe.user-image #inner-container,
147 #supervised-user-creation-dot,
148 #supervised-user-creation-dialog-dot,
164 #oobe.user-image #user-image-dot {
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc293 return status_area_widget()->login_status() != user::LOGGED_IN_LOCKED &&
317 user::LoginStatus login_status) {
395 user::LoginStatus login_status = status_area_widget()->login_status();
400 return login_status != user::LOGGED_IN_NONE
401 && login_status != user::LOGGED_IN_LOCKED && !userAddingRunning;
468 SetVisible((status_area_widget()->login_status() != user::LOGGED_IN_NONE) &&
469 (status_area_widget()->login_status() != user::LOGGED_IN_LOCKED) &&
/external/libselinux/src/
H A Dandroid.c140 "user",
161 struct prefix_str user; member in struct:seapp_context
178 free_prefix_str(&s->user);
198 /* Give precedence to a specified user= over an unspecified user=. */
199 if (s1->user.str && !s2->user.str)
201 if (!s1->user.str && s2->user.str)
204 if (s1->user
[all...]
/external/qemu/distrib/libselinux/src/
H A Dandroid.c133 "user",
154 struct prefix_str user; member in struct:seapp_context
171 free_prefix_str(&s->user);
191 /* Give precedence to a specified user= over an unspecified user=. */
192 if (s1->user.str && !s2->user.str)
194 if (!s1->user.str && s2->user.str)
197 if (s1->user
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dhtml.css421 -webkit-user-select: text;
433 -webkit-user-modify: read-only !important;
445 -webkit-user-modify: read-only !important;
460 -webkit-user-modify: read-only !important;
475 -webkit-user-modify: read-only !important;
484 -webkit-user-modify: read-only !important;
495 -webkit-user-select: none;
496 -webkit-user-modify: read-only !important;
519 -webkit-user-select: text;
539 -webkit-user
[all...]
/external/checkpolicy/
H A Dmodule_compiler.c371 char *user_id, user_datum_t *user)
389 yyerror2("user %s doesn't exist, is implicit bounds of %s",
394 if (!user->bounds)
395 user->bounds = bounds->s.value;
396 else if (user->bounds != bounds->s.value) {
397 yyerror2("user %s has inconsistent bounds %s/%s",
399 policydbp->p_role_val_to_name[user->bounds - 1]);
410 user_datum_t *user = NULL, *dest_user = NULL; local
415 yyerror("no user name");
418 if ((user
370 user_implicit_bounds(hashtab_t users_tab, char *user_id, user_datum_t *user) argument
1000 user_datum_t *user = NULL; local
[all...]
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_test_base.cc53 const char kCurrentPage[] = "$('supervised-user-creation').currentPage_";
249 // Navigate to supervised user creation screen.
255 JSEval("$('supervised-user-creation-start-button').click()");
262 "document.querySelectorAll('#supervised-user-creation-managers-pane "
265 "document.querySelectorAll('#supervised-user-creation-managers-pane "
273 "$('supervised-user-creation').managerList_.pods.length == %d",
277 JSExpect(StringPrintf("%s[%d].user.emailAddress == '%s'",
282 // Select the first user as manager, and enter password.
283 JSExpect("$('supervised-user-creation-next-button').disabled");
284 JSSetTextField("#supervised-user
361 const user_manager::User* user = local
381 const user_manager::User* user = local
399 const user_manager::User* user = local
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php8 * program logs the user in with Google's Federated Login API (OpenID), fetches
12 * 1. This user has FREE_TRIAL access to this application ( appId: 1 )
13 * 2. This user has FULL access to this application ( appId: 1 )
14 * 3. This user has NO access to this application ( appId: 1 )
17 * of the user being redirected to the Google login page, a popup window opens
18 * to the login page, keeping the user on the main application page. See
170 This user has <span class="<%= accessLevel.toLowerCase() %>"><%= accessLevel %></span> access to this application ( appId: <%= appId %> )
172 This user has <span class="<%= result.toLowerCase() %>"><%= result %></span> access to this application ( appId: <%= appId %> )
190 <input type="submit" value="Check user's access" />
227 // Provide some basic currying to the user
[all...]
/external/chromium_org/chrome/browser/extensions/api/autotest_private/
H A Dautotest_private_api.cc28 #include "components/user_manager/user.h"
114 const user_manager::User* user = user_manager->GetLoggedInUser(); local
115 result->SetString("email", user->email());
116 result->SetString("displayEmail", user->display_email());
119 switch (user->image_index()) {
129 user_image = base::IntToString(user->image_index());
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc19 #include "components/user_manager/user.h"
69 const user_manager::User* user = supervised_user_manager->FindBySyncId(su_id); local
70 // No user on device.
71 if (user == NULL)
89 if (!auth->NeedPasswordChange(user->email(), dict) &&
90 !auth->HasIncompleteKey(user->email())) {
98 user->email(),
217 // 2) Remove old supervised user key.
258 VLOG(1) << "Removed old supervised user key for "
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.h58 const std::string& user) OVERRIDE;
60 const std::string& user,
64 const std::string& user,
67 const std::string& user) OVERRIDE;
159 // Checks if register call is called correctly (|user| is correct,
163 const std::string& user);
184 // Delays expiration after user action.
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_gtc.c109 /* "RESPONSE=<user>\0<password>" */
129 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Response user",
154 "Identity not found in the user "
169 if (sm->user == NULL || sm->user->password == NULL ||
170 sm->user->password_hash) {
177 if (rlen != sm->user->password_len ||
178 os_memcmp_const(pos, sm->user->password, rlen) != 0) {
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_gtc.c109 /* "RESPONSE=<user>\0<password>" */
129 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Response user",
154 "Identity not found in the user "
169 if (sm->user == NULL || sm->user->password == NULL ||
170 sm->user->password_hash) {
177 if (rlen != sm->user->password_len ||
178 os_memcmp_const(pos, sm->user->password, rlen) != 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_gtc.c109 /* "RESPONSE=<user>\0<password>" */
129 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Response user",
154 "Identity not found in the user "
169 if (sm->user == NULL || sm->user->password == NULL ||
170 sm->user->password_hash) {
177 if (rlen != sm->user->password_len ||
178 os_memcmp_const(pos, sm->user->password, rlen) != 0) {
/external/ppp/pppd/
H A Dauth.c174 /* Hook for a plugin to check the PAP user and password */
175 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
179 /* Hook for a plugin to know about the PAP user logout */
183 int (*pap_passwd_hook) __P((char *user, char *passwd)) = NULL;
189 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL;
362 "Get PAP user and password from file",
365 { "user", o_string, user,
417 /* open user info file */
425 option_error("unable to open user logi
[all...]

Completed in 914 milliseconds

<<11121314151617181920>>