Searched refs:FaviconHelper (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Dfavicon_helper.cc52 FaviconHelper::DownloadRequest::DownloadRequest()
57 FaviconHelper::DownloadRequest::DownloadRequest(const GURL& url,
67 FaviconHelper::FaviconHelper(TabContents* tab_contents, Type icon_type) function in class:FaviconHelper
76 FaviconHelper::~FaviconHelper() {
88 void FaviconHelper::FetchFavicon(const GURL& url) {
102 NewCallback(this, &FaviconHelper::OnFaviconDataForInitialURL));
106 int FaviconHelper::DownloadImage(const GURL& image_url,
114 FaviconService* FaviconHelper
[all...]
H A Dfavicon_helper.h28 // FaviconHelper is used to fetch the favicon for TabContents.
70 class FaviconHelper : public TabContentsObserver { class in inherits:TabContentsObserver
77 FaviconHelper(TabContents* tab_contents, Type icon_type);
78 virtual ~FaviconHelper();
102 // These virtual methods make FaviconHelper testable and are overridden by
255 DISALLOW_COPY_AND_ASSIGN(FaviconHelper);
H A Dfavicon_helper_unittest.cc58 static void UpdateFaviconURL(FaviconHelper* helper,
125 // This class is used to catch the FaviconHelper's download and history request,
126 // and also provide the methods to access the FaviconHelper internal.
127 class TestFaviconHelper : public FaviconHelper {
132 : FaviconHelper(tab_contents, type),
169 FaviconHelper::FetchFavicon(url);
174 return FaviconHelper::current_candidate();
181 FaviconHelper::OnDidDownloadFavicon(id, image_url, errored, image);
246 // FaviconHelper.
258 void DownloadHandler::UpdateFaviconURL(FaviconHelper* helpe
[all...]

Completed in 229 milliseconds