Searched refs:GetFaviconRequest (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/ |
D | favicon_service.cc | 21 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()
|
D | favicon_service.h | 45 typedef CancelableRequest<FaviconDataCallback> GetFaviconRequest; typedef 101 void ForwardEmptyResultAsync(GetFaviconRequest* request);
|
/external/chromium/chrome/browser/history/ |
D | history_backend.h | 213 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,
|
D | history_marshaling.h | 54 GetFaviconRequest; typedef
|
D | history.h | 645 void GetFavicon(FaviconService::GetFaviconRequest* request, 651 void UpdateFaviconMappingAndFetch(FaviconService::GetFaviconRequest* request, 657 void GetFaviconForURL(FaviconService::GetFaviconRequest* request,
|
D | history.cc | 451 void HistoryService::GetFavicon(FaviconService::GetFaviconRequest* request, in GetFavicon() 459 FaviconService::GetFaviconRequest* request, in UpdateFaviconMappingAndFetch() 468 FaviconService::GetFaviconRequest* request, in GetFaviconForURL()
|
D | history_backend.cc | 1600 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/ |
D | extension_web_ui.cc | 62 FaviconService::GetFaviconRequest* request, in ExtensionWebUIImageLoadingTracker() 119 scoped_refptr<FaviconService::GetFaviconRequest> request_; 410 FaviconService::GetFaviconRequest* request, const GURL& page_url) { in GetFaviconForURL()
|
D | extension_web_ui.h | 78 FaviconService::GetFaviconRequest* request,
|
/external/chromium/chrome/browser/ui/webui/ |
D | chrome_web_ui_factory.h | 33 FaviconService::GetFaviconRequest* request,
|
D | chrome_web_ui_factory.cc | 280 FaviconService::GetFaviconRequest* request, in GetFaviconForURL()
|