Searched refs:MountForBwsi (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dcryptohome_library.h81 virtual bool MountForBwsi(int* error_code) = 0;
H A Dmock_cryptohome_library.h66 MOCK_METHOD1(MountForBwsi, bool(int*));
H A Dcryptohome_library.cc80 bool MountForBwsi(int* error_code) { function in class:chromeos::CryptohomeLibraryImpl
313 bool MountForBwsi(int* error_code) { function in class:chromeos::CryptohomeLibraryStubImpl
/external/chromium/chrome/browser/chromeos/login/
H A Dgoogle_authenticator.cc165 if (CrosLibrary::Get()->GetCryptohomeLibrary()->MountForBwsi(&mount_error)) {
332 if (CrosLibrary::Get()->GetCryptohomeLibrary()->MountForBwsi(
H A Dgoogle_authenticator_unittest.cc482 EXPECT_CALL(*mock_library_, MountForBwsi(_))
501 EXPECT_CALL(*mock_library_, MountForBwsi(_))

Completed in 57 milliseconds