Searched refs:email_ (Results 1 - 25 of 30) sorted by last modified time

12

/external/chromium_org/remoting/host/mac/
H A Dme2me_preference_pane_confirm_pin.h12 IBOutlet NSTextField* email_; variable
/external/chromium_org/remoting/host/
H A Dverify_config_window_win.cc23 : email_(email),
46 email_text.SetWindowText(base::UTF8ToUTF16(email_).c_str());
H A Dverify_config_window_win.h48 const std::string email_; member in class:remoting::VerifyConfigWindowWin
/external/chromium_org/remoting/webapp/
H A Didentity.js33 this.email_ = null;
88 that.email_ = email;
103 return this.email_;
174 return remoting.identity.email_ != null;
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.cc165 converter->RegisterStringField(kEmailField, &Author::email_);
H A Dgdata_wapi_parser.h167 const std::string& email() const { return email_; }
170 void set_email(const std::string& email) { email_ = email; }
176 std::string email_; member in class:google_apis::Author
/external/chromium_org/jingle/notifier/listener/
H A Dfake_push_client.cc30 email_ = email;
64 return email_;
H A Dfake_push_client.h52 std::string email_; member in class:notifier::FakePushClient
/external/chromium_org/components/invalidation/
H A Dfake_invalidator.cc25 return email_;
60 email_ = email;
H A Dfake_invalidator.h47 std::string email_; member in class:syncer::FakeInvalidator
/external/chromium_org/components/user_manager/
H A Duser.cc149 return GetUserName(email_);
205 : email_(email),
H A Duser.h82 const std::string& email() const { return email_; }
233 std::string email_; member in class:user_manager::User
236 // The displayed user email, defaults to |email_|.
/external/chromium_org/cloud_print/service/
H A Dservice_state.cc92 email_.clear();
119 cloud_print->GetString(kEmailOptionName, &email_);
130 if (email_.empty() || proxy_id_.empty())
143 SetNotEmptyJsonString(cloud_print.get(), kEmailOptionName, email_);
217 email_ = email;
219 auth_token_ = LoginToGoogle("cloudprint", email_, password);
220 xmpp_auth_token_ = LoginToGoogle("chromiumsync", email_, password);
H A Dservice_state.h41 return email_;
65 email_ = value;
89 std::string email_; member in class:ServiceState
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile.cc256 email_(1),
263 email_(1),
283 email_ = profile.email_;
378 CopyRawValuesToItems(type, values, EmailInfo(), &email_);
415 CopyValuesToItems(type, values, EmailInfo(), app_locale, &email_);
792 CopyItemsToValues(type, email_, app_locale, values);
957 v[1] = &email_[0];
976 return &email_[0];
H A Dautofill_profile.h202 std::vector<EmailInfo> email_; member in class:autofill::AutofillProfile
H A Dcontact_info.cc304 email_ = info.email_;
314 return email_;
321 email_ = value;
H A Dcontact_info.h80 base::string16 email_; member in class:autofill::EmailInfo
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dbackground.js120 email_: null,
220 'email': this.email_,
279 this.email_ = signinDetails['email'].slice(1, -1);
H A Dmain.js50 email_: null,
218 'email': (opt_extraMsg && opt_extraMsg.email) || this.email_,
270 this.email_ = null;
320 this.email_ = call.user;
365 {method: 'noPassword', email: this.email_},
369 email: this.email_,
380 if (this.email_ !== null && this.passwordBytes_ !== null)
396 {method: 'confirmPassword', email: this.email_},
404 this.email_ = msg.email;
418 this.email_
[all...]
/external/chromium_org/chrome/browser/resources/gaia_auth_host/
H A Dgaia_auth_host.js342 if (!msg.email && !this.email_ && !msg.skipForNow) {
/external/chromium_org/chrome/browser/ui/cocoa/
H A Done_click_signin_view_controller.h36 base::string16 email_; variable
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc134 std::string email_; member in class:__anon5155::ConfirmEmailDialogDelegate
161 email_(email),
177 base::UTF8ToUTF16(last_email_), base::UTF8ToUTF16(email_));
1080 helper->email_ = email;
1227 email_.clear();
1350 if (AreWeShowingSignin(url, source_, email_)) {
1386 if (email_.empty()) {
1469 session_index_, email_, password_, "",
1485 session_index_, email_, password_, "",
1525 if (!HandleCrossAccountError(profile, session_index_, email_, password
[all...]
H A Done_click_signin_helper.h358 std::string email_; member in class:OneClickSigninHelper
/external/chromium_org/chrome/browser/ui/views/sync/
H A Done_click_signin_bubble_view.cc105 email_(email),
252 email_));

Completed in 2399 milliseconds

12