HomeSort by relevance Sort by last modified time
    Searched refs:GetUsageStatsConsent (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/remoting/host/
usage_stats_consent.h 12 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy);
16 // by GetUsageStatsConsent(). If GetUsageStatsConsent() fails this routine
usage_stats_consent_mac.cc 17 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) {
39 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
usage_stats_consent_win.cc 44 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) {
70 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_linux.h 33 virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
daemon_controller.h 100 // Callback type for GetUsageStatsConsent().
158 virtual UsageStatsConsent GetUsageStatsConsent() = 0;
219 void GetUsageStatsConsent(const GetUsageStatsConsentCallback& done);
daemon_controller_delegate_mac.h 34 virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
daemon_controller_delegate_win.h 40 virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
daemon_controller.cc 115 void DaemonController::GetUsageStatsConsent(
192 delegate_->GetUsageStatsConsent();
daemon_controller_delegate_win.cc 295 DaemonControllerDelegateWin::GetUsageStatsConsent() {
317 hr = control2_->GetUsageStatsConsent(&allowed, &set_by_policy);
me2me_native_messaging_host_unittest.cc 155 virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE;
216 MockDaemonControllerDelegate::GetUsageStatsConsent() {
470 message.SetString("type", "getUsageStatsConsent");
daemon_controller_delegate_linux.cc 317 DaemonControllerDelegateLinux::GetUsageStatsConsent() {
me2me_native_messaging_host.cc 143 } else if (type == "getUsageStatsConsent") {
312 daemon_controller_->GetUsageStatsConsent(
  /external/chromium_org/remoting/host/win/
elevated_controller.h 52 STDMETHOD(GetUsageStatsConsent)(BOOL* allowed, BOOL* set_by_policy);
elevated_controller.cc 479 STDMETHODIMP ElevatedController::GetUsageStatsConsent(BOOL* allowed,
483 if (remoting::GetUsageStatsConsent(&local_allowed, &local_set_by_policy)) {

Completed in 88 milliseconds