Home | History | Annotate | Download | only in history

Lines Matching refs:last_updated

81   // [id], [icon_id], [last_updated], [image_data], [width], and [height].
394 base::Time last_updated = base::Time::Now();
395 db.AddFaviconBitmap(id, favicon1, last_updated, kSmallSize);
396 db.AddFaviconBitmap(id, favicon2, last_updated, kLargeSize);