HomeSort by relevance Sort by last modified time
    Searched refs:AsyncMount (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 24 // Flags for the AsyncMount method.
74 virtual void AsyncMount(const std::string& user_email,
93 // |public_mount_id| and a secret. See AsyncMount for possible values for
mock_async_method_caller.cc 35 ON_CALL(*this, AsyncMount(_, _, _, _))
mock_async_method_caller.h 37 MOCK_METHOD4(AsyncMount, void(const std::string& user_email,
async_method_caller.cc 61 virtual void AsyncMount(const std::string& user_email,
66 AsyncMount(user_email, passhash, flags, base::Bind(
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 47 MOCK_METHOD4(AsyncMount, void(const std::string& username,
cryptohome_client.h 153 // Calls the AsyncMount method to asynchronously mount the cryptohome for
155 // documentation of AsyncMethodCaller::AsyncMount().
157 virtual void AsyncMount(const std::string& username,
174 // Calls the AsyncMount method to asynchronously mount the cryptohome for
176 // AsyncMethodCaller::AsyncMount(). |callback| is called after the method
fake_cryptohome_client.h 45 virtual void AsyncMount(const std::string& username,
fake_cryptohome_client.cc 117 void FakeCryptohomeClient::AsyncMount(const std::string& username,
cryptohome_client.cc 163 virtual void AsyncMount(const std::string& username,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authenticator.cc 70 cryptohome::AsyncMethodCaller::GetInstance()->AsyncMount(

Completed in 144 milliseconds