Searched refs:email (Results 226 - 250 of 418) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dsupervised_user_manager_impl.cc173 if (manager_id == GetManagerUserId((*it)->email()))
214 new base::StringValue(manager->email()));
381 (GetUserSyncId((*it)->email()) == sync_id)) {
397 const std::string& email) {
400 email);
396 SetCreationTransactionUserId( const std::string& email) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector_browsertest.cc658 EXPECT_EQ("user0@managed.com", status_.user(0).email());
660 EXPECT_EQ("user1@managed.com", status_.user(1).email());
662 EXPECT_EQ("user2@managed.com", status_.user(2).email());
666 EXPECT_EQ("user4@managed.com", status_.user(4).email());
668 EXPECT_EQ("user5@managed.com", status_.user(5).email());
H A Ddevice_cloud_policy_invalidator.cc159 GetUserAffiliation(user->email()) != USER_AFFILIATION_MANAGED) {
H A Ddevice_status_collector.cc439 const std::string& email = (*user)->email(); local
440 if (connector->GetUserAffiliation(email) == USER_AFFILIATION_MANAGED) {
442 device_user->set_email(email);
445 // Do not report the email address of unmanaged users.
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dgaia_screen_handler.cc167 params.SetString("email", context.email);
304 const std::string& email,
309 Delegate()->SetDisplayEmail(gaia::SanitizeEmail(email));
310 UserContext user_context(email);
650 context.email = populated_email_;
303 HandleCompleteAuthentication( const std::string& email, const std::string& password, const std::string& auth_code) argument
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.cc716 std::string email; local
719 email = profile->GetPrefs()->GetString(prefs::kCloudPrintEmail);
721 base::FundamentalValue disabled(email.empty());
724 if (email.empty()) {
732 base::UTF8ToUTF16(email));
/external/smack/src/org/jivesoftware/smackx/packet/
H A DVCard.java209 public void setEmailHome(String email) { argument
210 this.emailHome = email;
758 private void appendEmail(final String email, final String type) { argument
759 if (email != null) {
765 appendTag("USERID", StringUtils.escapeForXML(email));
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py29 import email namespace
30 import email.Utils namespace
31 import email.Message namespace
32 import email.FeedParser namespace
312 date = calendar.timegm(email.Utils.parsedate_tz(response_headers['date']))
321 expires = email.Utils.parsedate_tz(response_headers['expires'])
368 info = email.Message.Message()
1021 info = email.Message.Message()
1027 # info = email.message_from_string(cached_value)
1034 feedparser = email
[all...]
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.cc141 std::string email = GetUserEmail(); local
145 return email.empty() ? false :
146 gaia::ExtractDomainName(email) == GetEnterpriseDomain();
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc452 const base::string16 email = local
469 SECTION_CC_BILLING, form_structure_, full_wallet.get(), email);
471 SECTION_SHIPPING, form_structure_, full_wallet.get(), email);
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.h167 const std::string& email() const { return email_; } function in class:google_apis::Author
170 void set_email(const std::string& email) { email_ = email; } argument
/external/chromium_org/google_apis/gaia/
H A Dgaia_oauth_client.cc295 std::string email; local
296 response_dict->GetString("email", &email);
297 delegate_->OnGetUserEmailResponse(email);
H A Daccount_tracker.h29 std::string email; member in struct:gaia::AccountIds
/external/chromium_org/sync/tools/
H A Dsync_client.cc63 const char kEmailSwitch[] = "email";
320 credentials.email = command_line.GetSwitchValueASCII(kEmailSwitch);
323 // email and password and passes that in to this utility.
324 if (credentials.email.empty() || credentials.sync_token.empty()) {
455 invalidator->UpdateCredentials(credentials.email, credentials.sync_token);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddummy_file_system.h95 const std::string& email,
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dwebui_screen_locker.h91 virtual void SetDisplayEmail(const std::string& email) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Derror_screen.cc96 void ErrorScreen::WhiteListCheckFailed(const std::string& email) { argument
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_sync_observer.cc173 ChromeUserManager::Get()->GetUserImageManager(user_->email());
/external/chromium_org/chrome/browser/sync/
H A Dtest_profile_sync_service.cc53 options->credentials.email = "testuser@gmail.com";
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter.h97 const std::string& email,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_browsertest.js65 assertEquals(0, getListSize(getField('email')));
87 email: ['a@b.c', 'x@y.z'],
107 var lists = ['fullName', 'email', 'phone'];
/external/chromium_org/components/gcm_driver/
H A Dgcm_client.h147 std::string email; member in struct:gcm::GCMClient::AccountTokenInfo
287 // |account_tokens| maps email addresses to OAuth2 access tokens.
/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener.h87 void UpdateCredentials(const std::string& email, const std::string& token);
/external/chromium_org/components/test/data/web_database/
H A Dversion_34.sql20 INSERT INTO "autofill" VALUES('email','d@gmail.com','d@gmail.com',3,1);
41 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
H A Dversion_35.sql19 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
40 /* A profile with bad email. Should get discarded. */

Completed in 6597 milliseconds

1234567891011>>