Searched refs:email (Results 201 - 225 of 380) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/chromeos/login/
H A Dexisting_user_controller.h90 virtual void WhiteListCheckFailed(const std::string& email);
H A Dscreen_lock_view.cc247 if (screen_locker_->user().email() != user->email())
/external/chromium/chrome/browser/service/
H A Dservice_process_control.h97 void OnCloudPrintProxyIsEnabled(bool enabled, std::string email);
106 // email address. The callback gets the information when received.
/external/chromium/chrome/browser/ui/webui/options/
H A Dpersonal_options_handler.cc421 std::string email = user.email(); local
422 if (!email.empty()) {
429 email.c_str(),
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebKitHitTestTest.java197 String email = "foo@bar.com";
199 String page = fullPageLink(prefix + email, ANCHOR_TEXT);
202 assertTrue(pollForHitTestDataOnUiThread(HitTestResult.EMAIL_TYPE, email));
203 assertTrue(pollForHrefAndImageSrcOnUiThread(prefix+ email, ANCHOR_TEXT, null));
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings.h88 // this in a few places. The functions searches for |email| in the pref |path|
90 bool FindEmailInList(const std::string& path, const std::string& email) const;
H A Ddevice_oauth2_token_service_unittest.cc98 std::string GetValidTokenInfoResponse(const std::string email) { argument
99 return "{ \"email\": \"" + email + "\","
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc365 const string16 email = AutofillDialogResult::GetWalletEmail(env, wallet); local
381 SECTION_EMAIL, form_structure_, full_wallet.get(), email);
383 SECTION_CC_BILLING, form_structure_, full_wallet.get(), email);
385 SECTION_SHIPPING, form_structure_, full_wallet.get(), email);
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter.h92 const std::string& email,
/external/chromium_org/chrome/browser/ui/views/sync/
H A Done_click_signin_bubble_view.cc53 const string16& email,
74 string16(), email, delegate.Pass(),
95 const string16& email,
103 email_(email),
51 ShowBubble( BrowserWindow::OneClickSigninBubbleType type, const string16& email, const string16& error_message, scoped_ptr<OneClickSigninBubbleDelegate> delegate, views::View* anchor_view, const BrowserWindow::StartSyncCallback& start_sync) argument
93 OneClickSigninBubbleView( const string16& error_message, const string16& email, scoped_ptr<OneClickSigninBubbleDelegate> delegate, views::View* anchor_view, const BrowserWindow::StartSyncCallback& start_sync_callback, bool is_sync_dialog) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.h65 virtual void ShowSignInUI(const std::string& email) OVERRIDE;
H A Dcore_oobe_handler.cc140 void CoreOobeHandler::ShowSignInUI(const std::string& email) { argument
141 CallJS("showSigninUI", email);
/external/chromium_org/sync/notifier/
H A Dinvalidator_registrar_unittest.cc56 const std::string& email, const std::string& token) OVERRIDE {
H A Dp2p_invalidator.h112 const std::string& email, const std::string& token) OVERRIDE;
H A Dpush_client_channel_unittest.cc131 EXPECT_TRUE(fake_push_client_->email().empty());
134 EXPECT_EQ(kEmail, fake_push_client_->email());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DInputTypeNames.cpp68 const AtomicString& email() function in namespace:WebCore::InputTypeNames
70 DEFINE_STATIC_LOCAL(AtomicString, name, ("email", AtomicString::ConstructFromLiteral));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Doptions.py35 cc = make_option("--cc", action="store", type="string", dest="cc", help="Comma-separated list of email addresses to carbon-copy.")
44 email = make_option("--email", action="store", type="string", dest="email", help="Email address to use in ChangeLogs.") variable in class:Options
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Demail.php3 * email.php
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.h98 virtual void SetDisplayEmail(const std::string& email) OVERRIDE;
144 virtual void WhiteListCheckFailed(const std::string& email) OVERRIDE;
267 // The displayed email for the next login attempt set by |SetDisplayEmail|.
/external/chromium_org/chrome/browser/ui/webui/
H A Dnet_export_ui.cc82 // Send NetLog data via email. This runs on UI thread.
216 std::string email; local
223 UTF8ToUTF16(email), UTF8ToUTF16(subject),
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy.cc187 info->email.clear();
189 info->email = user_email();
212 // If authenticating from a robot, the user email will be empty.
/external/chromium_org/chrome/test/functional/
H A Dautofill.py43 email = 'david.yu@gmail.com'
46 profile = {'fn': fname, 'ln': lname, 'em': email}
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
H A Dcommitannouncer.py151 commit, email, subject, body = commit_detail.split('\n', 3)
182 return '%s committed "%s" %s %s%s' % (email, subject, first_url, svn_url, red_flag_message)
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_interactive_uitest.cc625 // In the wild, the repeated fields are typically either email fields
957 ExpectFieldValue("email", std::string());
1009 // Test forms with multiple email addresses are filled properly.
1016 std::string email("bsmith@gmail.com");
1021 profile.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16(email));
1030 ExpectFieldValue("EMAIL_CONFIRM", email);
1066 string16 email(name + ASCIIToUTF16("@example.com"));
1073 profile.SetRawInfo(EMAIL_ADDRESS, email);
/external/chromium_org/chrome/browser/net/gaia/
H A Dgaia_oauth_fetcher.cc247 if (dict->Get("email", &email_value)) {
519 std::string email; local
520 ParseUserInfoResponse(data, &email);
521 if (!email.empty()) {
522 VLOG(1) << "GAIA user info fetched for " << email << ".";
523 consumer_->OnUserInfoSuccess(email);

Completed in 384 milliseconds

1234567891011>>