Lines Matching refs:request
81 // only invoked if the request was not canceled and returned true from
94 // This service is thread safe. Each request callback is invoked in the
95 // thread that made the request.
319 // if the request is not canceled.
354 // Request the top |result_count| most visited URLs and the chain of redirects
364 // Request the |result_count| most visited URLs and the chain of
373 // Implemented by consumers to get thumbnail data. Called when a request for
374 request
383 // database or the request will be ignored.
422 // Begins a history request to create a new persistent entry for a download.
424 // when the history service request is complete.
434 // Begins a history request to retrieve the state of all downloads in the
435 // history db. 'callback' runs when the history service request is complete,
441 // Begins a request to clean up entries that has been corrupted (because of
472 // The request is performed asynchronously and can be cancelled by using the
645 void GetFavicon(FaviconService::GetFaviconRequest* request,
651 void UpdateFaviconMappingAndFetch(FaviconService::GetFaviconRequest* request,
657 void GetFaviconForURL(FaviconService::GetFaviconRequest* request,
700 RequestType* request) {
704 AddRequest(request, consumer);
707 scoped_refptr<RequestType>(request)));
708 return request->handle();
715 RequestType* request,
720 AddRequest(request, consumer);
723 scoped_refptr<RequestType>(request),
725 return request->handle();
735 RequestType* request,
741 AddRequest(request, consumer);
744 scoped_refptr<RequestType>(request),
746 return request->handle();
757 RequestType* request,
764 AddRequest(request, consumer);
767 scoped_refptr<RequestType>(request),
769 return request->handle();