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

1 2

  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 31 // Asks cryptohomed to try to find the cryptohome for |user_email| and then
33 virtual bool CheckKey(const std::string& user_email,
37 // |user_email| and then use |passhash| to unlock the key.
40 virtual bool AsyncCheckKey(const std::string& user_email,
44 // Asks cryptohomed to try to find the cryptohome for |user_email| and then
46 virtual bool MigrateKey(const std::string& user_email,
51 // |user_email| and then change from using |old_hash| to lock the
55 virtual bool AsyncMigrateKey(const std::string& user_email,
60 // Asks cryptohomed to try to find the cryptohome for |user_email| and then
62 virtual bool Mount(const std::string& user_email,
    [all...]
cryptohome_library.cc 25 bool CheckKey(const std::string& user_email, const std::string& passhash) {
26 return chromeos::CryptohomeCheckKey(user_email.c_str(), passhash.c_str());
29 bool AsyncCheckKey(const std::string& user_email,
33 chromeos::CryptohomeAsyncCheckKey(user_email.c_str(), passhash.c_str()),
38 bool MigrateKey(const std::string& user_email,
41 return chromeos::CryptohomeMigrateKey(user_email.c_str(),
46 bool AsyncMigrateKey(const std::string& user_email,
51 chromeos::CryptohomeAsyncMigrateKey(user_email.c_str(),
58 bool Mount(const std::string& user_email,
61 return chromeos::CryptohomeMountAllowFail(user_email.c_str()
    [all...]
mock_cryptohome_library.h 47 MOCK_METHOD2(CheckKey, bool(const std::string& user_email,
49 MOCK_METHOD3(AsyncCheckKey, bool(const std::string& user_email,
52 MOCK_METHOD3(MigrateKey, bool(const std::string& user_email,
55 MOCK_METHOD4(AsyncMigrateKey, bool(const std::string& user_email,
59 MOCK_METHOD3(Mount, bool(const std::string& user_email,
62 MOCK_METHOD4(AsyncMount, bool(const std::string& user_email,
69 MOCK_METHOD1(Remove, bool(const std::string& user_email));
70 MOCK_METHOD2(AsyncRemove, bool(const std::string& user_email, Delegate* d));
login_library.h 91 // |user_email|. |unique_id| is meant to be used when we have a non-human-
94 virtual bool StartSession(const std::string& user_email,
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
menu.py 53 user_email = user.email()
57 user_email = ""
62 "user_email": user_email,
  /external/chromium/chrome/browser/
bug_report_data.cc 32 , const std::string& user_email
44 user_email_ = user_email;
bug_report_data.h 39 , const std::string& user_email
57 const std::string& user_email() const { return user_email_; } function in class:BugReportData
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy.h 48 const std::string& user_email,
58 const std::string& user_email() const { function in class:cloud_print::CloudPrintProxy
65 const std::string& user_email) OVERRIDE;
cloud_print_proxy.cc 114 const std::string& user_email,
133 user_email_ = user_email;
189 info->email = user_email();
206 const std::string& user_email) {
213 if (!user_email.empty()) {
214 user_email_ = user_email;
cloud_print_proxy_backend.h 38 const std::string& user_email) = 0;
  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 43 // |user_email| and then use |passhash| to unlock the key.
45 virtual void AsyncCheckKey(const std::string& user_email,
50 // |user_email| and then change from using |old_hash| to lock the
53 virtual void AsyncMigrateKey(const std::string& user_email,
59 // |user_email| and then mount it using |passhash| to unlock the key.
63 // |user_email|.
70 // for |user_email|, the expected result is
73 virtual void AsyncMount(const std::string& user_email,
79 // |user_email| using |passhash| to unlock the key.
81 virtual void AsyncAddKey(const std::string& user_email,
    [all...]
mock_async_method_caller.h 30 MOCK_METHOD3(AsyncCheckKey, void(const std::string& user_email,
33 MOCK_METHOD4(AsyncMigrateKey, void(const std::string& user_email,
37 MOCK_METHOD4(AsyncMount, void(const std::string& user_email,
41 MOCK_METHOD4(AsyncAddKey, void(const std::string& user_email,
49 MOCK_METHOD2(AsyncRemove, void(const std::string& user_email,
async_method_caller.cc 38 virtual void AsyncCheckKey(const std::string& user_email,
42 AsyncCheckKey(user_email, passhash, base::Bind(
49 virtual void AsyncMigrateKey(const std::string& user_email,
54 AsyncMigrateKey(user_email, old_hash, new_hash, base::Bind(
61 virtual void AsyncMount(const std::string& user_email,
66 AsyncMount(user_email, passhash, flags, base::Bind(
73 virtual void AsyncAddKey(const std::string& user_email,
78 AsyncAddKey(user_email, passhash, new_passhash, base::Bind(
105 virtual void AsyncRemove(const std::string& user_email,
108 AsyncRemove(user_email, base::Bind
    [all...]
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.h 44 const std::string& user_email,
73 const std::string& user_email,
cloud_print_proxy_service.cc 83 const std::string& user_email,
89 user_email, base::Owned(user_preferences.DeepCopy())));
163 const std::string& user_email,
169 robot_auth_code, robot_email, user_email, *user_preferences));
171 profile_->GetPrefs()->SetString(prefs::kCloudPrintEmail, user_email);
  /external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
cloud_print_private_api.h 31 const std::string& user_email,
cloud_print_private_api.cc 47 params->user_email,
59 params->user_email,
  /external/chromium_org/chrome/service/
service_ipc_server.h 58 const std::string& user_email,
service_ipc_server.cc 111 const std::string& user_email,
114 robot_auth_code, robot_email, user_email, user_settings);
  /external/chromium_org/chromeos/dbus/
fake_session_manager_client.cc 50 void FakeSessionManagerClient::StartSession(const std::string& user_email) {
51 DCHECK_EQ(0UL, user_sessions_.count(user_email));
53 CryptohomeClient::GetStubSanitizedUsername(user_email);
54 user_sessions_[user_email] = user_id_hash;
  /external/chromium_org/ui/app_list/views/
app_list_menu_views.cc 27 const base::string16& user_email,
62 views::Label* user_email_view = new views::Label(user_email);
78 const base::string16& user_email,
81 AddChildView(new CurrentUserView(user_name, user_email, icon));
  /external/chromium_org/remoting/host/
signaling_connector.h 78 virtual void OnGetTokensResponse(const std::string& user_email,
83 virtual void OnGetUserEmailResponse(const std::string& user_email) OVERRIDE;
  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 136 RemoveAttempt(const std::string& user_email,
138 : user_email_(user_email),
216 const std::string& user_email = email(); local
217 size_t at_pos = user_email.rfind('@');
223 std::string domain = user_email.substr(domain_start,
224 user_email.length() - domain_start);
325 std::string user_email = it->email(); local
327 if (email != user_email) {
328 prefs_users_update->Append(Value::CreateStringValue(user_email));
374 std::string user_email = it->email() local
    [all...]
  /external/chromium_org/chrome/browser/feedback/
feedback_data.h 67 const std::string& user_email() const { return user_email_; } function in class:FeedbackData
91 void set_user_email(const std::string& user_email) {
92 user_email_ = user_email;
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.h 47 virtual void OnGetUserEmailResponse(const std::string& user_email) {}

Completed in 401 milliseconds

1 2