HomeSort by relevance Sort by last modified time
    Searched refs:username (Results 501 - 525 of 872) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/net/
url_fixer_upper_unittest.cc 36 const url_parse::Component username; member in struct:segment_case
48 url_parse::Component(), // username
58 url_parse::Component(), // username
68 url_parse::Component(), // username
78 url_parse::Component(0, 4), // username
88 url_parse::Component(5, 4), // username
98 url_parse::Component(), // username
108 url_parse::Component(), // username
119 url_parse::Component(), // username
129 url_parse::Component(), // username
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_store.cc 108 void ComponentCloudPolicyStore::SetCredentials(const std::string& username,
111 DCHECK(username_.empty() || username == username_);
113 username_ = username;
component_cloud_policy_service.cc 68 // Loads the initial policies from the store. |username| and |dm_token| are
70 void SetCredentials(const std::string& username, const std::string& dm_token);
135 const std::string& username,
137 store_->SetCredentials(username, dm_token);
433 policy->username(),
  /external/chromium_org/sync/util/
cryptographer.cc 20 // a username, and a password) by calling Permute on this string. Since the
148 params.username,
150 NOTREACHED(); // Invalid username or password.
161 params.username,
163 NOTREACHED(); // Invalid username or password.
230 params.username,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionfactory_unittest.cc 124 EXPECT_EQ(turn_config[i].username, allocator->turn_configs()[i].username);
197 ice_server.username = kTurnUsername;
  /external/smack/src/org/jivesoftware/smack/
Connection.java 271 * username@server/resource.
366 * @param username the username.
370 public void login(String username, String password) throws XMPPException {
371 login(username, password, "Smack");
393 * @param username the username.
400 public abstract void login(String username, String password, String resource) throws XMPPException;
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 131 attempt_->username,
screen_locker.h 73 virtual void OnLoginSuccess(const std::string& username,
user_controller.h 119 virtual void OnLogin(const std::string& username,
202 // Input controls which are used for username and password.
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 90 const std::string& username,
98 username_(username),
118 void ProfileSyncServiceHarness::SetCredentials(const std::string& username,
120 username_ = username;
sync_setup_flow.h 78 void OnUserSubmittedAuth(const std::string& username,
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 111 // pair of string columns that mapped the username to the filename of
422 void UserSettings::SwitchUser(const string& username) {
425 email_ = username;
445 bool UserSettings::GetLastUser(string* username) {
450 *username = query.column_string(0);
  /external/chromium/googleurl/src/
url_canon_internal_file.h 109 new_parsed->username = ParsedURL::Component(0, -1);
url_canon_mailtourl.cc 49 new_parsed->username = url_parse::Component();
url_canon_pathurl.cc 52 new_parsed->username.reset();
  /external/chromium/net/base/
net_util_unittest.cc 588 "http://username:password@google.com",
589 "username",
593 "http://username:p@ssword@google.com",
594 "username",
598 "http://username:p%3fa%26s%2fs%23@google.com",
599 "username",
602 { // Username contains %20.
612 { // Use a '+' in the username.
618 "http://username:p&ssword@google.com",
619 "username",
628 string16 username, password; local
631 EXPECT_EQ(ASCIIToUTF16(tests[i].expected_username), username); local
644 string16 username, password; local
    [all...]
  /external/chromium/net/http/
http_auth.h 74 // http://<username>:<password>@host:port
106 string16 username; member in struct:net::HttpAuth::Identity
http_auth_handler_negotiate.h 117 virtual int GenerateAuthTokenImpl(const string16* username,
http_stream_factory.h 132 virtual int RestartTunnelWithProxyAuth(const string16& username,
http_stream_factory_impl_job.h 52 int RestartTunnelWithProxyAuth(const string16& username,
  /external/chromium/net/url_request/
url_request_job.h 148 virtual void SetAuth(const string16& username,
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 191 // a URL before, or if the "scheme" is actually a username. We need to do
209 // URL of the form "username:password@foo.com".
222 http_parts.username.is_nonempty() &&
228 &http_parts.username,
251 // typed a username and password. It's likely to be a search operator
365 // the username is some unknown scheme, and bail out in the scheme-handling
387 // * If we reach here with a username, our input looks like "user@host[.tld]".
395 return parts->username.is_nonempty() ? UNKNOWN : URL;
485 if (parts.username.is_nonempty())
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt.cc 131 attempt_->user_context.username,
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.h 181 void SetUsername(const std::string& username);
  /external/chromium_org/chrome/browser/password_manager/
password_form_manager.h 115 // were wrong and that the user selected the correct username from the
130 // Return the username associated with the credentials.
188 // we have no prior record of this form/username/password and the user
198 // we have at least one match for this form/username/password. This
209 // Returns true if |username| is one of the other possible usernames for a
211 // match which had this username.
213 const string16& username);
230 // frequently require lookups by username value in IsNewLogin.

Completed in 1537 milliseconds

<<21222324252627282930>>