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

  /external/chromium_org/crypto/
mock_apple_keychain_ios.cc 11 MockAppleKeychain::MockAppleKeychain()
17 MockAppleKeychain::~MockAppleKeychain() {
mock_apple_keychain_mac.cc 12 const SecKeychainSearchRef MockAppleKeychain::kDummySearchRef =
15 MockAppleKeychain::MockAppleKeychain()
24 void MockAppleKeychain::InitializeKeychainData(MockKeychainItemType key) const {
67 MockAppleKeychain::~MockAppleKeychain() {
83 SecKeychainAttribute* MockAppleKeychain::AttributeWithTag(
100 void MockAppleKeychain::SetTestDataBytes(MockKeychainItemType item,
118 void MockAppleKeychain::SetTestDataString(MockKeychainItemType item,
124 void MockAppleKeychain::SetTestDataPort(MockKeychainItemType item
    [all...]
mock_apple_keychain.h 29 class CRYPTO_EXPORT MockAppleKeychain : public AppleKeychain {
31 MockAppleKeychain();
32 virtual ~MockAppleKeychain();
143 // Type used for the keys in the std::map(s) and MockAppleKeychain items.
210 // Mutable because the MockAppleKeychain API requires its internal keychain

Completed in 44 milliseconds