Searched defs:email (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium/chrome/browser/sync/util/
H A Duser_settings_posix.cc16 const std::string& email,
21 << " for " << email << "for service " << service_name;
33 "(email, service_name, service_token) "
35 statement.bind_string(0, email);
50 "SELECT email, service_token FROM cookies"
15 SetAuthTokenForService( const std::string& email, const std::string& service_name, const std::string& long_lived_service_token) argument
H A Duser_settings_win.cc18 void UserSettings::SetAuthTokenForService(const string& email, argument
24 "(email, service_name, service_token) "
26 statement.bind_string(0, email);
42 "SELECT email, service_token FROM cookies"
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Duser_image_source.cc17 const std::string& email) const {
21 if (users[i].email() == email) {
45 std::string email = path.substr(0, path.find_first_of("?")); local
46 SendResponse(request_id, new RefCountedBytes(GetUserImage(email)));
H A Daccounts_options_handler.cc80 std::string email; local
81 if (!args->GetString(0, &email)) {
85 users_settings()->WhitelistUser(Authenticator::Canonicalize(email));
89 std::string email; local
90 if (!args->GetString(0, &email)) {
94 users_settings()->UnwhitelistUser(Authenticator::Canonicalize(email));
95 UserManager::Get()->RemoveUser(email, NULL);
105 new StringValue(chrome::kChromeUIUserImageURL + it->email());
106 // SetWithoutPathExpansion because email has "." in it.
107 user_pictures.SetWithoutPathExpansion(it->email(), image_ur
120 const std::string& email = it->email(); local
[all...]
/external/protobuf/examples/
H A Dadd_person.cc20 cout << "Enter email address (blank for none): ";
21 string email; local
22 getline(cin, email);
23 if (!email.empty()) {
24 person->set_email(email);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-javamail.jar ... org/apache/tools/ant/taskdefs/ org/apache/tools/ant/taskdefs/email/ org/apache/tools/ant/taskdefs/email/MimeMailer$SimpleAuthenticator. ...
/external/chromium/chrome/browser/
H A Dplatform_util_linux.cc48 void XDGEmail(const std::string& email) { argument
49 XDGUtil("xdg-email", email);
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_helper.h28 // or not. |email| is the email that is checked against.
31 const std::string& email) {}
33 // Callback of WhitelistOp that adds |email| to the whitelist.
35 SignedSettings::ReturnCode code, const std::string& email) {}
37 // Callback of WhitelistOp that removes |email| to the whitelist.
39 SignedSettings::ReturnCode code, const std::string& email) {}
67 virtual void StartCheckWhitelistOp(const std::string& email,
69 virtual void StartWhitelistOp(const std::string& email,
29 OnCheckWhitelistCompleted( SignedSettings::ReturnCode code, const std::string& email) argument
34 OnWhitelistCompleted( SignedSettings::ReturnCode code, const std::string& email) argument
38 OnUnwhitelistCompleted( SignedSettings::ReturnCode code, const std::string& email) argument
H A Duser_manager.h42 // The email the user used to log in.
43 void set_email(const std::string& email) { email_ = email; } argument
44 const std::string& email() const { return email_; } function in class:chromeos::UserManager::User
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);
[all...]
H A Duser_image_downloader.cc90 if (user_manager->logged_in_user().email() == username_) {
133 if (!entry_dictionary->GetList("gd$email", &email_list))
136 // Match entry email address to understand that this is user's entry.
157 std::string email; local
158 if (!email_dictionary->GetStringASCII("address", &email))
161 if (Authenticator::Canonicalize(email) == username_)
H A Dlogin_performer.cc200 const std::string& email) {
206 delegate_->WhiteListCheckFailed(email);
199 OnCheckWhitelistCompleted(SignedSettings::ReturnCode code, const std::string& email) argument
H A Dsigned_settings_helper.cc111 const std::string& email,
116 email_(email) {
298 virtual void StartCheckWhitelistOp(const std::string& email,
300 virtual void StartWhitelistOp(const std::string& email,
346 const std::string&email,
350 email,
356 const std::string&email,
361 email,
110 WhitelistOpContext(Type type, const std::string& email, SignedSettingsHelper::Callback* callback, OpContext::Delegate* delegate) argument
H A Dviews_login_display.cc138 UserController* controller = GetUserControllerByEmail(user->email());
254 delegate()->Login(source->user().email(), UTF16ToUTF8(password));
276 delegate()->OnUserSelected(source->user().email());
285 UserManager::Get()->RemoveUser(source->user().email(), this);
323 const std::string& email) {
326 if ((*i)->user().email() == email)
331 if ((*i)->user().email() == email)
322 GetUserControllerByEmail( const std::string& email) argument
/external/chromium/chrome/browser/service/
H A Dservice_process_control_browsertest.cc63 bool enabled, std::string email) {
62 CloudPrintStatusCallback( bool enabled, std::string email) argument
/external/chromium/chrome/browser/sync/notifier/
H A Dinvalidation_notifier.cc56 const std::string& email, const std::string& token) {
58 VLOG(1) << "Updating credentials for " << email;
61 email, token, SYNC_SERVICE_NAME);
55 UpdateCredentials( const std::string& email, const std::string& token) argument
H A Dp2p_notifier.cc62 const std::string& email, const std::string& token) {
66 talk_mediator_->SetAuthToken(email, token, SYNC_SERVICE_NAME);
69 LOG(DFATAL) << "Could not login for " << email;
78 subscription.from = email;
61 UpdateCredentials( const std::string& email, const std::string& token) argument
H A Dnon_blocking_invalidation_notifier.cc33 void UpdateCredentials(const std::string& email, const std::string& token);
101 const std::string& email, const std::string& token) {
103 invalidation_notifier_->UpdateCredentials(email, token);
180 const std::string& email, const std::string& token) {
187 email, token));
100 UpdateCredentials( const std::string& email, const std::string& token) argument
179 UpdateCredentials( const std::string& email, const std::string& token) argument
/external/chromium/chrome/browser/sync/tools/
H A Dsync_listen_notifications.cc78 std::string email = command_line.GetSwitchValueASCII("email"); local
81 // email and password and passes that in to this utility.
82 if (email.empty() || token.empty()) {
83 std::printf("Usage: %s --email=foo@bar.com --token=token\n\n"
104 sync_notifier->UpdateCredentials(email, token);
/external/chromium/chrome/browser/autofill/
H A Dautofill_common_test.cc36 const char* last_name, const char* email, const char* company,
43 check_and_set(profile, EMAIL_ADDRESS, email);
57 const char* last_name, const char* email, const char* company,
63 SetProfileInfo(profile, first_name, middle_name, last_name, email,
34 SetProfileInfo(AutofillProfile* profile, const char* first_name, const char* middle_name, const char* last_name, const char* email, const char* company, const char* address1, const char* address2, const char* city, const char* state, const char* zipcode, const char* country, const char* phone, const char* fax) argument
55 SetProfileInfoWithGuid(AutofillProfile* profile, const char* guid, const char* first_name, const char* middle_name, const char* last_name, const char* email, const char* company, const char* address1, const char* address2, const char* city, const char* state, const char* zipcode, const char* country, const char* phone, const char* fax) argument
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_proxy_service.cc77 const std::string& email) {
80 this, &CloudPrintProxyService::EnableCloudPrintProxy, lsid, email));
121 // Clear the cached cloud print email pref so that the cloud print setup
156 const std::string& email) {
162 profile_->GetPrefs()->SetString(prefs::kCloudPrintEmail, email);
174 void CloudPrintProxyService::StatusCallback(bool enabled, std::string email) { argument
176 enabled ? email : std::string());
76 EnableForUser(const std::string& lsid, const std::string& email) argument
155 EnableCloudPrintProxy(const std::string& lsid, const std::string& email) argument
/external/clang/tools/scan-view/
H A DReporter.py26 import email, mimetypes, smtplib namespace
27 from email import encoders
28 from email.message import Message
29 from email.mime.base import MIMEBase
30 from email.mime.multipart import MIMEMultipart
31 from email.mime.text import MIMEText
82 # Lifted from python email module examples.
/external/openssl/crypto/x509v3/
H A Dv3_alt.c127 X509V3_add_value_uchar("email",gen->d.ia5->data, &ret);
197 BIO_printf(out, "email:%s",gen->d.ia5->data);
320 if(!name_cmp(cnf->name, "email") && cnf->value &&
323 } else if(!name_cmp(cnf->name, "email") && cnf->value &&
339 /* Copy any email addresses in a certificate or request to
346 ASN1_IA5STRING *email = NULL; local
360 /* Now add any email address(es) to STACK */
365 email = M_ASN1_IA5STRING_dup(X509_NAME_ENTRY_get_data(ne));
372 if(!email || !(gen = GENERAL_NAME_new())) {
376 gen->d.ia5 = email;
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Doptions.py35 cc = make_option("--cc", action="store", type="string", dest="cc", help="Comma-separated list of email addresses to carbon-copy.")
44 email = make_option("--email", action="store", type="string", dest="email", help="Email address to use in ChangeLogs.") variable in class:Options
/external/chromium/chrome/browser/ui/webui/options/
H A Dpersonal_options_handler.cc421 std::string email = user.email(); local
422 if (!email.empty()) {
429 email.c_str(),
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator.h14 // if (gaia_auth.Authenticate("email", "passwd", SAVE_IN_MEMORY_ONLY,
22 // email address associated with the Gaia account can be read; the password is
137 std::string email; member in struct:gaia::GaiaAuthenticator::AuthResults
163 std::string email; member in struct:gaia::GaiaAuthenticator::AuthParams
197 // Retrieve email.
198 inline std::string email() const { function in class:gaia::GaiaAuthenticator
200 return auth_results_.email;

Completed in 408 milliseconds

12