/external/chromium/chrome/browser/chromeos/cros/ |
H A D | mock_cryptohome_library.h | 34 ON_CALL(*this, AsyncMount(_, _, _, _)) 62 MOCK_METHOD4(AsyncMount, bool(const std::string& user_email,
|
H A D | cryptohome_library.h | 75 virtual bool AsyncMount(const std::string& user_email,
|
H A D | cryptohome_library.cc | 66 bool AsyncMount(const std::string& user_email, function in class:chromeos::CryptohomeLibraryImpl 303 bool AsyncMount(const std::string& user_email, function in class:chromeos::CryptohomeLibraryStubImpl
|
/external/chromium_org/chromeos/cryptohome/ |
H A D | async_method_caller.h | 23 // Flags for the AsyncMount method. 73 virtual void AsyncMount(const std::string& user_email, 92 // |public_mount_id| and a secret. See AsyncMount for possible values for
|
H A D | mock_async_method_caller.cc | 35 ON_CALL(*this, AsyncMount(_, _, _, _))
|
H A D | mock_async_method_caller.h | 37 MOCK_METHOD4(AsyncMount, void(const std::string& user_email,
|
H A D | async_method_caller.cc | 61 virtual void AsyncMount(const std::string& user_email, 66 AsyncMount(user_email, passhash, flags, base::Bind(
|
/external/chromium/chrome/browser/chromeos/login/ |
H A D | cryptohome_op.cc | 54 return lib->AsyncMount(attempt_->username,
|
H A D | parallel_authenticator_unittest.cc | 355 // argument to AsyncMount). 360 EXPECT_CALL(*mock_library_, AsyncMount(username_, hash_ascii_, true, _)) 408 EXPECT_CALL(*mock_library_, AsyncMount(username_, hash_ascii_, false, _)) 476 // create attempt (specified by the |true| argument to AsyncMount). 478 EXPECT_CALL(*mock_library_, AsyncMount(username_, hash_ascii_, true, _))
|
H A D | cryptohome_op_unittest.cc | 87 AsyncMount(username_, hash_ascii_, true, _))
|
/external/chromium_org/chrome/browser/chromeos/login/ |
H A D | parallel_authenticator_unittest.cc | 436 // |CREATE_IF_MISSING| flag to AsyncMount). 441 EXPECT_CALL(*mock_caller_, AsyncMount(username_, hash_ascii_, 495 EXPECT_CALL(*mock_caller_, AsyncMount(username_, hash_ascii_, 578 // create attempt (indicated by the |CREATE_IF_MISSING| flag to AsyncMount). 580 EXPECT_CALL(*mock_caller_, AsyncMount(username_, hash_ascii_,
|
H A D | login_utils_browsertest.cc | 426 EXPECT_CALL(*mock_async_method_caller_, AsyncMount(_, _, _, _))
|
H A D | parallel_authenticator.cc | 82 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMount(
|
/external/chromium_org/chromeos/dbus/ |
H A D | cryptohome_client.h | 116 // Calls the AsyncMount method to asynchronously mount the cryptohome for 118 // documentation of AsyncMethodCaller::AsyncMount(). 120 virtual void AsyncMount(const std::string& username, 137 // Calls the AsyncMount method to asynchronously mount the cryptohome for 139 // AsyncMethodCaller::AsyncMount(). |callback| is called after the method
|
H A D | cryptohome_client_stub.h | 42 virtual void AsyncMount(const std::string& username,
|
H A D | fake_cryptohome_client.cc | 85 void FakeCryptohomeClient::AsyncMount(const std::string& username, function in class:chromeos::FakeCryptohomeClient
|
H A D | fake_cryptohome_client.h | 43 virtual void AsyncMount(const std::string& username,
|
H A D | mock_cryptohome_client.h | 43 MOCK_METHOD4(AsyncMount, void(const std::string& username,
|
H A D | cryptohome_client_stub.cc | 90 void CryptohomeClientStubImpl::AsyncMount(const std::string& username, function in class:chromeos::CryptohomeClientStubImpl
|
H A D | cryptohome_client.cc | 178 virtual void AsyncMount(const std::string& username,
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
H A D | managed_user_authenticator.cc | 70 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMount(
|