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

/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_;
H A Dbrandcode_config_fetcher.cc140 BrandcodeConfigFetcher::BrandcodeConfigFetcher(const FetchCallback& callback,
166 void BrandcodeConfigFetcher::SetCallback(const FetchCallback& callback) {
/external/chromium_org/components/policy/core/common/
H A Dexternal_data_manager.h31 const ExternalDataFetcher::FetchCallback& callback) = 0;
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;
H A Dexternal_data_fetcher.cc38 void ExternalDataFetcher::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_fetch_dispatcher.cc17 const FetchCallback& fetch_callback)
88 FetchCallback fetch_callback = 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_;
H A Dservice_worker_version.cc83 void RunErrorFetchCallback(const ServiceWorkerVersion::FetchCallback& callback,
291 const FetchCallback& fetch_callback) {
309 int request_id = fetch_callbacks_.Add(new FetchCallback(fetch_callback));
448 &FetchCallback::Run,
614 FetchCallback* callback = fetch_callbacks_.Lookup(request_id);
H A Dservice_worker_browsertest.cc92 // before input parameters so Bind can be used on it to create a FetchCallback
113 ServiceWorkerVersion::FetchCallback CreateResponseReceiver(
/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_;
H A Dcontent_hash_fetcher.cc424 const FetchCallback& callback)
/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/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
H A Dmock_cloud_external_data_manager.h34 const ExternalDataFetcher::FetchCallback&));
H A Dexternal_policy_data_fetcher.cc28 const ExternalPolicyDataFetcherBackend::FetchCallback& callback,
58 const ExternalPolicyDataFetcherBackend::FetchCallback& callback);
62 const ExternalPolicyDataFetcherBackend::FetchCallback callback;
71 const ExternalPolicyDataFetcherBackend::FetchCallback& callback)
96 const FetchCallback& callback) {
132 void ExternalPolicyDataFetcher::OnJobFinished(const FetchCallback& callback,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_manager_base.h57 const ExternalDataFetcher::FetchCallback& callback) OVERRIDE;
H A Dcloud_external_data_manager_base.cc91 const ExternalDataFetcher::FetchCallback& callback);
99 typedef std::vector<ExternalDataFetcher::FetchCallback> FetchCallbackList;
109 void RunCallback(const ExternalDataFetcher::FetchCallback& callback,
242 const ExternalDataFetcher::FetchCallback& callback) {
314 const ExternalDataFetcher::FetchCallback& callback,
431 const ExternalDataFetcher::FetchCallback& callback) {
H A Dcloud_external_data_manager_base_unittest.cc117 ExternalDataFetcher::FetchCallback ConstructFetchCallback(int id);
220 ExternalDataFetcher::FetchCallback
H A Dcloud_external_data_policy_observer_unittest.cc159 ExternalDataFetcher::FetchCallback fetch_callback_;
/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.h130 void FetchCallback(const GURL& page_url,
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 253 milliseconds