Home
last modified time | relevance | path

Searched refs:email_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_helper.cc116 email_(email) { in WhitelistOpContext()
125 callback_->OnCheckWhitelistCompleted(code, email_); in OnSettingsOpCompleted()
128 callback_->OnWhitelistCompleted(code, email_); in OnSettingsOpCompleted()
131 callback_->OnUnwhitelistCompleted(code, email_); in OnSettingsOpCompleted()
146 op_ = SignedSettings::CreateCheckWhitelistOp(email_, this); in CreateOp()
149 op_ = SignedSettings::CreateWhitelistOp(email_, true, this); in CreateOp()
152 op_ = SignedSettings::CreateWhitelistOp(email_, false, this); in CreateOp()
162 std::string email_; member in chromeos::__anon5c1e249e0111::WhitelistOpContext
Duser_manager.h43 void set_email(const std::string& email) { email_ = email; } in set_email()
44 const std::string& email() const { return email_; } in email()
58 std::string email_;
Dsigned_settings.cc122 const std::string email_; member in chromeos::CheckWhitelistOp
152 const std::string email_; member in chromeos::WhitelistOp
329 : email_(email), in CheckWhitelistOp()
338 std::string email_to_check = email_; in Execute()
352 if (email_.find('@') != std::string::npos) { in Execute()
353 email_to_check = std::string("*").append(email_.substr(email_.find('@'))); in Execute()
424 : email_(email), in WhitelistOp()
441 ModifyWhitelist(email_, add_to_whitelist_, whitelist_proto); in Execute()
Duser_manager.cc208 size_t i = email_.find('@'); in GetDisplayName()
210 return email_; in GetDisplayName()
212 return email_.substr(0, i); in GetDisplayName()
/external/chromium/chrome/browser/autofill/
Dcontact_info.cc340 email_ = info.email_; in operator =()
348 if (email_ == text) in GetPossibleFieldTypes()
354 if (!email_.empty()) in GetAvailableFieldTypes()
360 return email_; in GetInfo()
367 email_ = value; in SetInfo()
Dautofill_profile.cc180 : guid_(guid), name_(1), email_(1), home_number_(1), fax_number_(1) { in AutofillProfile()
186 email_(1), in AutofillProfile()
207 email_ = profile.email_; in operator =()
253 CopyValuesToItems(type, values, &email_); in SetMultiInfo()
281 CopyItemsToValues(type, email_, values); in GetMultiInfo()
609 v[1] = &email_[0]; in FormGroups()
629 form_group = &email_[0]; in MutableFormGroupForType()
Dcontact_info.h113 string16 email_;
Dautofill_profile.h169 std::vector<EmailInfo> email_; variable
/external/chromium/chrome/browser/sync/util/
Duser_settings.h92 std::string email_;
Duser_settings.cc83 return email_; in email()
425 email_ = username; in SwitchUser()