HomeSort by relevance Sort by last modified time
    Searched defs:FetchCallback (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/components/policy/core/common/
external_data_fetcher.h 23 typedef base::Callback<void(scoped_ptr<std::string>)> FetchCallback;
44 void Fetch(const FetchCallback& callback) const;
  /external/chromium_org/chrome/browser/profile_resetter/
brandcode_config_fetcher.h 17 // default settings. Caller should provide a FetchCallback.
20 typedef base::Callback<void ()> FetchCallback;
22 BrandcodeConfigFetcher(const FetchCallback& callback,
34 void SetCallback(const FetchCallback& callback);
47 FetchCallback fetch_callback_;
  /external/chromium_org/content/browser/service_worker/
service_worker_fetch_dispatcher.h 23 const ServiceWorkerResponse&)> FetchCallback;
28 const FetchCallback& fetch_callback);
46 FetchCallback fetch_callback_;
service_worker_version.h 52 const ServiceWorkerResponse&)> FetchCallback;
183 const FetchCallback& fetch_callback);
285 IDMap<FetchCallback, IDMapOwnPointer> fetch_callbacks_;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_channel_id_helper_unittest.cc 49 void FetchCallback(
76 base::Bind(&BrowsingDataChannelIDHelperTest::FetchCallback,
79 // Blocks until BrowsingDataChannelIDHelperTest::FetchCallback is
109 base::Bind(&BrowsingDataChannelIDHelperTest::FetchCallback,
126 base::Bind(&BrowsingDataChannelIDHelperTest::FetchCallback,
browsing_data_cookie_helper_unittest.cc 136 void FetchCallback(const net::CookieList& cookies) {
216 base::Bind(&BrowsingDataCookieHelperTest::FetchCallback,
238 base::Bind(&BrowsingDataCookieHelperTest::FetchCallback,
265 base::Bind(&BrowsingDataCookieHelperTest::FetchCallback,
  /external/chromium_org/extensions/browser/
content_hash_fetcher.h 42 FetchCallback;
48 const FetchCallback& callback);
66 FetchCallback fetch_callback_;
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_api.cc 31 typedef base::Callback<void(bool success, const std::string&)> FetchCallback;
43 void FetchWallpaper(const GURL& url, FetchCallback callback) {
83 FetchCallback callback_;
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher.h 69 typedef base::Callback<void(Result, scoped_ptr<std::string>)> FetchCallback;
81 // documentation of FetchCallback and Result for more details. If a fetch
87 const FetchCallback& callback);
95 void OnJobFinished(const FetchCallback& callback,
135 scoped_ptr<std::string>)> FetchCallback;
  /external/chromium_org/components/enhanced_bookmarks/
bookmark_image_service.cc 146 void BookmarkImageService::FetchCallback(const GURL& page_url,
182 base::Bind(&BookmarkImageService::FetchCallback,
  /packages/apps/Email/provider_src/com/android/email/service/
Pop3Service.java 205 private static class FetchCallback implements EOLConvertingInputStream.Callback {
210 FetchCallback(ContentResolver resolver, Uri attachmentUri) {
416 new FetchCallback(resolver, attUri));
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 149 typedef base::Callback<void (ChromeOSOnlineTermsHandler*)> FetchCallback;
151 explicit ChromeOSOnlineTermsHandler(const FetchCallback& callback,
212 FetchCallback fetch_callback_;
    [all...]

Completed in 543 milliseconds