Searched defs:CryptohomeLibrary (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dcryptohome_library.h19 class CryptohomeLibrary { class in namespace:chromeos
28 CryptohomeLibrary();
29 virtual ~CryptohomeLibrary();
160 static CryptohomeLibrary* GetImpl(bool stub);
H A Dcryptohome_library.cc17 class CryptohomeLibraryImpl : public CryptohomeLibrary {
254 class CryptohomeLibraryStubImpl : public CryptohomeLibrary {
441 CryptohomeLibrary::CryptohomeLibrary() {} function in class:chromeos::CryptohomeLibrary
442 CryptohomeLibrary::~CryptohomeLibrary() {}
445 CryptohomeLibrary* CryptohomeLibrary::GetImpl(bool stub) {
/external/chromium_org/chromeos/cryptohome/
H A Dcryptohome_library.h17 class CHROMEOS_EXPORT CryptohomeLibrary { class in namespace:chromeos
23 static CryptohomeLibrary* Get();
27 static void SetForTest(CryptohomeLibrary* impl);
29 // Returns a CryptohomeLibrary instance for testing. Does not set or affect
31 static CryptohomeLibrary* GetTestImpl();
34 virtual ~CryptohomeLibrary();
76 CryptohomeLibrary();
79 DISALLOW_COPY_AND_ASSIGN(CryptohomeLibrary);
H A Dcryptohome_library.cc34 class CryptohomeLibraryImpl : public CryptohomeLibrary {
239 class CryptohomeLibraryStubImpl : public CryptohomeLibrary {
308 CryptohomeLibrary::CryptohomeLibrary() {} function in class:chromeos::CryptohomeLibrary
309 CryptohomeLibrary::~CryptohomeLibrary() {}
311 static CryptohomeLibrary* g_cryptohome_library = NULL;
312 static CryptohomeLibrary* g_test_cryptohome_library = NULL;
315 void CryptohomeLibrary::Initialize() {
324 bool CryptohomeLibrary
[all...]

Completed in 99 milliseconds