Searched defs:GetFavicon (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/
H A Dfavicon_service.cc16 FaviconService::Handle FaviconService::GetFavicon( function in class:FaviconService
25 hs->GetFavicon(request, icon_url, icon_type);
H A Dfavicon_helper.cc236 void FaviconHelper::GetFavicon( function in class:FaviconHelper
241 GetFaviconService()->GetFavicon(icon_url, icon_type, consumer, callback);
370 GetFavicon(icon_url, icon_type, &cancelable_consumer_,
/external/chromium/chrome/browser/history/
H A Dpage_usage_data.h100 const SkBitmap* GetFavicon() const { function in class:PageUsageData
H A Dexpire_history_backend_unittest.cc71 FaviconID GetFavicon(const GURL& page_url, IconType icon_type);
319 return thumb_db_->GetFavicon(favicon_id, &last_updated, &icon_data_unused,
323 FaviconID ExpireHistoryTest::GetFavicon(const GURL& page_url, function in class:history::ExpireHistoryTest
463 FaviconID favicon_id = GetFavicon(last_row.url(), FAVICON);
513 EXPECT_FALSE(GetFavicon(last_row.url(), FAVICON));
527 FaviconID favicon_id = GetFavicon(last_row.url(), FAVICON);
565 FaviconID favicon_id = GetFavicon(url_row.url(), FAVICON);
635 FaviconID favicon_id = GetFavicon(url_row1.url(), FAVICON);
641 FaviconID favicon_id2 = GetFavicon(url_row2.url(), FAVICON);
694 FaviconID favicon_id = GetFavicon(url_row
[all...]
H A Dhistory_backend_unittest.cc133 FaviconID GetFavicon(const GURL& url, IconType icon_type) { function in class:history::HistoryBackendTest
334 EXPECT_EQ(out_favicon1, GetFavicon(outrow1.url(), FAVICON));
546 EXPECT_FALSE(GetFavicon(row1.url(), FAVICON) == 0);
547 EXPECT_TRUE(GetFavicon(row2.url(), FAVICON) == 0);
562 EXPECT_FALSE(GetFavicon(row1.url(), FAVICON) == 0);
563 EXPECT_FALSE(GetFavicon(row2.url(), FAVICON) == 0);
564 EXPECT_FALSE(GetFavicon(row1.url(), FAVICON) ==
565 GetFavicon(row2.url(), FAVICON));
H A Dthumbnail_database.cc421 bool ThumbnailDatabase::GetFavicon( function in class:history::ThumbnailDatabase
H A Dhistory.cc451 void HistoryService::GetFavicon(FaviconService::GetFaviconRequest* request, function in class:HistoryService
454 Schedule(PRIORITY_NORMAL, &HistoryBackend::GetFavicon, NULL, request,
H A Dhistory_backend.cc1600 void HistoryBackend::GetFavicon(scoped_refptr<GetFaviconRequest> request, function in class:history::HistoryBackend
1714 if (thumbnail_db_->GetFavicon(favicon_id, &last_updated, &data->data,
1749 thumbnail_db_->GetFavicon(icon_mappings.front().icon_id, &last_updated,
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model.cc244 const SkBitmap& BookmarkModel::GetFavicon(const BookmarkNode* node) { function in class:BookmarkModel
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc560 SkBitmap LocationBarViewGtk::GetFavicon() const { function in class:LocationBarViewGtk
561 return GetTabContents()->GetFavicon();
1084 SkBitmap favicon = GetFavicon();
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc841 SkBitmap LocationBarView::GetFavicon() const { function in class:LocationBarView
842 return GetTabContentsFromDelegate(delegate_)->GetFavicon();
1043 tab_contents->GetFavicon(), data);

Completed in 617 milliseconds