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

  /external/chromium_org/ash/system/drive/
tray_drive.cc 306 std::map<base::FilePath, RowView*>::iterator existing_item = local
309 if (existing_item != update_map_.end()) {
310 existing_item->second->UpdateStatus(operation.state,
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 573 SecKeychainItemRef existing_item = KeychainItemForForm(form); local
574 if (!existing_item) {
577 bool changed = SetKeychainItemPassword(existing_item, password);
578 keychain_->Free(existing_item);
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.cc 577 SecKeychainItemRef existing_item = KeychainItemForForm(form); local
578 if (!existing_item) {
581 bool changed = SetKeychainItemPassword(existing_item, password);
582 keychain_->Free(existing_item);
    [all...]

Completed in 81 milliseconds