Home
last modified time | relevance | path

Searched refs:GetFaviconRequest (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/
Dfavicon_service.cc21 GetFaviconRequest* request = new GetFaviconRequest(callback); in GetFavicon()
37 GetFaviconRequest* request = new GetFaviconRequest(callback); in UpdateFaviconMappingAndFetch()
52 GetFaviconRequest* request = new GetFaviconRequest(callback); in GetFaviconForURL()
94 void FaviconService::ForwardEmptyResultAsync(GetFaviconRequest* request) { in ForwardEmptyResultAsync()
Dfavicon_service.h45 typedef CancelableRequest<FaviconDataCallback> GetFaviconRequest; typedef
101 void ForwardEmptyResultAsync(GetFaviconRequest* request);
/external/chromium/chrome/browser/history/
Dhistory_backend.h213 void GetFavicon(scoped_refptr<GetFaviconRequest> request,
217 void GetFaviconForURL(scoped_refptr<GetFaviconRequest> request,
226 void UpdateFaviconMappingAndFetch(scoped_refptr<GetFaviconRequest> request,
455 scoped_refptr<GetFaviconRequest> request,
Dhistory_marshaling.h54 GetFaviconRequest; typedef
Dhistory.h645 void GetFavicon(FaviconService::GetFaviconRequest* request,
651 void UpdateFaviconMappingAndFetch(FaviconService::GetFaviconRequest* request,
657 void GetFaviconForURL(FaviconService::GetFaviconRequest* request,
Dhistory.cc451 void HistoryService::GetFavicon(FaviconService::GetFaviconRequest* request, in GetFavicon()
459 FaviconService::GetFaviconRequest* request, in UpdateFaviconMappingAndFetch()
468 FaviconService::GetFaviconRequest* request, in GetFaviconForURL()
Dhistory_backend.cc1600 void HistoryBackend::GetFavicon(scoped_refptr<GetFaviconRequest> request, in GetFavicon()
1607 scoped_refptr<GetFaviconRequest> request, in UpdateFaviconMappingAndFetch()
1695 scoped_refptr<GetFaviconRequest> request, in UpdateFaviconMappingAndFetchImpl()
1727 request->ForwardResult(GetFaviconRequest::TupleType( in UpdateFaviconMappingAndFetchImpl()
1732 scoped_refptr<GetFaviconRequest> request, in GetFaviconForURL()
1763 GetFaviconRequest::TupleType(request->handle(), favicon)); in GetFaviconForURL()
/external/chromium/chrome/browser/extensions/
Dextension_web_ui.cc62 FaviconService::GetFaviconRequest* request, in ExtensionWebUIImageLoadingTracker()
119 scoped_refptr<FaviconService::GetFaviconRequest> request_;
410 FaviconService::GetFaviconRequest* request, const GURL& page_url) { in GetFaviconForURL()
Dextension_web_ui.h78 FaviconService::GetFaviconRequest* request,
/external/chromium/chrome/browser/ui/webui/
Dchrome_web_ui_factory.h33 FaviconService::GetFaviconRequest* request,
Dchrome_web_ui_factory.cc280 FaviconService::GetFaviconRequest* request, in GetFaviconForURL()