OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetTestDataAuthType
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
keychain_mock_mac.cc
130
void MockKeychain::
SetTestDataAuthType
(int item, SecAuthenticationType value) {
306
mutable_this->
SetTestDataAuthType
(target_item, authenticationType);
428
SetTestDataAuthType
(index, item_data.auth_type);
/external/chromium_org/crypto/
mock_apple_keychain_mac.cc
140
void MockAppleKeychain::
SetTestDataAuthType
(MockKeychainItemType item,
424
mutable_this->
SetTestDataAuthType
(key, authenticationType);
496
SetTestDataAuthType
(key, item_data.auth_type);
Completed in 27 milliseconds