/external/chromium_org/chrome/browser/ui/login/ |
login_prompt.h | 61 void SetAuth(const base::string16& username, const base::string16& password); 103 void NotifyAuthSupplied(const base::string16& username, 114 void SetAuthDeferred(const base::string16& username, 182 const base::string16& username, 185 username_(username), 187 const base::string16& username() const { return username_; } function in class:AuthSuppliedLoginNotificationDetails 191 // The username that was used for the authentication. 200 // Prompts the user for their username and password. This is designed to
|
/external/chromium_org/chrome/browser/ui/views/ |
login_view.h | 28 // Access the data in the username/password text fields. 33 virtual void OnAutofillDataAvailable(const base::string16& username,
|
/external/chromium_org/chrome/browser/ui/views/sync/ |
profile_signin_confirmation_dialog_views.cc | 43 const std::string& username, 47 username, 54 const std::string& username, 57 username_(username), 69 const std::string& username, 83 browser, username, delegate); 172 const base::string16 username = base::ASCIIToUTF16(username_); local 206 username, learn_more_text, &offsets);
|
/external/chromium_org/chrome/utility/importer/ |
nss_decryptor_system_nss.h | 37 // username/password and reads other related information. 43 // username/password and reads other related information.
|
/external/chromium_org/chromeos/dbus/ |
fake_cryptohome_client.h | 30 virtual void AsyncCheckKey(const std::string& username, 33 virtual void AsyncMigrateKey(const std::string& username, 37 virtual void AsyncRemove(const std::string& username, 41 const std::string& username, 44 const std::string& username) OVERRIDE; 45 virtual void AsyncMount(const std::string& username, 49 virtual void AsyncAddKey(const std::string& username, 76 const std::string& username,
|
mock_cryptohome_client.h | 31 void(const std::string& username, 35 void(const std::string& username, 39 MOCK_METHOD2(AsyncRemove, void(const std::string& username, 43 void(const std::string& username, 46 std::string(const std::string& username)); 47 MOCK_METHOD4(AsyncMount, void(const std::string& username, 51 MOCK_METHOD4(AsyncAddKey, void(const std::string& username, 78 void(const std::string& username,
|
/external/chromium_org/chromeos/test/data/network/ |
repaired_toplevel_partially_invalid.onc | 17 "Username": "abc fake email def", 18 "Recommended": [ "Username", "Password" ],
|
toplevel_partially_invalid.onc | 17 "Username": "abc ${LOGIN_ID} def", 18 "Recommended": [ "Username", "Password", "UNKNOWN_FIELD" ],
|
/external/chromium_org/components/invalidation/ |
p2p_invalidation_service.cc | 39 void P2PInvalidationService::UpdateCredentials(const std::string& username, 41 invalidator_->UpdateCredentials(username, password);
|
/external/chromium_org/components/os_crypt/ |
ie7_password_win.h | 20 // Encrypted data containing the username, password and some more undocumented 31 std::wstring username; member in struct:ie7_password::DecryptedCredentials
|
/external/chromium_org/components/password_manager/content/browser/ |
content_password_manager_driver.h | 44 virtual void FillSuggestion(const base::string16& username, 46 virtual void PreviewSuggestion(const base::string16& username,
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
browser_credentials_unittest.py | 14 "username": "example", 64 google_backend.login_needed_called[1]["username"])
|
/external/lldb/www/ |
source.html | 39 <p>Once you have commit access, you will have a <b>USERNAME</b> and you can checkout the sources:
42 <li>svn co https://USERNAME@llvm.org/svn/llvm-project/lldb/trunk lldb</li>
|
/external/wpa_supplicant_8/hs20/server/www/ |
add-mo.php | 22 echo "<html><body><p><red>Invalid username</red></p>\n"; 36 echo "<html><body><p><red>Selected username is not available</red></p>\n";
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adshlp.h | 34 HRESULT WINAPI BinarySDToSecurityDescriptor(PSECURITY_DESCRIPTOR pSecurityDescriptor,VARIANT *pVarsec,LPCWSTR pszServerName,LPCWSTR userName,LPCWSTR passWord,DWORD dwFlags); 35 HRESULT WINAPI SecurityDescriptorToBinarySD(VARIANT vVarSecDes,PSECURITY_DESCRIPTOR *ppSecurityDescriptor,PDWORD pdwSDLength,LPCWSTR pszServerName,LPCWSTR userName,LPCWSTR passWord,DWORD dwFlags);
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_sim_db.c | 32 char *permanent; /* permanent username */ 33 char *pseudonym; /* pseudonym username */ 849 * @username: Permanent username (prefix | IMSI) 870 const char *username, int max_chal, 880 if (username == NULL || username[0] != EAP_SIM_PERMANENT_PREFIX || 881 username[1] == '\0' || os_strlen(username) > sizeof(entry->imsi)) { 882 wpa_printf(MSG_DEBUG, "EAP-SIM DB: unexpected username '%s'" [all...] |
/external/chromium_org/components/autofill/core/common/ |
password_form_fill_data_unittest.cc | 23 form_on_page.username_element = ASCIIToUTF16("username"); 37 preferred_match.username_element = ASCIIToUTF16("username"); 86 form_on_page.username_element = ASCIIToUTF16("username"); 100 preferred_match.username_element = ASCIIToUTF16("username"); 115 exact_match.username_element = ASCIIToUTF16("username"); 130 public_suffix_match.username_element = ASCIIToUTF16("username");
|
/external/chromium_org/sync/test/accounts_client/ |
test_accounts_client.cc | 90 url = net::AppendQueryParameter(url, "username", *it); 102 dict_value->GetString("username", &session->username); 116 if (session.username.empty() || session.account_space.empty() || 124 url = net::AppendQueryParameter(url, "username", session.username);
|
/external/chromium_org/third_party/tlslite/tlslite/ |
mathtls.py | 79 def makeX(salt, username, password): 80 if len(username)>=256: 81 raise ValueError("username too long") 84 innerHashResult = SHA1(username + bytearray(b":") + password) 89 def makeVerifier(username, password, bits): 93 x = makeX(salt, username, password)
|
/external/chromium_org/url/ |
url_canon_stdurl.cc | 26 // Authority (username, password, host, port) 28 if (parsed.username.is_valid() || parsed.password.is_valid() || 39 success &= CanonicalizeUserInfo(source.username, parsed.username, 42 &new_parsed->username, 61 new_parsed->username.reset();
|
/external/lldb/test/pexpect-2.4/examples/ |
cgishell.cgi | 10 --username : sets the user name to login with 43 def server (hostname, username, password, socket_filename='/tmp/server_sock', daemon_mode = True, verbose=False): 59 child.login (hostname, username, password, login_naked=True) 270 USERNAME = form['username'].value 272 dpid = server ('127.0.0.1', USERNAME, PASSWORD, '/tmp/'+SID) 295 optlist, args = getopt.getopt(sys.argv[1:], 'h?d', ['help','h','?', 'hostname=', 'username=', 'password=', 'port=', 'watch']) 308 username = os.getenv('USER') 321 if '--username' in options: 322 username = options['--username' [all...] |
/external/smack/src/org/jivesoftware/smack/ |
NonSASLAuthentication.java | 47 public String authenticate(String username, String resource, CallbackHandler cbh) throws XMPPException {
52 return authenticate(username, String.valueOf(pcb.getPassword()),resource);
58 public String authenticate(String username, String password, String resource) throws
60 // If we send an authentication packet in "get" mode with just the username,
64 discoveryAuth.setUsername(username);
85 auth.setUsername(username);
|
/frameworks/base/core/java/com/android/internal/net/ |
VpnProfile.java | 53 public String username = ""; // 3 field in class:VpnProfile 78 username = in.readString(); 99 out.writeString(username); 133 profile.username = values[3]; 146 profile.saveLogin = !profile.username.isEmpty() || !profile.password.isEmpty(); 158 builder.append('\0').append(saveLogin ? username : "");
|
/packages/apps/Settings/tests/src/com/android/settings/vpn2/ |
VpnProfileParser.java | 47 boolean username; 82 if (tagName.equalsIgnoreCase("username")) { 83 username = true; 153 if (username) { 154 profile.username = strValue; 155 username = false;
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AuthenticationHeader.java | 74 public static final String USERNAME = ParameterNames.USERNAME; 113 || name.equalsIgnoreCase(ParameterNames.USERNAME) 480 * Returns the Username value of this AuthorizationHeader. This convenience 481 * method returns only the username of the complete Response. 483 * @return the String representing the Username information, null if value 490 return (String) getParameter(ParameterNames.USERNAME); 494 * Sets the Username of the AuthorizationHeader to the <var>username</var> 497 * @param username [all...] |