Searched refs:OnFetchComplete (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/chrome/browser/
H A Dimage_holder_unittest.cc18 virtual void OnFetchComplete() OVERRIDE {
54 image_holder.OnFetchComplete(GURL(kIconUrl1), &bitmap);
82 image_holder1.OnFetchComplete(GURL(kIconUrl1), &bitmap);
83 image_holder2.OnFetchComplete(GURL(kIconUrl1), &bitmap);
84 image_holder3.OnFetchComplete(GURL(kIconUrl1), &bitmap);
85 image_holder4.OnFetchComplete(GURL(kIconUrl1), &bitmap);
92 image_holder1.OnFetchComplete(GURL(kIconUrl2), &bitmap);
93 image_holder2.OnFetchComplete(GURL(kIconUrl2), &bitmap);
94 image_holder3.OnFetchComplete(GURL(kIconUrl2), &bitmap);
95 image_holder4.OnFetchComplete(GUR
[all...]
H A Dbitmap_fetcher_delegate.h23 virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) = 0;
H A Dimage_holder.h22 virtual void OnFetchComplete() = 0;
43 virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) OVERRIDE;
H A Dimage_holder.cc80 void ImageHolder::OnFetchComplete(const GURL url, const SkBitmap* bitmap) { function in class:chrome::ImageHolder
97 delegate_->OnFetchComplete();
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_downloader.h22 virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) OVERRIDE;
H A Dprofile_avatar_downloader.cc47 void ProfileAvatarDownloader::OnFetchComplete(const GURL url, function in class:ProfileAvatarDownloader
/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher.cc70 delegate_->OnFetchComplete(url_, &decoded_image);
78 delegate_->OnFetchComplete(url_, NULL);
H A Dbitmap_fetcher_service.h84 virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) OVERRIDE;
H A Dbitmap_fetcher_browsertest.cc40 virtual void OnFetchComplete(const GURL url,
53 // Waits until OnFetchComplete() is called. Should only be used for
H A Dbitmap_fetcher_service.cc166 void BitmapFetcherService::OnFetchComplete(const GURL url, function in class:BitmapFetcherService
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_channel_id_helper.cc36 void OnFetchComplete(
104 &BrowsingDataChannelIDHelperImpl::OnFetchComplete, this));
106 OnFetchComplete(net::ChannelIDStore::ChannelIDList());
110 void BrowsingDataChannelIDHelperImpl::OnFetchComplete( function in class:__anon2961::BrowsingDataChannelIDHelperImpl
H A Dbrowsing_data_appcache_helper.cc39 base::Bind(&BrowsingDataAppCacheHelper::OnFetchComplete,
61 void BrowsingDataAppCacheHelper::OnFetchComplete(int rv) { function in class:BrowsingDataAppCacheHelper
77 base::Bind(&BrowsingDataAppCacheHelper::OnFetchComplete, this, rv));
H A Dbrowsing_data_appcache_helper.h45 void OnFetchComplete(int rv);
H A Dbrowsing_data_cookie_helper.h58 void OnFetchComplete(const net::CookieList& cookies);
H A Dbrowsing_data_cookie_helper.cc68 base::Bind(&BrowsingDataCookieHelper::OnFetchComplete, this));
70 OnFetchComplete(net::CookieList());
74 void BrowsingDataCookieHelper::OnFetchComplete(const net::CookieList& cookies) { function in class:BrowsingDataCookieHelper
/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_manager.h88 virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) OVERRIDE;
H A Dapp_banner_manager.cc76 void AppBannerManager::OnFetchComplete(const GURL url, const SkBitmap* bitmap) { function in class:banners::AppBannerManager
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_install_error.h76 void OnFetchComplete();
H A Dexternal_install_error.cc333 OnFetchComplete();
346 OnFetchComplete();
355 OnFetchComplete();
360 OnFetchComplete();
363 void ExternalInstallError::OnFetchComplete() { function in class:extensions::ExternalInstallError
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_request.h28 virtual void OnFetchComplete(const std::string& response) = 0;
H A Dcloud_print_request.cc103 delegate_->OnFetchComplete(response); // After this object can be deleted.
H A Dcloud_print_requester.h137 virtual void OnFetchComplete(const std::string& response) OVERRIDE;
/external/chromium_org/extensions/browser/
H A Dcontent_verifier.h71 void OnFetchComplete(const std::string& extension_id,
H A Dcontent_verifier.cc31 base::Bind(&ContentVerifier::OnFetchComplete, this))),
188 void ContentVerifier::OnFetchComplete( function in class:extensions::ContentVerifier
196 VLOG(1) << "OnFetchComplete " << extension_id << " success:" << success;
/external/chromium_org/chrome/browser/search/suggestions/
H A Dimage_manager_impl.h119 virtual void OnFetchComplete(const GURL image_url,

Completed in 231 milliseconds

12