Home | History | Annotate | Download | only in history

Lines Matching refs:FAVICON

67   // Returns true if the given favicon/thumanil has an entry in the DB.
186 // share the same favicon, while the last one will have a unique favicon. The
202 // one will have a unique favicon.
203 FaviconID favicon1 = thumb_db_->AddFavicon(GURL("http://favicon/url1"),
204 FAVICON);
205 FaviconID favicon2 = thumb_db_->AddFavicon(GURL("http://favicon/url2"),
206 FAVICON);
414 // Add a favicon record.
415 const GURL favicon_url("http://www.google.com/favicon.ico");
416 FaviconID icon_id = thumb_db_->AddFavicon(favicon_url, FAVICON);
420 // The favicon should be deletable with no users.
426 // Add back the favicon.
431 // Add a page that references the favicon.
437 // Favicon should not be deletable.
452 // Deletes a URL with a favicon that it is the last referencer of, so that it
460 // Verify things are the way we expect with a URL row, favicon, thumbnail.
463 FaviconID favicon_id = GetFavicon(last_row.url(), FAVICON);
511 // All the normal data + the favicon should be gone.
513 EXPECT_FALSE(GetFavicon(last_row.url(), FAVICON));
517 // Deletes a URL with a favicon that other URLs reference, so that the favicon
524 // Verify things are the way we expect with a URL row, favicon, thumbnail.
527 FaviconID favicon_id = GetFavicon(last_row.url(), FAVICON);
540 // All the normal data + the favicon should be gone.
564 // And the favicon should exist.
565 FaviconID favicon_id = GetFavicon(url_row.url(), FAVICON);
634 // Verify that the middle URL's favicon and thumbnail is still there.
635 FaviconID favicon_id = GetFavicon(url_row1.url(), FAVICON);
641 FaviconID favicon_id2 = GetFavicon(url_row2.url(), FAVICON);
693 // Verify that the middle URL's favicon and thumbnail is still there.
694 FaviconID favicon_id = GetFavicon(url_row1.url(), FAVICON);
743 FaviconID favicon_id = GetFavicon(url_row1.url(), FAVICON);
747 favicon_id = GetFavicon(url_row1.url(), FAVICON);