Searched refs:AppleKeychain (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/os_crypt/
H A Dkeychain_password_mac.h13 class AppleKeychain;
18 explicit KeychainPassword(const crypto::AppleKeychain& keychain)
31 const crypto::AppleKeychain& keychain_;
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac_internal.h16 using crypto::AppleKeychain;
18 // Adapter that wraps a AppleKeychain and provides interaction in terms of
25 explicit MacKeychainPasswordFormAdapter(const AppleKeychain* keychain);
67 // AppleKeychain::Free on all of the keychain items and clearing the vector.
74 // responsible for calling AppleKeychain::Free on on the returned item.
80 // The caller is responsible for calling AppleKeychain::Free on the
109 const AppleKeychain* keychain_;
138 bool FillPasswordFormFromKeychainItem(const AppleKeychain& keychain,
177 const AppleKeychain& keychain,
191 const AppleKeychain
[all...]
H A Dpassword_store_mac.h17 class AppleKeychain;
36 crypto::AppleKeychain* keychain,
101 scoped_ptr<crypto::AppleKeychain> keychain_;
H A Dpassword_store_factory.cc155 crypto::AppleKeychain* keychain =
158 new crypto::MockAppleKeychain() : new crypto::AppleKeychain();
H A Dpassword_store_mac.cc30 using crypto::AppleKeychain;
40 explicit KeychainSearch(const AppleKeychain& keychain);
62 const AppleKeychain* keychain_;
67 KeychainSearch::KeychainSearch(const AppleKeychain& keychain)
259 bool FillPasswordFormFromKeychainItem(const AppleKeychain& keychain,
489 const AppleKeychain& keychain) {
508 const AppleKeychain& keychain,
594 const AppleKeychain& keychain,
622 const AppleKeychain* keychain)
866 AppleKeychain* keychai
[all...]
H A Dpassword_store_mac_unittest.cc69 crypto::AppleKeychain* keychain,
/external/chromium_org/crypto/
H A Dapple_keychain.h29 class CRYPTO_EXPORT AppleKeychain { class in namespace:crypto
31 AppleKeychain();
32 virtual ~AppleKeychain();
103 DISALLOW_COPY_AND_ASSIGN(AppleKeychain);
H A Dmock_apple_keychain.h26 // of AppleKeychain doesn't apply to the actual keychain data, so all of the
29 class CRYPTO_EXPORT MockAppleKeychain : public AppleKeychain {
34 // AppleKeychain implementation.

Completed in 2847 milliseconds