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

  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 46 void FindMatchingItems(std::vector<SecKeychainItemRef>* matches);
147 void KeychainSearch::FindMatchingItems(std::vector<SecKeychainItemRef>* items) {
535 keychain_search.FindMatchingItems(&matches);
666 keychain_search.FindMatchingItems(&matches);
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.cc 49 void FindMatchingItems(std::vector<SecKeychainItemRef>* matches);
150 void KeychainSearch::FindMatchingItems(std::vector<SecKeychainItemRef>* items) {
539 keychain_search.FindMatchingItems(&matches);
670 keychain_search.FindMatchingItems(&matches);
    [all...]

Completed in 1617 milliseconds