Searched defs:PlatformKeysService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/platform_keys/
H A Dplatform_keys_service.h32 class PlatformKeysService : public KeyedService { class in namespace:chromeos
41 explicit PlatformKeysService(content::BrowserContext* browser_context,
43 virtual ~PlatformKeysService();
149 base::WeakPtrFactory<PlatformKeysService> weak_factory_;
151 DISALLOW_COPY_AND_ASSIGN(PlatformKeysService);
H A Dplatform_keys_service.cc36 const PlatformKeysService::GenerateKeyCallback& callback,
45 // Callback used by |PlatformKeysService::Sign|.
54 const PlatformKeysService::SignCallback& callback,
72 PlatformKeysService::PlatformKeysService( function in class:chromeos::PlatformKeysService
81 PlatformKeysService::~PlatformKeysService() {
84 void PlatformKeysService::GenerateRSAKey(const std::string& token_id,
93 base::Bind(&PlatformKeysService::GenerateRSAKeyCallback,
100 void PlatformKeysService
[all...]

Completed in 459 milliseconds