Searched refs:mock_library_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dparallel_authenticator_unittest.cc94 mock_library_ = new MockCryptohomeLibrary();
95 test_api->SetCryptohomeLibrary(mock_library_, true);
221 MockCryptohomeLibrary* mock_library_; member in class:chromeos::ParallelAuthenticatorTest
236 ON_CALL(*mock_library_, GetSystemSalt())
238 EXPECT_CALL(*mock_library_, GetSystemSalt())
325 mock_library_->SetUp(true, 0);
326 EXPECT_CALL(*mock_library_, AsyncMountForBwsi(_))
340 mock_library_->SetUp(false, 0);
341 EXPECT_CALL(*mock_library_, AsyncMountForBwsi(_))
356 mock_library_
[all...]
H A Dcryptohome_op_unittest.cc37 mock_library_(new MockCryptohomeLibrary) {
53 // |mock_library_| is mine, though.
54 test_api->SetCryptohomeLibrary(mock_library_.get(), false);
55 mock_library_->SetUp(false, 0);
69 EXPECT_CALL(*(mock_library_.get()), AsyncMigrateKey(username_,
76 EXPECT_CALL(*(mock_library_.get()), AsyncMigrateKey(username_,
86 EXPECT_CALL(*(mock_library_.get()),
93 EXPECT_CALL(*(mock_library_.get()), AsyncMountForBwsi(_))
99 EXPECT_CALL(*(mock_library_.get()), AsyncRemove(username_, _))
105 EXPECT_CALL(*(mock_library_
134 scoped_ptr<MockCryptohomeLibrary> mock_library_; member in class:chromeos::CryptohomeOpTest
[all...]
H A Dgoogle_authenticator_unittest.cc81 mock_library_ = new MockCryptohomeLibrary();
82 test_api->SetCryptohomeLibrary(mock_library_, true);
161 MockCryptohomeLibrary* mock_library_; member in class:chromeos::GoogleAuthenticatorTest
179 ON_CALL(*mock_library_, GetSystemSalt())
181 EXPECT_CALL(*mock_library_, GetSystemSalt())
223 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
240 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
258 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
266 EXPECT_CALL(*mock_library_, GetSystemSalt())
269 EXPECT_CALL(*mock_library_, MigrateKe
[all...]

Completed in 305 milliseconds