Searched refs:GetUsageStatsConsent (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/remoting/host/
H A Dusage_stats_consent.h12 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy);
16 // by GetUsageStatsConsent(). If GetUsageStatsConsent() fails this routine
H A Dusage_stats_consent_mac.cc17 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) { function in namespace:remoting
39 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
H A Dusage_stats_consent_win.cc44 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) { function in namespace:remoting
70 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.h33 virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
H A Ddaemon_controller_delegate_mac.h34 virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
H A Ddaemon_controller_delegate_win.h40 virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
H A Ddaemon_controller.h100 // Callback type for GetUsageStatsConsent().
158 virtual UsageStatsConsent GetUsageStatsConsent() = 0;
219 void GetUsageStatsConsent(const GetUsageStatsConsentCallback& done);
H A Ddaemon_controller.cc115 void DaemonController::GetUsageStatsConsent( function in class:remoting::DaemonController
192 delegate_->GetUsageStatsConsent();
H A Ddaemon_controller_delegate_win.cc295 DaemonControllerDelegateWin::GetUsageStatsConsent() { function in class:remoting::DaemonControllerDelegateWin
317 hr = control2_->GetUsageStatsConsent(&allowed, &set_by_policy);
H A Dme2me_native_messaging_host_unittest.cc155 virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
216 MockDaemonControllerDelegate::GetUsageStatsConsent() { function in class:remoting::MockDaemonControllerDelegate
H A Ddaemon_controller_delegate_linux.cc317 DaemonControllerDelegateLinux::GetUsageStatsConsent() { function in class:remoting::DaemonControllerDelegateLinux
H A Dme2me_native_messaging_host.cc318 daemon_controller_->GetUsageStatsConsent(
/external/chromium_org/remoting/host/win/
H A Delevated_controller.h52 STDMETHOD(GetUsageStatsConsent)(BOOL* allowed, BOOL* set_by_policy);
H A Delevated_controller.cc482 STDMETHODIMP ElevatedController::GetUsageStatsConsent(BOOL* allowed, function in class:remoting::ElevatedController
486 if (remoting::GetUsageStatsConsent(&local_allowed, &local_set_by_policy)) {

Completed in 123 milliseconds