/external/chromium_org/chrome/browser/policy/ |
profile_policy_connector.cc | 159 return gaia::ExtractDomainName(store->policy()->username());
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_mock.h | 33 // Services username stored in a (Testing)PrefService. 50 void(const std::string& username,
|
/external/chromium_org/chrome/browser/ui/views/ |
login_prompt_views.cc | 38 const base::string16& username,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
gaia_screen_handler.h | 133 virtual void ShowSigninScreenForCreds(const std::string& username,
|
/external/chromium_org/components/autofill/core/common/ |
autofill_data_validation.cc | 78 if (!IsValidString16(it->first.username) ||
|
/external/chromium_org/components/omnibox/ |
autocomplete_input.cc | 194 // URL of the form "username:password@foo.com". 208 http_parts.username.is_nonempty() && 214 &http_parts.username, 236 // typed a username and password. It's likely to be a search operator 349 // the username is some unknown scheme, and bail out in the scheme-handling 371 // * If we reach here with a username, our input looks like "user@host[.tld]". 379 return parts->username.is_nonempty() ? metrics::OmniboxInputType::UNKNOWN : 473 if (parts.username.is_nonempty())
|
/external/chromium_org/components/password_manager/core/browser/ |
password_form_manager.h | 134 // were wrong and that the user selected the correct username from the 150 // Returns the username associated with the credentials. 197 // new value for the username and password you get 226 // we have no prior record of this form/username/password and the user 236 // we have at least one match for this form/username/password. This 253 // Returns true if |username| is one of the other possible usernames for a 255 // match which had this username. 257 const base::string16& username); 274 // frequently require lookups by username value in IsNewLogin.
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_validator.cc | 336 gaia::SanitizeEmail(policy_data_->username()))); 478 std::string actual = policy_data_->username(); 485 LOG(ERROR) << "Invalid user name " << policy_data_->username(); 500 LOG(ERROR) << "Invalid user name " << policy_data_->username();
|
/external/chromium_org/media/base/android/ |
media_player_bridge.h | 125 const base::string16& username, const base::string16& password);
|
/external/chromium_org/net/base/ |
net_util_icu_unittest.cc | 568 {"With username and password, omit_username_password=false", 573 {"With username and password, omit_username_password=true", 577 {"With username and no password", 581 {"Just '@' without username and password", 585 // GURL doesn't think local-part of an email address is username for URL. 717 formatted.substr(parsed.username.begin, parsed.username.len)); 740 formatted.substr(parsed.username.begin, parsed.username.len)); 762 EXPECT_FALSE(parsed.username.is_valid()) [all...] |
/external/chromium_org/remoting/client/jni/ |
chromoting_jni_instance.h | 45 const char* username,
|
chromoting_jni_runtime.cc | 74 jstring username, 83 ConvertJavaStringToUTF8(env, username).c_str(), 223 void ChromotingJniRuntime::ConnectToHost(const char* username, 234 username,
|
/external/chromium_org/remoting/protocol/ |
jingle_messages.cc | 58 const std::string& username = local 59 element->Attr(QName(kEmptyNamespace, "username")); 72 username.empty() || password.empty() || 83 candidate->candidate.set_username(username); 102 result->SetAttr(QName(kEmptyNamespace, "username"), 103 candidate.candidate.username());
|
/external/chromium_org/sync/util/ |
cryptographer.h | 32 std::string username; member in struct:syncer::KeyParams
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stunport.cc | 181 const std::string& username, const std::string& password) 183 username, password), 195 const std::string& username, const std::string& password) 197 username, password),
|
stun_unittest.cc | 147 // ByteString Attribute (username) 154 0x00, 0x06, 0x00, 0x08, // username attribute (length 8) 171 0x61, 0x62, 0x63, 0x00 // check for (username of length 3) 174 // ByteString Attribute (username) with padding byte 181 0x00, 0x06, 0x00, 0x03, // username attribute (length 3) 192 0x00, 0x0a, 0x00, 0x06, // username attribute (length 6) 261 // Username: "evtj:h6vY" (without quotes) 302 0x00, 0x06, 0x00, 0x09, // USERNAME attribute header 304 0x3a, 0x68, 0x36, 0x76, // } Username (9 bytes) and padding (3 bytes) 374 0x00, 0x06, 0x00, 0x12, // USERNAME attribute heade 609 const StunByteStringAttribute* username = local 678 const StunByteStringAttribute* username = local 983 const StunByteStringAttribute* username = local 996 const StunByteStringAttribute* username = local 1034 const StunByteStringAttribute* username = local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
fakeportallocator.h | 75 username(),
|
/external/chromium_org/url/ |
url_canon_internal_file.h | 85 new_parsed->username = ParsedComponent(0, -1);
|
url_canon_mailtourl.cc | 22 new_parsed->username = Component();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-weblogic.jar | |
/external/libselinux/include/selinux/ |
selinux.h | 194 const char *username,
|
/external/libsepol/include/sepol/policydb/ |
services.h | 148 char *username,
|
/external/openssl/crypto/srp/ |
srp.h | 120 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
|
/external/openssl/include/openssl/ |
srp.h | 120 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
NetworkUtilities.java | 63 public static final String PARAM_USERNAME = "username"; 98 * username and password. 100 * @param username The server account username 104 public static String authenticate(String username, String password) { 108 params.add(new BasicNameValuePair(PARAM_USERNAME, username));
|