Home
last modified time | relevance | path

Searched full:email (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
DfixChangeLogPatch.pl42 # 2009-12-22 Alice <alice@email.address>
51 # 2009-12-21 Alice <alice@email.address>
67 2010-12-22 Bob <bob@email.address>
79 2010-12-22 Bob <bob@email.address>
94 -2010-12-22 Bob <bob@email.address>
102 2010-12-22 Alice <alice@email.address>
111 -2010-12-22 Bob <bob@email.address>
119 2010-12-22 Alice <alice@email.address>
134 -2010-12-22 Bob <bob@email.address>
138 2010-12-22 Alice <alice@email.address>
[all …]
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Daccounts_options_handler.cc80 std::string email; in WhitelistUser() local
81 if (!args->GetString(0, &email)) { in WhitelistUser()
85 users_settings()->WhitelistUser(Authenticator::Canonicalize(email)); in WhitelistUser()
89 std::string email; in UnwhitelistUser() local
90 if (!args->GetString(0, &email)) { in UnwhitelistUser()
94 users_settings()->UnwhitelistUser(Authenticator::Canonicalize(email)); in UnwhitelistUser()
95 UserManager::Get()->RemoveUser(email, NULL); in UnwhitelistUser()
105 new StringValue(chrome::kChromeUIUserImageURL + it->email()); in FetchUserPictures()
106 // SetWithoutPathExpansion because email has "." in it. in FetchUserPictures()
107 user_pictures.SetWithoutPathExpansion(it->email(), image_url); in FetchUserPictures()
[all …]
Duser_image_source.cc17 const std::string& email) const { in GetUserImage()
21 if (users[i].email() == email) { in GetUserImage()
45 std::string email = path.substr(0, path.find_first_of("?")); in StartDataRequest() local
46 SendResponse(request_id, new RefCountedBytes(GetUserImage(email))); in StartDataRequest()
/external/chromium/chrome/browser/chromeos/login/
Duser_manager.cc112 g_user_manager.Get().logged_in_user().email()); in UpdateOwnership()
151 // Value of owner email is still not verified. in RemoveUser()
216 const std::string& user_email = email(); in GetNameTooltip()
256 std::string email; in GetUsers() local
257 if ((*it)->GetAsString(&email)) { in GetUsers()
259 user.set_email(email); in GetUsers()
260 UserImages::const_iterator image_it = user_images_.find(email); in GetUsers()
264 prefs_images->GetStringWithoutPathExpansion(email, &image_path)) { in GetUsers()
272 user_images_[email] = user.image(); in GetUsers()
276 user_images_[email] = user.image(); in GetUsers()
[all …]
Dsigned_settings_helper.h28 // or not. |email| is the email that is checked against.
31 const std::string& email) {} in OnCheckWhitelistCompleted() argument
33 // Callback of WhitelistOp that adds |email| to the whitelist.
35 SignedSettings::ReturnCode code, const std::string& email) {} in OnWhitelistCompleted() argument
37 // Callback of WhitelistOp that removes |email| to the whitelist.
39 SignedSettings::ReturnCode code, const std::string& email) {} in OnUnwhitelistCompleted() argument
67 virtual void StartCheckWhitelistOp(const std::string& email,
69 virtual void StartWhitelistOp(const std::string& email,
Duser_manager.h42 // The email the user used to log in.
43 void set_email(const std::string& email) { email_ = email; } in set_email() argument
44 const std::string& email() const { return email_; } in email() function
49 // Tooltip contains user's display name and his email domain to distinguish
76 // Indicates that a user with the given email has just logged in.
78 virtual void UserLoggedIn(const std::string& email);
83 virtual void RemoveUser(const std::string& email,
88 virtual void RemoveUserFromList(const std::string& email);
91 virtual bool IsKnownUser(const std::string& email);
/external/chromium/chrome/browser/resources/options/chromeos/
Daccounts_user_list.js42 user.picture = this.user_pictures_[user.email];
53 * Finds the index of user by given email.
55 * @param {string} email The email address to look for.
58 findUserByEmail_: function(email) { argument
63 if (user.email == email) {
76 var index = this.findUserByEmail_(user.email);
79 chrome.send('whitelistUser', [user.email]);
92 chrome.send('unwhitelistUser', [user.email]);
167 labelEmail.className = 'user-email-label';
168 labelEmail.textContent = this.user.email;
[all …]
Daccounts_user_name_edit.js8 // Email alias only, assuming it's a gmail address.
10 // {name: 'john', email: 'john@gmail.com'}
13 // Email address only.
15 // {name: 'john', email: 'john@chromium.org'}
21 // {name: 'John doe', email: 'john@chromium.org'}
52 * Note that the email parsing is based on RFC 5322 and does not support
53 * IMA (Internationalized Email Address). We take only the following chars
54 * as valid for an email alias (aka local-part):
74 email: matches[1] + '@gmail.com',
83 email: matches[1] + '@' + matches[2],
[all …]
/external/chromium/chrome/browser/sync/resources/
Dgaia_login.js31 if (form.email && (form.email.value == null || form.email.value == "")) {
32 form.email.focus();
41 document.getElementById('email').disabled = false;
47 if (f.email.value != args.user)
49 f.email.value = args.user;
53 f.email.style.display = 'none';
54 var span = document.getElementById('email-readonly');
55 span.appendChild(document.createTextNode(f.email.value));
99 document.getElementById('email').disabled = true;
108 setElementDisplay("email-row", "none");
[all …]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dstring-validate-input.js11 // make up email address
15 (k%2)?email=name+"@mac.com":email=name+"(at)mac.com";
17 // validate the email address
20 if(pattern.test(email))
22 var r = email + " appears to be a valid email address.";
27 r = email + " does NOT appear to be a valid email address.";
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dstring-validate-input.js11 // make up email address
15 (k%2)?email=name+"@mac.com":email=name+"(at)mac.com";
17 // validate the email address
20 if(pattern.test(email))
22 var r = email + " appears to be a valid email address.";
27 r = email + " does NOT appear to be a valid email address.";
/external/chromium/chrome/browser/sync/util/
Duser_settings.h35 void StoreHashedPassword(const std::string& email,
37 bool VerifyAgainstStoredHash(const std::string& email,
41 void SwitchUser(const std::string& email);
43 // Saves the email address and the named service token for the given user.
44 // Call this multiple times with the same email parameter to save multiple
46 void SetAuthTokenForService(const std::string& email,
66 // Multiple email addresses can map to the same Google Account. This method
67 // returns the primary Google Account email associated with |signin|, which
71 std::string email() const;
Duser_settings.cc81 string UserSettings::email() const { in email() function in browser_sync::UserSettings
87 // Multiple email addresses can map to the same Google Account. This table in MakeSigninsTable()
88 // keeps a map of sign-in email addresses to primary Google Account email in MakeSigninsTable()
157 " (email, service_name, service_token, " in MakeCookiesTable()
158 " PRIMARY KEY(email, service_name) ON CONFLICT REPLACE)"); in MakeCookiesTable()
221 " (email, key, value, " in Init()
222 " PRIMARY KEY(email, key) ON CONFLICT REPLACE)"); in Init()
308 "UPDATE settings SET email = ? WHERE email = ?"); in StoreEmailForSignin()
315 // Store this signin:email mapping. in StoreEmailForSignin()
350 void UserSettings::StoreHashedPassword(const string& email, in StoreHashedPassword() argument
[all …]
Duser_settings_posix.cc16 const std::string& email, in SetAuthTokenForService() argument
21 << " for " << email << "for service " << service_name; in SetAuthTokenForService()
33 "(email, service_name, service_token) " in SetAuthTokenForService()
35 statement.bind_string(0, email); in SetAuthTokenForService()
50 "SELECT email, service_token FROM cookies" in GetLastUserAndServiceToken()
/external/chromium/chrome/browser/chromeos/cros/
Dlogin_library.h28 // Check whether or not |email| is present on the whitelist.
29 // If so, we return true and store the signature passed when |email| was
32 virtual bool CheckWhitelist(const std::string& email,
61 // Attempts to issue a signed async request to whitelist |email|.
62 // |signature| must by a SHA1 with RSA encryption signature over |email|
66 virtual bool WhitelistAsync(const std::string& email,
70 // Attempts to issue a signed async request to remove |email| from the
72 // |signature| must by a SHA1 with RSA encryption signature over |email|
76 virtual bool UnwhitelistAsync(const std::string& email,
86 // To determine if an email is white listed, you MUST use CheckWhitelist.
[all …]
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
DAgentStatus.java119 private String email; field in AgentStatus.ChatInfo
123 …public ChatInfo(String sessionID, String userID, Date date, String email, String username, String … in ChatInfo() argument
127 this.email = email; in ChatInfo()
164 * Returns the email address associated with the user.
166 * @return the email address associated with the user.
169 return email; in getEmail()
203 if (email != null) { in toXML()
204 buf.append(" email=\"").append(email).append("\""); in toXML()
259 String email = parser.getAttributeValue("", "email"); in parseChatInfo() local
263 return new ChatInfo(sessionID, userID, date, email, username, question); in parseChatInfo()
/external/webkit/Tools/Scripts/
Dvalidate-committer-lists67email = email_link.string.replace(" at ", "@") # The email is obfuscated using " at " instead of "…
68 emails.append(email)
75 for email in committer.emails:
76 if email in emails:
86 for email in committer.emails:
87 email_to_committer_map[email] = committer
89 return filter(lambda email: not email_to_committer_map.get(email), emails)
180 # First check to see if we have a manual mapping from login to email.
189 # No known email mapping, likely not an active committer. We could log here.
195 …he timestamps for extra sanity even though we could assume commits before email address were used …
[all …]
/external/e2fsprogs/
DSHLIBS4 Email: tytso@mit.edu
11 Email: tytso@mit.edu
18 Email: tytso@mit.edu
25 Email: tytso@mit.edu
32 Email: tytso@mit.edu
/external/chromium/chrome/browser/resources/options/
Dsync_setup_overlay.js487 var email = $('gaia-email');
489 if (email && (email.value == null || email.value == "")) {
490 email.focus();
498 this.setElementDisplay_("email-row", "none");
518 document.getElementById('gaia-email').disabled = true;
528 document.getElementById('gaia-email').disabled = false;
532 var email = $('gaia-email');
536 if (email.value != args.user)
538 email.value = args.user;
542 email.style.display = 'none';
[all …]
/external/openssl/apps/
Dopenssl.cnf151 emailAddress = Email Address
182 # nsCertType = client, email
185 # nsCertType = client, email, objsign
198 # Import the email address.
199 # subjectAltName=email:copy
202 # subjectAltName=email:move
250 # Include email address in subject alt name: another PKIX recommendation
251 # subjectAltName=email:copy
287 # nsCertType = client, email
290 # nsCertType = client, email, objsign
[all …]
/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
Dmanifest.json2 "name": "Email this page (by Google)",
3 …"description": "This extension adds an email button to the toolbar which allows you to email the p…
12 "default_title": "Email this page",
/external/protobuf/examples/
Dadd_person.py13 email = raw_input("Enter email address (blank for none): ")
14 if email != "":
15 person.email = email
/external/chromium/chrome/browser/userfeedback/proto/
Dconfig.proto47 // Comma separated list of email addresses to which email notification
49 // No email is sent if this field is set to an empty string.
65 // Prefix to be added to summary of notification email sent for feedback of this
105 // Send email notification.
106 EMAIL = 1; enumerator
114 optional NotifyChannel notify_channel = 20 [default=EMAIL];
/external/chromium/chrome/browser/chromeos/
Duser_cros_settings_provider.cc149 const std::string& email = whitelist[i]; in GetUserWhitelist() local
153 user->SetString("email", email); in GetUserWhitelist()
155 user->SetBoolean("owner", is_owner && email == self.email()); in GetUserWhitelist()
159 cached_whitelist_update->Append(Value::CreateStringValue(email)); in GetUserWhitelist()
387 const std::string& email) { in OnWhitelistCompleted() argument
388 VLOG(1) << "Add " << email << " to whitelist, code=" << code; in OnWhitelistCompleted()
397 const std::string& email) { in OnUnwhitelistCompleted() argument
398 VLOG(1) << "Remove " << email << " from whitelist, code=" << code; in OnUnwhitelistCompleted()
535 const std::string& email) { in IsEmailInCachedWhitelist() argument
538 StringValue email_value(email); in IsEmailInCachedWhitelist()
[all …]
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/
DWorkgroupProperties.java30 private String email; field in WorkgroupProperties
43 return email; in getEmail()
46 public void setEmail(String email) { in setEmail() argument
47 this.email = email; in setEmail()
111 … else if ((eventType == XmlPullParser.START_TAG) && ("email".equals(parser.getName()))) { in parseIQ()

12345678910>>...28