Searched refs:target_item (Results 1 – 1 of 1) sorted by relevance
/external/chromium/chrome/browser/ |
D | keychain_mock_mac.cc | 292 int target_item = (item_count_ == item_capacity_) ? item_capacity_ - 1 in AddInternetPassword() local 296 mutable_this->SetTestDataBytes(target_item, kSecServerItemAttr, serverName, in AddInternetPassword() 298 mutable_this->SetTestDataBytes(target_item, kSecSecurityDomainItemAttr, in AddInternetPassword() 300 mutable_this->SetTestDataBytes(target_item, kSecAccountItemAttr, accountName, in AddInternetPassword() 302 mutable_this->SetTestDataBytes(target_item, kSecPathItemAttr, path, in AddInternetPassword() 304 mutable_this->SetTestDataPort(target_item, port); in AddInternetPassword() 305 mutable_this->SetTestDataProtocol(target_item, protocol); in AddInternetPassword() 306 mutable_this->SetTestDataAuthType(target_item, authenticationType); in AddInternetPassword() 307 mutable_this->SetTestDataPasswordBytes(target_item, passwordData, in AddInternetPassword() 315 mutable_this->SetTestDataString(target_item, kSecCreationDateItemAttr, in AddInternetPassword() [all …]
|