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

  /external/chromium/chrome/browser/
keychain_mock_mac.cc 112 void MockKeychain::SetTestDataString(int item, UInt32 tag, const char* value) {
315 mutable_this->SetTestDataString(target_item, kSecCreationDateItemAttr,
429 SetTestDataString(index, kSecServerItemAttr, item_data.server);
431 SetTestDataString(index, kSecPathItemAttr, item_data.path);
433 SetTestDataString(index, kSecSecurityDomainItemAttr,
435 SetTestDataString(index, kSecCreationDateItemAttr, item_data.creation_date);
436 SetTestDataString(index, kSecAccountItemAttr, item_data.username);
keychain_mock_mac.h 132 void SetTestDataString(int item, UInt32 tag, const char* value);
143 // Sets the password for the item-th test item. As with SetTestDataString,
  /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 76 milliseconds