Searched defs:email (Results 101 - 125 of 179) sorted by relevance

12345678

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java213 String email = extractNameAsString(((GeneralSubtree)it.next())
218 if (email != null)
220 intersect.add(email);
230 intersectEmail(email, _permitted, intersect);
237 private Set unionEmail(Set excluded, String email) argument
241 if (email == null)
245 excluded.add(email);
257 unionEmail(_excluded, email, union);
479 private void checkPermittedEmail(Set permitted, String email) argument
493 if (emailIsConstrained(email, st
508 checkExcludedEmail(Set excluded, String email) argument
635 emailIsConstrained(String email, String constraint) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_file_system.cc218 const std::string& email,
217 AddPermission(const base::FilePath& drive_file_path, const std::string& email, google_apis::drive::PermissionRole role, const FileOperationCallback& callback) argument
H A Dfile_system.cc925 const std::string& email,
942 email,
949 const std::string& email,
963 email,
924 AddPermission(const base::FilePath& drive_file_path, const std::string& email, google_apis::drive::PermissionRole role, const FileOperationCallback& callback) argument
948 AddPermissionAfterGetResourceEntry( const std::string& email, google_apis::drive::PermissionRole role, const FileOperationCallback& callback, ResourceEntry* entry, FileError error) argument
H A Djob_scheduler.cc677 const std::string& email,
687 email,
675 AddPermission( const std::string& resource_id, const std::string& email, google_apis::drive::PermissionRole role, const google_apis::EntryActionCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc306 user_id_ = user_manager::UserManager::Get()->GetActiveUser()->email();
378 user_id_ == user_manager::UserManager::Get()->GetActiveUser()->email();
413 // Gets email address while at UI thread.
414 user_id_ = user_manager::UserManager::Get()->GetActiveUser()->email();
488 user_id_ == user_manager::UserManager::Get()->GetActiveUser()->email();
518 std::string user_id = user_manager->GetActiveUser()->email();
549 // Gets email address and username hash while at UI thread.
550 user_id_ = user_manager::UserManager::Get()->GetActiveUser()->email();
577 user_id_ == user_manager::UserManager::Get()->GetActiveUser()->email();
661 std::string email local
713 std::string email = local
[all...]
/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.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/chromeos/settings/
H A Ddevice_settings_provider.cc684 std::string email; local
685 if ((*i)->GetAsString(&email))
686 whitelist_proto->add_user_whitelist(email);
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_service.cc688 const std::string& email,
701 request->set_value(email);
686 AddPermission( const std::string& resource_id, const std::string& email, google_apis::drive::PermissionRole role, const google_apis::EntryActionCallback& callback) argument
H A Dfake_drive_service.cc1683 const std::string& email,
1681 AddPermission( const std::string& resource_id, const std::string& email, google_apis::drive::PermissionRole role, const google_apis::EntryActionCallback& callback) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dfocus_util.js39 'email' : true,
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper_unittest.cc237 void AddEmailToOneClickRejectedList(const std::string& email);
303 const std::string& email) {
307 updater->AppendIfNotPresent(new base::StringValue(email));
669 "session_index", "email", OneClickSigninHelper::AUTO_ACCEPT_ACCEPTED,
852 void(const std::string& email,
889 const std::string& email,
893 email, display_email, refresh_token);
905 args.email = "foo@gmail.com";
919 args.email = "foo@gmail.com";
935 args.email
302 AddEmailToOneClickRejectedList( const std::string& email) argument
887 SimulateRefreshTokenFetched( SigninOAuthHelper::Consumer* consumer, const std::string& email, const std::string& display_email, const std::string& refresh_token) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc183 void CoreOobeHandler::ShowSignInUI(const std::string& email) { argument
184 CallJS("showSigninUI", email);
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/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc113 const base::string16& email,
116 if (info_cache.GetUserNameOfProfileAtIndex(i) == email &&
127 const std::string& email) {
131 info_cache, base::UTF8ToUTF16(email), base::string16());
452 std::string email; local
453 CHECK(args->GetString(0, &email));
454 GetScreenlockRouter(email)->OnAuthAttempted(GetAuthType(email), "");
459 std::string email; local
460 CHECK(args->GetString(0, &email));
112 GetIndexOfProfileWithEmailAndName(const ProfileInfoCache& info_cache, const base::string16& email, const base::string16& name) argument
126 GetScreenlockRouter( const std::string& email) argument
[all...]
/external/chromium_org/chromeos/network/onc/
H A Donc_utils.cc192 std::string email; local
193 if (substitution.GetSubstitute(substitutes::kEmailField, &email)) {
196 email);
/external/chromium_org/google_apis/gaia/
H A Dfake_gaia.cc145 const std::string& email,
157 params.email = email;
417 std::string email; local
418 if (GetQueryParameter(request.content, "Email", &email) &&
419 saml_account_idp_map_.find(email) != saml_account_idp_map_.end()) {
420 GURL url(saml_account_idp_map_[email]);
435 base::StringPrintf("email=\"%s\", sessionindex=0", email.c_str()));
538 response_dict.SetString("email", token_inf
144 SetFakeMergeSessionParams( const std::string& email, const std::string& auth_sid_cookie, const std::string& auth_lsid_cookie) argument
[all...]
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc45 base::string16 ElideEmail(const base::string16& email, argument
48 if (GetStringWidthF(email, font_list) <= available_pixel_width)
49 return email;
51 // Split the email into its local-part (username) and domain-part. The email
54 const size_t split_index = email.find_last_of('@');
56 base::string16 username = email.substr(0, split_index);
57 base::string16 domain = email.substr(split_index + 1);
/external/openssl/crypto/x509v3/
H A Dv3_utl.c72 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email);
521 ASN1_IA5STRING *email; local
524 /* Now add any email address(es) to STACK */
530 email = X509_NAME_ENTRY_get_data(ne);
531 if(!append_ia5(&ret, email)) return NULL;
547 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email)
551 if(email->type != V_ASN1_IA5STRING) return 1;
552 if(!email->data || !email->length) return 1;
556 if(sk_OPENSSL_STRING_find(*sk, (char *)email
[all...]
/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-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmux.py40 import email namespace
41 import email.parser namespace
251 # email.parser.Parser() parses RFC 2822 (RFC 822) style headers.
254 headers = email.parser.Parser().parsestr(header_lines)
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc234 // TODO(xiyuan): Clean user profile whose email is not in whitelist.
239 LoginUtils::IsWhitelisted((*it)->email(), NULL) ||
715 void ExistingUserController::SetDisplayEmail(const std::string& email) { argument
716 display_email_ = email;
859 // Clear the recorded displayed email so it won't affect any future attempts.
904 // Update user's displayed email.
976 // Value of owner email is still not verified.
1004 void ExistingUserController::WhiteListCheckFailed(const std::string& email) { argument
1008 ShowError(IDS_LOGIN_ERROR_WHITELIST, email);
1012 login_display_->ShowSigninUI(email);
[all...]
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc391 gaia::AccountIds CreateIds(std::string email, std::string obfid) { argument
393 ids.account_key = email;
394 ids.email = email;
556 "\"permissions\": [\"identity.email\"]}"));
564 EXPECT_TRUE(info->email.empty());
576 EXPECT_EQ("president@example.com", info->email);
583 EXPECT_TRUE(info->email.empty());
595 EXPECT_TRUE(info->email.empty());
1564 func.get(), "[{\"scopes\": [\"email\"]}]", browse
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h170 void set_reverse_autologin_pending_email(const std::string& email) { argument
171 reverse_autologin_pending_email_ = email;
592 // Provides access to the email addresses of all signed in profiles.
605 // the email of the google account that is being signed into.

Completed in 2687 milliseconds

12345678