Searched defs:BitmapFetcherService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher_service.cc22 BitmapFetcherRequest(BitmapFetcherService::RequestId request_id,
23 BitmapFetcherService::Observer* observer);
27 BitmapFetcherService::RequestId request_id() const { return request_id_; }
34 const BitmapFetcherService::RequestId request_id_;
35 scoped_ptr<BitmapFetcherService::Observer> observer_;
42 BitmapFetcherService::RequestId request_id,
43 BitmapFetcherService::Observer* observer)
55 BitmapFetcherService::CacheEntry::CacheEntry() {
58 BitmapFetcherService::CacheEntry::~CacheEntry() {
61 BitmapFetcherService function in class:BitmapFetcherService
[all...]
H A Dbitmap_fetcher_service.h28 class BitmapFetcherService : public KeyedService, class in inherits:KeyedService,chrome::BitmapFetcherDelegate
44 explicit BitmapFetcherService(content::BrowserContext* context);
45 virtual ~BitmapFetcherService();
107 DISALLOW_COPY_AND_ASSIGN(BitmapFetcherService);

Completed in 190 milliseconds