Searched defs:existing_item (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/system/drive/
H A Dtray_drive.cc309 std::map<base::FilePath, RowView*>::iterator existing_item = local
312 if (existing_item != update_map_.end()) {
313 existing_item->second->UpdateStatus(operation.state,
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac.cc573 SecKeychainItemRef existing_item = KeychainItemForForm(form); local
574 if (!existing_item) {
577 bool changed = SetKeychainItemPassword(existing_item, password);
578 keychain_->Free(existing_item);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.cc690 SecKeychainItemRef existing_item = KeychainItemForForm(form); local
691 if (!existing_item) {
694 bool changed = SetKeychainItemPassword(existing_item, password);
695 keychain_->Free(existing_item);

Completed in 130 milliseconds