HomeSort by relevance Sort by last modified time
    Searched refs:EasyUnlockPrivateCryptoDelegate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
easy_unlock_private_crypto_delegate_stub.cc 12 // Stub EasyUnlockPrivateCryptoDelegate implementation.
14 : public extensions::api::EasyUnlockPrivateCryptoDelegate {
49 scoped_ptr<EasyUnlockPrivateCryptoDelegate>
50 EasyUnlockPrivateCryptoDelegate::Create() {
51 return scoped_ptr<EasyUnlockPrivateCryptoDelegate>(
easy_unlock_private_crypto_delegate.h 20 class EasyUnlockPrivateCryptoDelegate {
28 virtual ~EasyUnlockPrivateCryptoDelegate() {}
32 static scoped_ptr<EasyUnlockPrivateCryptoDelegate> Create();
easy_unlock_private_crypto_delegate_chromeos.cc 40 // ChromeOS specific EasyUnlockPrivateCryptoDelegate implementation.
42 : public extensions::api::EasyUnlockPrivateCryptoDelegate {
109 scoped_ptr<EasyUnlockPrivateCryptoDelegate>
110 EasyUnlockPrivateCryptoDelegate::Create() {
111 return scoped_ptr<EasyUnlockPrivateCryptoDelegate>(
easy_unlock_private_api.h 29 class EasyUnlockPrivateCryptoDelegate;
41 EasyUnlockPrivateCryptoDelegate* crypto_delegate() {
51 scoped_ptr<EasyUnlockPrivateCryptoDelegate> crypto_delegate_;
easy_unlock_private_api.cc 41 EasyUnlockPrivateCryptoDelegate* GetCryptoDelegate(
82 : crypto_delegate_(EasyUnlockPrivateCryptoDelegate::Create()) {

Completed in 45 milliseconds