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

  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 524 SecAuthenticationType supported_auth_types[] = { local
531 for (unsigned int i = 0; i < arraysize(supported_auth_types); ++i) {
533 keychain_search.Init(NULL, 0, kSecProtocolTypeAny, supported_auth_types[i],
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.cc 528 SecAuthenticationType supported_auth_types[] = { local
535 for (unsigned int i = 0; i < arraysize(supported_auth_types); ++i) {
537 keychain_search.Init(NULL, 0, kSecProtocolTypeAny, supported_auth_types[i],
    [all...]

Completed in 28 milliseconds