HomeSort by relevance Sort by last modified time
    Searched defs:CryptohomeLibrary (Results 1 - 2 of 2) 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) {

Completed in 30 milliseconds