Searched refs:SetUsageStatsConsent (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/host/
H A Dusage_stats_consent.h22 bool SetUsageStatsConsent(bool allowed);
H A Dusage_stats_consent_mac.cc42 bool SetUsageStatsConsent(bool allowed) { function in namespace:remoting
H A Dusage_stats_consent_win.cc73 bool SetUsageStatsConsent(bool allowed) { function in namespace:remoting
/external/chromium_org/remoting/host/win/
H A Delevated_controller.h53 STDMETHOD(SetUsageStatsConsent)(BOOL allowed);
H A Delevated_controller.cc495 STDMETHODIMP ElevatedController::SetUsageStatsConsent(BOOL allowed) { function in class:remoting::ElevatedController
496 if (remoting::SetUsageStatsConsent(!!allowed)) {
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_win.cc428 hr = control2_->SetUsageStatsConsent(consent);

Completed in 246 milliseconds