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

  /external/chromium_org/crypto/
mock_apple_keychain_mac.cc 118 void MockAppleKeychain::SetTestDataString(MockKeychainItemType item,
433 mutable_this->SetTestDataString(key, kSecCreationDateItemAttr, time_string);
497 SetTestDataString(key, kSecServerItemAttr, item_data.server);
499 SetTestDataString(key, kSecPathItemAttr, item_data.path);
501 SetTestDataString(key, kSecSecurityDomainItemAttr,
503 SetTestDataString(key, kSecCreationDateItemAttr, item_data.creation_date);
504 SetTestDataString(key, kSecAccountItemAttr, item_data.username);
mock_apple_keychain.h 178 void SetTestDataString(MockKeychainItemType item,
194 // Sets the password for the item-th test item. As with SetTestDataString,

Completed in 1988 milliseconds