Home | History | Annotate | Download | only in browser

Lines Matching refs:GetFaviconService

100   if (GetFaviconService()) {
114 FaviconService* FaviconHelper::GetFaviconService() {
115 return tab_contents()->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS);
128 if (GetFaviconService() && ShouldSaveFavicon(url)) {
186 if (!GetFaviconService())
232 GetFaviconService()->UpdateFaviconMappingAndFetch(page_url, icon_url,
241 GetFaviconService()->GetFavicon(icon_url, icon_type, consumer, callback);
249 GetFaviconService()->GetFaviconForURL(page_url, icon_types, consumer,
258 GetFaviconService()->SetFavicon(page_url, icon_url, image_data, icon_type);
365 } else if (GetFaviconService()) {