HomeSort by relevance Sort by last modified time
    Searched refs:SendMail (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/functional/
stress.py 694 test_utils.SendMail(self.stress_pref['mailing_address'],
711 test_utils.SendMail(self.stress_pref['mailing_address'],
test_utils.py 141 def SendMail(send_from, send_to, subject, text, smtp, file_to_send=None):
173 smtp_obj.sendmail(send_from, send_to, msg.as_string())
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 180 def SendMail(self, subject, text):
246 def SendMail(self, subject, text):
247 """See Delegate.SendMail"""
256 smtp_obj.sendmail(self.mailfrom, self.mailto, msg.as_string())
647 self.delegate.SendMail(subject, text)
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 228 def SendMail(self, subject, text):

Completed in 645 milliseconds