/external/chromium/chrome/browser/ui/webui/chromeos/ |
enterprise_enrollment_ui.cc | 37 // such as the user pressing the signin button. 130 std::string user; local 134 if (!params_dict->GetString("user", &user) || 142 controller->OnAuthSubmitted(user, pass, captcha, access_code); 291 std::string user; local 292 bool has_init_user = GetController(this)->GetInitialUser(&user); 294 user = ""; 297 args.SetString("user", user); [all...] |
/external/chromium/net/http/ |
http_auth_sspi_win.cc | 52 const string16& user, 57 identity.User = 58 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(user.c_str())); 59 identity.UserLength = user.size(); 90 // cached credentials for the logged in user, which can be used 300 string16 user; local 301 SplitDomainAndUser(*username, &domain, &user); 303 user, *password, &cred_); 396 string16* user) { 397 // |combined| may be in the form "user" or "DOMAIN\user" [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
user_controller.h | 32 // user or first time login for a new user. ExistingUserController creates 48 // Selects user entry with specified |index|. 49 // Does nothing if current user is already selected. 59 // Creates a UserController representing new user or guest login. 62 // Creates a UserController for the specified user. 63 UserController(Delegate* delegate, const UserManager::User& user); 68 // |index| is the index of this user, and |total_user_count| the total 77 const UserManager::User& user() const { return user_; function in class:chromeos::UserController [all...] |
dom_login_display.h | 53 virtual void Init(const std::vector<UserManager::User>& users, 57 virtual void OnUserImageChanged(UserManager::User* user) OVERRIDE; 76 std::vector<UserManager::User> users_;
|
enterprise_enrollment_view.cc | 146 void EnterpriseEnrollmentView::OnAuthSubmitted(const std::string& user, 150 controller_->Authenticate(user, password, captcha, access_code); 161 bool EnterpriseEnrollmentView::GetInitialUser(std::string* user) { 162 return controller_->GetInitialUser(user);
|
/external/chromium/chrome/browser/chromeos/options/ |
take_photo_dialog.cc | 62 const UserManager::User& user = user_manager->logged_in_user(); local 63 DCHECK(!user.email().empty()); 67 user_manager->SaveUserImage(user.email(), image);
|
/external/dbus/bus/ |
config-parser-trivial.c | 39 DBusString user; /**< User the dbus-daemon runs as */ member in struct:BusConfigParser 97 if (!_dbus_string_init (&parser->user)) 111 _dbus_string_free (&parser->user); 121 _dbus_string_free (&parser->user); 272 if (!_dbus_string_copy (&content_sane, 0, &parser->user, 0)) 318 return _dbus_string_get_const_data (&parser->user); 350 const char *user; local 369 /* check user return value is okay */ 370 user = bus_config_parser_get_user (parser) [all...] |
/external/iproute2/include/linux/netfilter/ |
x_tables.h | 18 } user; member in union:xt_entry_match::__anon6617 41 } user; member in union:xt_entry_target::__anon6620 58 .target.u.user = { \
|
/external/iptables/include/linux/netfilter/ |
x_tables.h | 18 } user; member in union:xt_entry_match::__anon6847 41 } user; member in union:xt_entry_target::__anon6850 58 .target.u.user = { \
|
/external/libxml2/include/libxml/ |
list.h | 46 * @user: extra user provided data to the walker 52 typedef int (*xmlListWalker) (const void *data, const void *user); 113 const void *user); 117 const void *user);
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
Authority.java | 112 * Get password from the user info. 123 * Get the user name if it exists. 124 * @return String user or null if not set. 127 return userInfo != null ? userInfo.user : null; 170 * Set the user name of the userInfo member. 171 * @param user String to set 173 public void setUser(String user) { 176 this.userInfo.setUser(user); 215 /** Remove the user Infor.
|
/external/ppp/pppd/plugins/radius/ |
radrealms.c | 6 * allows selection of alternate set of servers based on the user's realm. 35 extern void (*radius_pre_auth_hook)(char const *user, 40 lookup_realm(char const *user, 55 realm = strrchr(user, '@');
|
/frameworks/base/core/java/com/android/internal/net/ |
VpnConfig.java | 55 public String user; field in class:VpnConfig 73 out.writeString(user); 90 config.user = in.readString();
|
/system/media/wilhelm/src/android/ |
BufferQueueSource.cpp | 39 BufferQueueSource::BufferQueueSource(const void* user, void *context, const void *caller) : 44 if (NULL != user) { 45 mAndroidBufferQueueSource = &((CAudioPlayer*)user)->mAndroidBufferQueue; 47 SL_LOGE("Can't create BufferQueueSource with NULL user");
|
/bionic/libc/kernel/arch-arm/asm/ |
elf.h | 16 #include <asm/user.h>
|
user.h | 34 struct user{ struct
|
/bionic/libc/kernel/arch-x86/asm/ |
elf.h | 16 #include <asm/user.h>
|
/bionic/libc/kernel/common/linux/mtd/ |
nftl.h | 18 #include <mtd/nftl-user.h>
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
elf.h | 16 #include <asm/user.h>
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
nftl.h | 18 #include <mtd/nftl-user.h>
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
elf.h | 16 #include <asm/user.h>
|
/development/tools/emulator/system/camera/ |
CallbackNotifier.h | 59 void* user);
|
/external/chromium/base/win/ |
win_util.cc | 54 TOKEN_USER* user = reinterpret_cast<TOKEN_USER*>(user_bytes.get()); local 56 if (!::GetTokenInformation(token, TokenUser, user, size, &size)) 59 if (!user->User.Sid) 64 if (!::ConvertSidToStringSid(user->User.Sid, &sid_string))
|
/external/chromium/chrome/browser/policy/ |
browser_policy_connector.h | 59 EnterpriseInstallAttributes::LockResult LockDevice(const std::string& user);
|
/external/chromium/chrome/browser/remoting/ |
setup_flow_login_step.h | 38 void OnUserSubmittedAuth(const std::string& user,
|