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

  /external/chromium/chrome/browser/chromeos/cros/
mock_cryptohome_library.h 34 ON_CALL(*this, AsyncMount(_, _, _, _))
62 MOCK_METHOD4(AsyncMount, bool(const std::string& user_email,
cryptohome_library.h 75 virtual bool AsyncMount(const std::string& user_email,
cryptohome_library.cc 66 bool AsyncMount(const std::string& user_email,
303 bool AsyncMount(const std::string& user_email,
  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.cc 54 return lib->AsyncMount(attempt_->username,
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, _))
cryptohome_op_unittest.cc 87 AsyncMount(username_, hash_ascii_, true, _))

Completed in 395 milliseconds