Searched refs:AsyncMount (Results 1 - 21 of 21) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_cryptohome_library.h34 ON_CALL(*this, AsyncMount(_, _, _, _))
62 MOCK_METHOD4(AsyncMount, bool(const std::string& user_email,
H A Dcryptohome_library.h75 virtual bool AsyncMount(const std::string& user_email,
H A Dcryptohome_library.cc66 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 Dasync_method_caller.h23 // 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 Dmock_async_method_caller.cc35 ON_CALL(*this, AsyncMount(_, _, _, _))
H A Dmock_async_method_caller.h37 MOCK_METHOD4(AsyncMount, void(const std::string& user_email,
H A Dasync_method_caller.cc61 virtual void AsyncMount(const std::string& user_email,
66 AsyncMount(user_email, passhash, flags, base::Bind(
/external/chromium/chrome/browser/chromeos/login/
H A Dcryptohome_op.cc54 return lib->AsyncMount(attempt_->username,
H A Dparallel_authenticator_unittest.cc355 // 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 Dcryptohome_op_unittest.cc87 AsyncMount(username_, hash_ascii_, true, _))
/external/chromium_org/chrome/browser/chromeos/login/
H A Dparallel_authenticator_unittest.cc436 // |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 Dlogin_utils_browsertest.cc426 EXPECT_CALL(*mock_async_method_caller_, AsyncMount(_, _, _, _))
H A Dparallel_authenticator.cc82 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMount(
/external/chromium_org/chromeos/dbus/
H A Dcryptohome_client.h116 // 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 Dcryptohome_client_stub.h42 virtual void AsyncMount(const std::string& username,
H A Dfake_cryptohome_client.cc85 void FakeCryptohomeClient::AsyncMount(const std::string& username, function in class:chromeos::FakeCryptohomeClient
H A Dfake_cryptohome_client.h43 virtual void AsyncMount(const std::string& username,
H A Dmock_cryptohome_client.h43 MOCK_METHOD4(AsyncMount, void(const std::string& username,
H A Dcryptohome_client_stub.cc90 void CryptohomeClientStubImpl::AsyncMount(const std::string& username, function in class:chromeos::CryptohomeClientStubImpl
H A Dcryptohome_client.cc178 virtual void AsyncMount(const std::string& username,
/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dmanaged_user_authenticator.cc70 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMount(

Completed in 181 milliseconds