Home | History | Annotate | Download | only in history

Lines Matching refs:new_id

2182       FaviconID new_id;
2185 new_id = thumbnail_db_->CopyToTemporaryFaviconTable(old_id);
2186 copied_favicons[old_id] = new_id;
2190 new_id = found->second;
2193 thumbnail_db_->AddToTemporaryIconMappingTable(i->url(), new_id);
2227 URLID new_id = db_->AddTemporaryURL(*i);
2228 old_to_new[i->id()] = new_id;