Searched defs:FetchCallback (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dexternal_data_fetcher.h23 typedef base::Callback<void(scoped_ptr<std::string>)> FetchCallback; typedef in class:policy::ExternalDataFetcher
44 void Fetch(const FetchCallback& callback) const;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_fetch_dispatcher.h23 const ServiceWorkerResponse&)> FetchCallback; typedef in class:content::ServiceWorkerFetchDispatcher
28 const FetchCallback& fetch_callback);
46 FetchCallback fetch_callback_;
H A Dservice_worker_version.h52 const ServiceWorkerResponse&)> FetchCallback; typedef in class:content::ServiceWorkerVersion
183 const FetchCallback& fetch_callback);
285 IDMap<FetchCallback, IDMapOwnPointer> fetch_callbacks_;
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_channel_id_helper_unittest.cc49 void FetchCallback( function in class:BrowsingDataChannelIDHelperTest
76 base::Bind(&BrowsingDataChannelIDHelperTest::FetchCallback,
79 // Blocks until BrowsingDataChannelIDHelperTest::FetchCallback is
109 base::Bind(&BrowsingDataChannelIDHelperTest::FetchCallback,
126 base::Bind(&BrowsingDataChannelIDHelperTest::FetchCallback,
H A Dbrowsing_data_cookie_helper_unittest.cc136 void FetchCallback(const net::CookieList& cookies) { function in class:__anon2963::BrowsingDataCookieHelperTest
216 base::Bind(&BrowsingDataCookieHelperTest::FetchCallback,
238 base::Bind(&BrowsingDataCookieHelperTest::FetchCallback,
265 base::Bind(&BrowsingDataCookieHelperTest::FetchCallback,
/external/chromium_org/chrome/browser/profile_resetter/
H A Dbrandcode_config_fetcher.h17 // default settings. Caller should provide a FetchCallback.
20 typedef base::Callback<void ()> FetchCallback; typedef in class:BrandcodeConfigFetcher
22 BrandcodeConfigFetcher(const FetchCallback& callback,
34 void SetCallback(const FetchCallback& callback);
47 FetchCallback fetch_callback_;
/external/chromium_org/extensions/browser/
H A Dcontent_hash_fetcher.h42 FetchCallback; typedef in class:extensions::ContentHashFetcher
48 const FetchCallback& callback);
66 FetchCallback fetch_callback_;
/external/chromium_org/components/policy/core/common/cloud/
H A Dexternal_policy_data_fetcher.h69 typedef base::Callback<void(Result, scoped_ptr<std::string>)> FetchCallback; typedef in class:policy::ExternalPolicyDataFetcher
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; typedef in class:policy::ExternalPolicyDataFetcherBackend
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_api.cc31 typedef base::Callback<void(bool success, const std::string&)> FetchCallback; typedef
43 void FetchWallpaper(const GURL& url, FetchCallback callback) {
83 FetchCallback callback_;
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_image_service.cc146 void BookmarkImageService::FetchCallback(const GURL& page_url, function in class:enhanced_bookmarks::BookmarkImageService
182 base::Bind(&BookmarkImageService::FetchCallback,
/external/chromium_org/chrome/browser/ui/webui/
H A Dabout_ui.cc149 typedef base::Callback<void (ChromeOSOnlineTermsHandler*)> FetchCallback; typedef in class:__anon5399::ChromeOSOnlineTermsHandler
151 explicit ChromeOSOnlineTermsHandler(const FetchCallback& callback,
212 FetchCallback fetch_callback_;

Completed in 446 milliseconds