HomeSort by relevance Sort by last modified time
    Searched defs:CryptohomeLibrary (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 19 class CryptohomeLibrary {
28 CryptohomeLibrary();
29 virtual ~CryptohomeLibrary();
160 static CryptohomeLibrary* GetImpl(bool stub);
cryptohome_library.cc 17 class CryptohomeLibraryImpl : public CryptohomeLibrary {
254 class CryptohomeLibraryStubImpl : public CryptohomeLibrary {
441 CryptohomeLibrary::CryptohomeLibrary() {}
442 CryptohomeLibrary::~CryptohomeLibrary() {}
445 CryptohomeLibrary* CryptohomeLibrary::GetImpl(bool stub) {
  /external/chromium_org/chromeos/cryptohome/
cryptohome_library.h 17 class CHROMEOS_EXPORT CryptohomeLibrary {
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);
cryptohome_library.cc 34 class CryptohomeLibraryImpl : public CryptohomeLibrary {
239 class CryptohomeLibraryStubImpl : public CryptohomeLibrary {
308 CryptohomeLibrary::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::IsInitialized()
    [all...]

Completed in 1086 milliseconds