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

  /external/chromium_org/remoting/host/
usage_stats_consent.h 12 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy);
usage_stats_consent_mac.cc 17 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) {
18 *set_by_policy = false;
38 bool set_by_policy; local
39 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
usage_stats_consent_win.cc 44 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) {
47 *set_by_policy = false;
69 bool set_by_policy; local
70 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
  /external/chromium_org/remoting/host/win/
elevated_controller.h 52 STDMETHOD(GetUsageStatsConsent)(BOOL* allowed, BOOL* set_by_policy);
elevated_controller.cc 480 BOOL* set_by_policy) {
485 *set_by_policy = local_set_by_policy;
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc 299 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;
daemon_controller.h 97 bool set_by_policy; member in struct:remoting::DaemonController::UsageStatsConsent
me2me_native_messaging_host_unittest.cc 85 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;
daemon_controller_delegate_linux.cc 323 consent.set_by_policy = false;
me2me_native_messaging_host.cc 450 response->SetBoolean("setByPolicy", consent.set_by_policy);
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 189 * @param {boolean} set_by_policy True if crash dump reporting is controlled
192 function onGetConsent(supported, allowed, set_by_policy) {
195 that.usageStatsCheckbox_.disabled = set_by_policy;

Completed in 2166 milliseconds