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

  /external/chromium/chrome/browser/chromeos/cros/
mock_cryptohome_library.h 37 ON_CALL(*this, AsyncMountForBwsi(_))
67 MOCK_METHOD1(AsyncMountForBwsi, bool(Delegate* callback));
cryptohome_library.h 86 virtual bool AsyncMountForBwsi(Delegate* callback) = 0;
cryptohome_library.cc 84 bool AsyncMountForBwsi(Delegate* d) {
317 bool AsyncMountForBwsi(Delegate* callback) {
  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.cc 77 return lib->AsyncMountForBwsi(this);
parallel_authenticator_unittest.cc 326 EXPECT_CALL(*mock_library_, AsyncMountForBwsi(_))
341 EXPECT_CALL(*mock_library_, AsyncMountForBwsi(_))
661 EXPECT_CALL(*mock_library_, AsyncMountForBwsi(_))
cryptohome_op_unittest.cc 93 EXPECT_CALL(*(mock_library_.get()), AsyncMountForBwsi(_))

Completed in 236 milliseconds