Searched defs:icon_type (Results 26 - 28 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc1867 chrome::IconType icon_type,
1874 thumbnail_db_->GetFaviconIDForFaviconURL(icon_url, icon_type, NULL);
1878 favicon_id = thumbnail_db_->AddFavicon(icon_url, icon_type);
1954 thumbnail_db_->GetIconMappingsForPageURL(page_url, icon_type, &icon_mappings);
1996 SetFaviconMappingsForPageAndRedirects(page_url, icon_type, favicon_ids);
2007 chrome::IconType icon_type,
2032 thumbnail_db_->GetFaviconIDForFaviconURL(icon_url, icon_type, NULL);
2037 icon_id = thumbnail_db_->AddFavicon(icon_url, icon_type);
2049 SetFaviconMappingsForPageAndRedirects(page_url, icon_type, icon_ids);
2388 chrome::IconType icon_type; local
1864 MergeFavicon( const GURL& page_url, const GURL& icon_url, chrome::IconType icon_type, scoped_refptr<base::RefCountedMemory> bitmap_data, const gfx::Size& pixel_size) argument
2005 SetFavicons( const GURL& page_url, chrome::IconType icon_type, const std::vector<chrome::FaviconBitmapData>& favicon_bitmap_data) argument
2414 SetFaviconMappingsForPageAndRedirects( const GURL& page_url, chrome::IconType icon_type, const std::vector<chrome::FaviconID>& icon_ids) argument
2436 SetFaviconMappingsForPage( const GURL& page_url, chrome::IconType icon_type, const std::vector<chrome::FaviconID>& icon_ids) argument
[all...]
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc3894 WebIconURL::Type icon_type) {
3898 if (!TouchEnabled() && icon_type != WebIconURL::TypeFavicon)
3901 WebVector<WebIconURL> icon_urls = frame->iconURLs(icon_type);
3893 didChangeIcon(WebFrame* frame, WebIconURL::Type icon_type) argument
/external/libmtp/src/
H A Dptp.h1035 uint8_t icon_type; member in struct:_PTPNIKONWifiProfile

Completed in 615 milliseconds

12