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

1 2

  /external/chromium_org/chrome/browser/sync/
sync_ui_util.cc 67 base::string16 user_name = base::UTF8ToUTF16(user_display_name); local
69 if (!user_name.empty()) {
73 user_name);
77 user_name);
86 DCHECK(!user_name.empty());
93 user_name);
97 user_name,
  /external/chromium_org/cloud_print/gcp20/prototype/
local_print_job.h 45 std::string user_name; member in struct:LocalPrintJob
  /external/chromium_org/cloud_print/service/win/
setup_listener.h 54 const base::string16& user_name() const { function in class:SetupListener
  /external/wpa_supplicant_8/src/radius/
radius_das.h 29 const u8 *user_name; member in struct:radius_das_attrs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
browser.h 73 const char *user_name; /**< User name of the server process; optional */ member in struct:pa_browse_info
introspect.h 354 const char *user_name; /**< User name of the daemon process */ member in struct:pa_server_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
browser.h 73 const char *user_name; /**< User name of the server process; optional */ member in struct:pa_browse_info
introspect.h 354 const char *user_name; /**< User name of the daemon process */ member in struct:pa_server_info
    [all...]
  /external/chromium_org/ash/system/user/
accounts_detailed_view.cc 124 base::string16 user_name = user_info->GetGivenName(); local
125 if (user_name.empty())
126 user_name = user_info->GetDisplayName();
127 if (user_name.empty())
128 user_name = base::ASCIIToUTF16(user_info->GetEmail());
131 user_name),
user_card_view.cc 377 views::Label* user_name = NULL; local
389 user_name = new views::Label(user_name_string);
390 user_name->SetHorizontalAlignment(gfx::ALIGN_LEFT);
419 if (user_name)
420 user_name->SetDisabledColor(text_color);
423 if (user_email && user_name) {
427 details->AddChildView(user_name);
431 if (user_name)
432 AddChildView(user_name);
  /external/chromium_org/rlz/win/lib/
process_info.cc 57 WCHAR user_name[UNLEN + 1]; // max username length local
67 CHECK(::LookupAccountSidW(NULL, user_sid, user_name, &user_name_size,
71 *name = user_name;
  /external/chromium_org/chrome/browser/chromeos/login/users/
fake_user_manager.cc 182 const std::string& user_name = profile->GetProfileName(); local
185 if ((*it)->email() == user_name)
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 858 wchar_t user_name[256]; local
    [all...]
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 533 const char *user_name = Platform::GetUserName(uid); local
534 if (user_name)
535 return user_name;
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 85 char user_name[BTA_SERVICE_NAME_LEN+1]; /* Service name */ member in struct:__anon5585
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager_browsertest.cc 590 const char* user_name = GetParam(); local
591 UserManager::Get()->UserLoggedIn(user_name, user_name, true);
619 const char* user_name = GetParam(); local
620 UserManager::Get()->UserLoggedIn(user_name, user_name, true);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 661 const char *user_name = Platform::GetUserName(uid); local
662 if (user_name)
663 return user_name;
    [all...]
  /external/lldb/source/Target/
Platform.cpp 415 const char *user_name = GetCachedUserName(uid); local
416 if (user_name)
417 return user_name;
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 809 std::string user_name = GetUsername(); local
822 if (!user_name.empty()) {
824 shill::kL2tpIpsecUserProperty, user_name);
846 if (!user_name.empty()) {
848 shill::kL2tpIpsecUserProperty, user_name);
    [all...]
  /external/lldb/source/Host/common/
FileSpec.cpp 84 const char *user_name; local
108 user_name = src_path + 1;
116 user_name = user_home;
121 if (user_name == NULL)
128 if (user_name[0] == '\0')
134 user_entry = ::getpwnam (user_name);
    [all...]
  /external/qemu/android/camera/
camera-capture-linux.c 1086 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;
990 if (parse.user_name) {
995 parse.user_name,
1007 os_memcpy(sm->identity, parse.user_name, parse.user_name_len);
1009 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 1240 std::string user_name = local
    [all...]
profile_info_cache.cc 45 const char kUserNameKey[] = "user_name";
331 base::string16 user_name; local
332 GetInfoForProfileAtIndex(index)->GetString(kUserNameKey, &user_name);
333 return user_name;
506 const base::string16& user_name) {
507 if (user_name == GetUserNameOfProfileAtIndex(index))
512 info->SetString(kUserNameKey, user_name);
    [all...]

Completed in 717 milliseconds

1 2