Home
last modified time | relevance | path

Searched refs:GetUsageStatsConsentCallback (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/setup/
Ddaemon_controller.h102 GetUsageStatsConsentCallback; typedef
211 void GetUsageStatsConsent(const GetUsageStatsConsentCallback& done);
227 void DoGetUsageStatsConsent(const GetUsageStatsConsentCallback& done);
238 const GetUsageStatsConsentCallback& done,
Ddaemon_controller.cc106 const GetUsageStatsConsentCallback& done) { in GetUsageStatsConsent()
109 DaemonController::GetUsageStatsConsentCallback wrapped_done = base::Bind( in GetUsageStatsConsent()
172 const GetUsageStatsConsentCallback& done) { in DoGetUsageStatsConsent()
205 const GetUsageStatsConsentCallback& done, in InvokeConsentCallbackAndScheduleNext()