GetUsageStatsConsent  200 remoting/host/plugin/host_script_object.cc     return GetUsageStatsConsent(args, arg_count, result);
GetUsageStatsConsent  799 remoting/host/plugin/host_script_object.cc   daemon_controller_->GetUsageStatsConsent(
GetUsageStatsConsent  144 remoting/host/plugin/host_script_object.h   bool GetUsageStatsConsent(const NPVariant* args,
GetUsageStatsConsent  176 remoting/host/setup/daemon_controller.cc       delegate_->GetUsageStatsConsent();
GetUsageStatsConsent  154 remoting/host/setup/daemon_controller.h     virtual UsageStatsConsent GetUsageStatsConsent() = 0;
GetUsageStatsConsent  211 remoting/host/setup/daemon_controller.h   void GetUsageStatsConsent(const GetUsageStatsConsentCallback& done);
GetUsageStatsConsent   31 remoting/host/setup/daemon_controller_delegate_linux.h   virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
GetUsageStatsConsent   32 remoting/host/setup/daemon_controller_delegate_mac.h   virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
GetUsageStatsConsent  308 remoting/host/setup/daemon_controller_delegate_win.cc   hr = control2_->GetUsageStatsConsent(&allowed, &set_by_policy);
GetUsageStatsConsent   37 remoting/host/setup/daemon_controller_delegate_win.h   virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
GetUsageStatsConsent  312 remoting/host/setup/me2me_native_messaging_host.cc   daemon_controller_->GetUsageStatsConsent(
GetUsageStatsConsent  153 remoting/host/setup/me2me_native_messaging_host_unittest.cc   virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
GetUsageStatsConsent   12 remoting/host/usage_stats_consent.h bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy);
GetUsageStatsConsent   39 remoting/host/usage_stats_consent_mac.cc   return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
GetUsageStatsConsent   70 remoting/host/usage_stats_consent_win.cc   return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
GetUsageStatsConsent  490 remoting/host/win/elevated_controller.cc   if (remoting::GetUsageStatsConsent(&local_allowed, &local_set_by_policy)) {
GetUsageStatsConsent   52 remoting/host/win/elevated_controller.h   STDMETHOD(GetUsageStatsConsent)(BOOL* allowed, BOOL* set_by_policy);