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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
notification_bitmap_fetcher.cc 71 delegate_->OnFetchComplete(url_, bitmap_.get());
78 delegate_->OnFetchComplete(url_, NULL);
notification_bitmap_fetcher.h 28 virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) = 0;
notification_bitmap_fetcher_browsertest.cc 39 virtual void OnFetchComplete(const GURL url,
synced_notification.h 111 virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) OVERRIDE;
synced_notification_unittest.cc 397 notification1_->OnFetchComplete(GURL(kIconUrl1), &bitmap);
400 // When we call OnFetchComplete on the second bitmap, show should be called.
401 notification1_->OnFetchComplete(GURL(kIconUrl2), &bitmap);
synced_notification.cc 90 void SyncedNotification::OnFetchComplete(const GURL url,
  /external/chromium/chrome/browser/
browsing_data_appcache_helper.h 41 void OnFetchComplete(int rv);
browsing_data_appcache_helper.cc 36 this, &BrowsingDataAppCacheHelper::OnFetchComplete);
66 void BrowsingDataAppCacheHelper::OnFetchComplete(int rv) {
82 this, &BrowsingDataAppCacheHelper::OnFetchComplete, rv));
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_request.h 28 virtual void OnFetchComplete(const std::string& response) = 0;
cloud_print_request.cc 104 delegate_->OnFetchComplete(response); // After this object can be deleted.
cloud_print_requester.h 119 virtual void OnFetchComplete(const std::string& response) OVERRIDE;
cloud_print_requester.cc 158 void CloudPrintRequester::OnFetchComplete(const std::string& response) {
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper.cc 42 base::Bind(&BrowsingDataAppCacheHelper::OnFetchComplete,
64 void BrowsingDataAppCacheHelper::OnFetchComplete(int rv) {
80 base::Bind(&BrowsingDataAppCacheHelper::OnFetchComplete, this, rv));
browsing_data_appcache_helper.h 45 void OnFetchComplete(int rv);
browsing_data_server_bound_cert_helper.cc 34 void OnFetchComplete(
102 &BrowsingDataServerBoundCertHelperImpl::OnFetchComplete, this));
104 OnFetchComplete(net::ServerBoundCertStore::ServerBoundCertList());
108 void BrowsingDataServerBoundCertHelperImpl::OnFetchComplete(
browsing_data_cookie_helper.h 57 void OnFetchComplete(const net::CookieList& cookies);
browsing_data_cookie_helper.cc 68 base::Bind(&BrowsingDataCookieHelper::OnFetchComplete, this));
70 OnFetchComplete(net::CookieList());
74 void BrowsingDataCookieHelper::OnFetchComplete(const net::CookieList& cookies) {
  /external/chromium_org/chrome/browser/signin/
oauth2_token_service.h 253 void OnFetchComplete(Fetcher* fetcher);
oauth2_token_service.cc 54 // OAuth2TokenService::OnFetchComplete() when it completes fetching, if it is
276 oauth2_token_service_->OnFetchComplete(this);
445 void OAuth2TokenService::OnFetchComplete(Fetcher* fetcher) {
455 // OAuth2TokenService::OnFetchComplete().
466 // OnFetchComplete() is the only place where a Fetcher is erased from

Completed in 141 milliseconds