Searched refs:email (Results 251 - 275 of 418) sorted by relevance

<<11121314151617

/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_nacl_manifest.py10 # pylint is convinced the email module is missing attributes
17 import email namespace
217 """Send an email.
220 subject: The subject of the email.
221 text: The text of the email.
283 msg = email.MIMEMultipart.MIMEMultipart()
286 msg['Date'] = email.Utils.formatdate(localtime=True)
288 msg.attach(email.MIMEText.MIMEText(text))
667 # Send a nagging email that we shouldn't be wasting time looking for
886 parser.add_option('--mailfrom', help='email addres
[all...]
/external/chromium_org/remoting/webapp/unittests/
H A Dit2me_helpee_channel_unittest.js112 test('connect() should return error if email is missing',
142 email: 'test@chromium.org'
/external/chromium_org/sync/internal_api/public/
H A Dsync_manager.h79 // The email associated with this account.
80 std::string email; member in struct:syncer::SyncCredentials
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c27 os_free(name->email);
28 name->email = NULL;
172 res = x509_str_compare(a->email, b->email);
413 os_free(name->email);
414 name->email = os_malloc(hdr.length + 1);
415 if (name->email == NULL) {
419 os_memcpy(name->email, hdr.payload, hdr.length);
420 name->email[hdr.length] = '\0';
527 if (name->email) {
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c27 os_free(name->email);
28 name->email = NULL;
172 res = x509_str_compare(a->email, b->email);
413 os_free(name->email);
414 name->email = os_malloc(hdr.length + 1);
415 if (name->email == NULL) {
419 os_memcpy(name->email, hdr.payload, hdr.length);
420 name->email[hdr.length] = '\0';
527 if (name->email) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c27 os_free(name->email);
28 name->email = NULL;
172 res = x509_str_compare(a->email, b->email);
413 os_free(name->email);
414 name->email = os_malloc(hdr.length + 1);
415 if (name->email == NULL) {
419 os_memcpy(name->email, hdr.payload, hdr.length);
420 name->email[hdr.length] = '\0';
527 if (name->email) {
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system.h156 const std::string& email,
236 const std::string& email,
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings.cc203 const std::string& email,
207 gaia::CanonicalizeEmail(gaia::SanitizeEmail(email)));
202 FindEmailInList(const std::string& path, const std::string& email, bool* wildcard_match) const argument
H A Ddevice_oauth2_token_service_unittest.cc124 std::string GetValidTokenInfoResponse(const std::string email) { argument
125 return "{ \"email\": \"" + email + "\","
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc183 void CoreOobeHandler::ShowSignInUI(const std::string& email) { argument
184 CallJS("showSigninUI", email);
/external/chromium_org/components/test/data/web_database/
H A Dversion_25.sql13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,middle_name VARCHAR, last_name VARCHAR, email VARCHAR,company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR,city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR,phone VARCHAR, fax VARCHAR);
H A Dversion_26.sql13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,middle_name VARCHAR, last_name VARCHAR, email VARCHAR,company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR,city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR,phone VARCHAR, fax VARCHAR);
H A Dversion_48.sql14 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_helpers.py8 from email.mime.multipart import MIMEMultipart
9 from email.mime.text import MIMEText
84 in HTML format (with colors). This is used for generating email messages.
199 """Convert this result to HTML display for email.
299 This is used for generating email content.
325 """Send status email.
344 receiver_email_address: receiver's email address.
347 email.
348 email_content: an email content string that will be shown on the dashboard.
350 out in the status email
[all...]
/external/chromium_org/remoting/webapp/
H A Dsession_connector_impl.js174 * this is the name of the host; for an IT2Me connection, it is the email
357 * @param {string} email
359 function connectSignalingWithTokenAndEmail(token, email) {
361 remoting.settings.XMPP_SERVER_ADDRESS, email, token);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc234 // TODO(xiyuan): Clean user profile whose email is not in whitelist.
239 LoginUtils::IsWhitelisted((*it)->email(), NULL) ||
715 void ExistingUserController::SetDisplayEmail(const std::string& email) { argument
716 display_email_ = email;
859 // Clear the recorded displayed email so it won't affect any future attempts.
904 // Update user's displayed email.
976 // Value of owner email is still not verified.
1004 void ExistingUserController::WhiteListCheckFailed(const std::string& email) { argument
1008 ShowError(IDS_LOGIN_ERROR_WHITELIST, email);
1012 login_display_->ShowSigninUI(email);
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dsync_setup_overlay.css105 #email-readonly {
278 #email-row,
279 #email-readonly-row,
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autofill_browsertest.cc161 names.push_back(ASCIIToUTF16("email"));
604 "<INPUT type='text' id='regular' autocomplete='email'/>"
606 " autocomplete='billing email'/>"
607 "<INPUT type='text' id='experimental' x-autocompletetype='email'/>"
639 { "regular", "text", "email" },
641 { "multi-valued", "text", "billing email" },
928 " Email: <INPUT type='text' id='email' value='john@example.com'/>"
937 " <INPUT type='text' id='email' value='john@example.com'/>"
943 " <INPUT type='text' id='email' value='jack@example.com'/>"
976 expected.name = ASCIIToUTF16("email");
3274 WebInputElement email = local
3342 WebInputElement email = local
3410 WebInputElement email = local
3479 WebInputElement email = local
[all...]
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_interactive_uitest.cc936 // In the wild, the repeated fields are typically either email fields
1276 ExpectFieldValue("email", std::string());
1327 // Test forms with multiple email addresses are filled properly.
1334 std::string email("bsmith@gmail.com");
1339 profile.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16(email));
1348 ExpectFieldValue("EMAIL_CONFIRM", email);
1384 base::string16 email(name + ASCIIToUTF16("@example.com"));
1392 profile.SetRawInfo(EMAIL_ADDRESS, email);
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc230 DCHECK(!args->credentials.email.empty());
268 args->credentials.email, absolute_db_path).Pass();
284 const std::string& username = args->credentials.email;
335 session_context_->set_account_name(args->credentials.email);
498 DCHECK(!credentials.email.empty());
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.cc617 if (!user_share.sync_credentials.email.empty() &&
630 user_share.sync_credentials.email,
641 user_share.sync_credentials.email,
/external/chromium_org/chromeos/network/onc/
H A Donc_utils.cc192 std::string email; local
193 if (substitution.GetSubstitute(substitutes::kEmailField, &email)) {
196 email);
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker.cc302 if ((*it)->email() == user_id) {
526 if ((*it)->email() == username)
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_test_base.cc364 LoginUser(user->email());
383 LoginUser(user->email());
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl.cc378 if (user && policy::IsDeviceLocalAccountUser(user->email(), &account_type)) {
383 user->email());

Completed in 6825 milliseconds

<<11121314151617