HomeSort by relevance Sort by last modified time
    Searched defs:user_name (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
account_creation_view.cc 51 std::string user_name; local
56 user_name = UTF16ToASCII(form.fields[i].value);
61 if (!user_name.empty()) {
65 delegate_->OnUserCreated(user_name + "@" + domain, "");
  /external/chromium_org/chrome/browser/sync/
sync_ui_util.cc 50 string16 user_name = UTF8ToUTF16(signin.GetAuthenticatedUsername()); local
52 if (!user_name.empty()) {
56 user_name);
60 user_name);
69 DCHECK(!user_name.empty());
76 user_name);
80 user_name,
  /external/chromium_org/cloud_print/service/win/
setup_listener.h 54 const string16& user_name() const { function in class:SetupListener
  /external/wpa_supplicant_8/src/radius/
radius_das.h 22 const u8 *user_name; member in struct:radius_das_attrs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
browser.h 74 const char *user_name; /**< User name of the server process; optional */ member in struct:pa_browse_info
introspect.h 269 const char *user_name; /**< User name of the daemon process */ member in struct:pa_server_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h 74 const char *user_name; /**< User name of the server process; optional */ member in struct:pa_browse_info
introspect.h 269 const char *user_name; /**< User name of the daemon process */ member in struct:pa_server_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h 74 const char *user_name; /**< User name of the server process; optional */ member in struct:pa_browse_info
introspect.h 269 const char *user_name; /**< User name of the daemon process */ member in struct:pa_server_info
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager_browsertest.cc 390 const char* user_name = GetParam(); local
391 UserManager::Get()->UserLoggedIn(user_name, user_name, true);
  /external/chromium_org/rlz/win/lib/
process_info.cc 60 WCHAR user_name[UNLEN + 1]; // max username length local
70 if (!::LookupAccountSidW(NULL, user_sid, user_name, &user_name_size,
76 *name = user_name;
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 77 char user_name[BTA_SERVICE_NAME_LEN+1]; /* Service name */ member in struct:__anon3292
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 627 wchar_t user_name[256]; local
628 DWORD size = arraysize(user_name);
629 ASSERT_NE(0, ::GetUserName(user_name, &size));
631 ASSERT_STREQ(user_name, suffix.substr(1).c_str());
shell_util.cc 2081 wchar_t user_name[256]; local
    [all...]
  /external/libppp/src/
radius.h 83 char user_name[AUTHLEN]; /* Session User-Name */ member in struct:radacct
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 795 std::string user_name = GetUsername(); local
808 if (!user_name.empty()) {
810 flimflam::kL2tpIpsecUserProperty, user_name);
830 if (!user_name.empty()) {
832 flimflam::kL2tpIpsecUserProperty, user_name);
    [all...]
  /external/qemu/android/camera/
camera-capture-linux.c 1089 char user_name[24]; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 131 u8 *user_name; member in struct:eap_ttls_avp
227 parse->user_name = dpos;
986 if (parse.user_name) {
993 os_memcpy(sm->identity, parse.user_name, parse.user_name_len);
995 if (eap_user_get(sm, parse.user_name, parse.user_name_len, 1)
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 719 const char *user_name;
723 user_name = dirname + 1;
735 user_name = newp;
753 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0)
765 p = getpwnam (user_name);
718 const char *user_name; local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 1144 std::string user_name = local
    [all...]
profile_info_cache.cc 44 const char kUserNameKey[] = "user_name";
308 string16 user_name; local
309 GetInfoForProfileAtIndex(index)->GetString(kUserNameKey, &user_name);
310 return user_name;
486 const string16& user_name) {
487 if (user_name == GetUserNameOfProfileAtIndex(index))
491 info->SetString(kUserNameKey, user_name);
  /external/ppp/pppd/
auth.c 2535 char *user_name; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
trio.c 665 char user_name[MAX_USER_NAME]; member in struct:__anon14100
    [all...]
  /external/libxml2/
trio.c 665 char user_name[MAX_USER_NAME]; member in struct:__anon23196
    [all...]

Completed in 1442 milliseconds