HomeSort by relevance Sort by last modified time
    Searched refs:GetFaviconRequest (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/
favicon_service.cc 21 GetFaviconRequest* request = new GetFaviconRequest(callback);
37 GetFaviconRequest* request = new GetFaviconRequest(callback);
52 GetFaviconRequest* request = new GetFaviconRequest(callback);
94 void FaviconService::ForwardEmptyResultAsync(GetFaviconRequest* request) {
favicon_service.h 45 typedef CancelableRequest<FaviconDataCallback> GetFaviconRequest;
101 void ForwardEmptyResultAsync(GetFaviconRequest* request);
  /external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.h 33 FaviconService::GetFaviconRequest* request,
chrome_web_ui_factory.cc 280 FaviconService::GetFaviconRequest* request,
  /external/chromium/chrome/browser/extensions/
extension_web_ui.h 78 FaviconService::GetFaviconRequest* request,
extension_web_ui.cc 62 FaviconService::GetFaviconRequest* request,
119 scoped_refptr<FaviconService::GetFaviconRequest> request_;
410 FaviconService::GetFaviconRequest* request, const GURL& page_url) {
  /external/chromium/chrome/browser/history/
history_marshaling.h 54 GetFaviconRequest;
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,
history.h 645 void GetFavicon(FaviconService::GetFaviconRequest* request,
651 void UpdateFaviconMappingAndFetch(FaviconService::GetFaviconRequest* request,
657 void GetFaviconForURL(FaviconService::GetFaviconRequest* request,
    [all...]
history.cc 451 void HistoryService::GetFavicon(FaviconService::GetFaviconRequest* request,
459 FaviconService::GetFaviconRequest* request,
468 FaviconService::GetFaviconRequest* request,
history_backend.cc     [all...]

Completed in 221 milliseconds