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

1 2

  /external/chromium_org/cloud_print/service/
service_state.h 41 return email_;
65 email_ = value;
89 std::string email_; member in class:ServiceState
service_state.cc 92 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);
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane_confirm_pin.h 12 IBOutlet NSTextField* email_; variable
  /external/chromium_org/components/invalidation/
fake_invalidator.cc 25 return email_;
60 email_ = email;
fake_invalidator.h 47 std::string email_; member in class:syncer::FakeInvalidator
  /external/chromium_org/jingle/notifier/listener/
fake_push_client.cc 30 email_ = email;
64 return email_;
fake_push_client.h 52 std::string email_; member in class:notifier::FakePushClient
  /external/chromium_org/chrome/browser/ui/webui/signin/
inline_login_handler_impl.cc 65 std::string email_; member in class:__anon10109::InlineSigninHelper
86 email_(email),
91 DCHECK(!email_.empty());
233 email_ = base::UTF16ToASCII(email);
248 if (!gaia::AreEmailsSame(email_, default_email)) {
291 contents, can_offer_for, email_, &error_msg);
310 email_, password_, session_index_,
313 email_.clear();
329 email_.clear();
inline_login_handler_impl.h 50 std::string email_; member in class:InlineLoginHandlerImpl
  /external/chromium_org/remoting/host/
verify_config_window_win.h 48 const std::string email_; member in class:remoting::VerifyConfigWindowWin
verify_config_window_win.cc 23 : email_(email),
46 email_text.SetWindowText(base::UTF8ToUTF16(email_).c_str());
  /external/chromium_org/ash/test/
test_session_state_delegate.cc 34 explicit MockUserInfo(const std::string& id) : email_(id) {}
49 virtual std::string GetEmail() const OVERRIDE { return email_; }
62 std::string email_; member in class:ash::test::MockUserInfo
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 50 email_: null,
204 'email': (opt_extraMsg && opt_extraMsg.email) || this.email_,
264 this.email_ = null;
314 this.email_ = call.user;
359 {method: 'noPassword', email: this.email_},
363 email: this.email_,
374 if (this.email_ !== null && this.passwordBytes_ !== null)
390 {method: 'confirmPassword', email: this.email_},
398 this.email_ = msg.email;
406 this.email_ = null
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
one_click_signin_view_controller.h 36 base::string16 email_; variable
  /external/chromium_org/components/autofill/core/browser/
contact_info.cc 292 email_ = info.email_;
302 return email_;
309 email_ = value;
contact_info.h 75 base::string16 email_; member in class:autofill::EmailInfo
autofill_profile.cc 232 email_(1),
239 email_(1),
259 email_ = profile.email_;
353 CopyValuesToItems(type, values, &email_, EmailInfo());
710 CopyItemsToValues(type, email_, app_locale, values);
848 v[1] = &email_[0];
867 return &email_[0];
autofill_profile.h 202 std::vector<EmailInfo> email_; member in class:autofill::AutofillProfile
  /external/chromium_org/chrome/browser/chromeos/login/users/
user.h 81 const std::string& email() const { return email_; }
239 std::string email_; member in class:chromeos::User
242 // The displayed user email, defaults to |email_|.
user.cc 138 return GetUserName(email_);
194 : email_(email),
  /external/chromium_org/remoting/webapp/
identity.js 33 this.email_ = null;
88 that.email_ = email;
103 return this.email_;
175 return remoting.identity.email_ != null;
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view.h 116 const base::string16 email_; member in class:OneClickSigninBubbleView
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.cc 133 std::string email_; member in class:__anon9708::ConfirmEmailDialogDelegate
160 email_(email),
176 base::UTF8ToUTF16(last_email_), base::UTF8ToUTF16(email_));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h 59 void set_email(const std::string& email) { email_ = email; }
60 const std::string& email() const { return email_; }
68 std::string email_; member in class:chromeos::LoginScreenContext
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 168 const std::string& email() const { return email_; }
171 void set_email(const std::string& email) { email_ = email; }
177 std::string email_; member in class:google_apis::Author

Completed in 309 milliseconds

1 2