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.h27 const ServiceWorkerResponse&)> FetchCallback; typedef in class:content::ServiceWorkerFetchDispatcher
32 const FetchCallback& callback);
48 FetchCallback callback_;
H A Dservice_worker_version.h54 const ServiceWorkerResponse&)> FetchCallback; typedef in class:content::ServiceWorkerVersion
170 const FetchCallback& callback);
270 IDMap<FetchCallback, IDMapOwnPointer> fetch_callbacks_;
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_server_bound_cert_helper_unittest.cc49 void FetchCallback( function in class:BrowsingDataServerBoundCertHelperTest
75 base::Bind(&BrowsingDataServerBoundCertHelperTest::FetchCallback,
78 // Blocks until BrowsingDataServerBoundCertHelperTest::FetchCallback is
107 base::Bind(&BrowsingDataServerBoundCertHelperTest::FetchCallback,
124 base::Bind(&BrowsingDataServerBoundCertHelperTest::FetchCallback,
H A Dbrowsing_data_cookie_helper_unittest.cc46 void FetchCallback(const net::CookieList& cookies) { function in class:__anon2892::BrowsingDataCookieHelperTest
185 base::Bind(&BrowsingDataCookieHelperTest::FetchCallback,
207 base::Bind(&BrowsingDataCookieHelperTest::FetchCallback,
234 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.h44 FetchCallback; typedef in class:extensions::ContentHashFetcher
50 const FetchCallback& callback);
76 FetchCallback fetch_callback_;
/external/chromium_org/chrome/test/base/
H A Duma_histogram_helper.cc38 base::Closure callback = base::Bind(&UMAHistogramHelper::FetchCallback,
97 void UMAHistogramHelper::FetchCallback() { function in class:UMAHistogramHelper
/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/chrome/browser/ui/webui/
H A Dabout_ui.cc149 typedef base::Callback<void (ChromeOSOnlineTermsHandler*)> FetchCallback; typedef in class:__anon5323::ChromeOSOnlineTermsHandler
151 explicit ChromeOSOnlineTermsHandler(const FetchCallback& callback,
212 FetchCallback fetch_callback_;

Completed in 307 milliseconds