Searched defs:set_by_policy (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/host/
H A Dusage_stats_consent_mac.cc17 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) { argument
18 *set_by_policy = false;
38 bool set_by_policy; local
39 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
H A Dusage_stats_consent_win.cc44 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) { argument
47 *set_by_policy = false;
69 bool set_by_policy; local
70 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller.h97 bool set_by_policy; member in struct:remoting::DaemonController::UsageStatsConsent
H A Ddaemon_controller_delegate_win.cc299 consent.set_by_policy = false;
316 BOOL set_by_policy; local
317 hr = control2_->GetUsageStatsConsent(&allowed, &set_by_policy);
325 consent.set_by_policy = !!set_by_policy;
H A Dme2me_native_messaging_host_unittest.cc85 bool supported, allowed, set_by_policy; local
88 EXPECT_TRUE(response->GetBoolean("setByPolicy", &set_by_policy));
91 EXPECT_TRUE(set_by_policy);
220 consent.set_by_policy = true;
/external/chromium_org/remoting/host/win/
H A Delevated_controller.cc483 BOOL* set_by_policy) {
488 *set_by_policy = local_set_by_policy;
482 GetUsageStatsConsent(BOOL* allowed, BOOL* set_by_policy) argument

Completed in 1605 milliseconds