HomeSort by relevance Sort by last modified time
    Searched refs:email (Results 226 - 250 of 434) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 167 const std::string& email() const { return email_; } function in class:google_apis::Author
170 void set_email(const std::string& email) { email_ = email; }
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.cc 295 std::string email; local
296 response_dict->GetString("email", &email);
297 delegate_->OnGetUserEmailResponse(email);
  /external/chromium_org/sync/tools/
sync_client.cc 63 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);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MenuInflateFromXml.java 162 // The reply item is part of the email group
164 mMenu.setGroupVisible(R.id.email, shouldShowEmail);
  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.h 95 const std::string& email,
file_system.h 156 const std::string& email,
236 const std::string& email,
  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc 96 void ErrorScreen::WhiteListCheckFailed(const std::string& email) {
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_sync_observer.cc 173 ChromeUserManager::Get()->GetUserImageManager(user_->email());
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_invalidator.cc 159 GetUserAffiliation(user->email()) != USER_AFFILIATION_MANAGED) {
device_status_collector.cc 439 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/sync/
test_profile_sync_service.cc 53 options->credentials.email = "testuser@gmail.com";
  /external/chromium_org/chrome/browser/ui/
browser_window.h 246 // Shows the one-click sign in bubble. |email| holds the full email address
250 const base::string16& email,
  /external/chromium_org/components/gcm_driver/
gcm_client.h 147 std::string email; member in struct:gcm::GCMClient::AccountTokenInfo
287 // |account_tokens| maps email addresses to OAuth2 access tokens.
  /external/chromium_org/components/invalidation/
sync_invalidation_listener.h 87 void UpdateCredentials(const std::string& email, const std::string& token);
sync_system_resources.h 116 virtual void UpdateCredentials(const std::string& email,
  /external/chromium_org/components/test/data/web_database/
version_34.sql 20 INSERT INTO "autofill" VALUES('email','d@gmail.com','d@gmail.com',3,1);
41 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
version_35.sql 19 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
40 /* A profile with bad email. Should get discarded. */
version_25.sql 13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,middle_name VARCHAR, last_name VARCHAR, email VARCHAR,company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR,city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR,phone VARCHAR, fax VARCHAR);
  /external/chromium_org/sync/internal_api/public/
sync_manager.h 79 // The email associated with this account.
80 std::string email; member in struct:syncer::SyncCredentials
296 // Update tokens that we're using in Sync. Email must stay the same.
  /external/chromium_org/tools/
safely-roll-deps.py 80 parser.add_option('--cc', help='CC email addresses for issue.')
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.cc 203 const std::string& email,
207 gaia::CanonicalizeEmail(gaia::SanitizeEmail(email)));
device_oauth2_token_service_unittest.cc 124 std::string GetValidTokenInfoResponse(const std::string email) {
125 return "{ \"email\": \"" + email + "\","
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
focus_util.js 39 'email' : true,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
core_oobe_handler.cc 183 void CoreOobeHandler::ShowSignInUI(const std::string& email) {
184 CallJS("showSigninUI", email);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 158 // (Example for attribute exchange request for email and name,
162 // 'openid.ax.type.email' : 'http://axschema.org/contact/email',
165 // 'openid.ax.required' : 'email,name1,name2' };

Completed in 1463 milliseconds

1 2 3 4 5 6 7 8 91011>>