Searched refs:set_by_policy (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/remoting/host/ |
D | usage_stats_consent_mac.cc | 17 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) { in GetUsageStatsConsent() argument 18 *set_by_policy = false; in GetUsageStatsConsent() 38 bool set_by_policy; in IsUsageStatsAllowed() local 39 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed; in IsUsageStatsAllowed()
|
D | usage_stats_consent_win.cc | 44 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) { in GetUsageStatsConsent() argument 47 *set_by_policy = false; in GetUsageStatsConsent() 69 bool set_by_policy; in IsUsageStatsAllowed() local 70 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed; in IsUsageStatsAllowed()
|
D | usage_stats_consent.h | 12 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy);
|
/external/chromium_org/remoting/host/setup/ |
D | daemon_controller_delegate_win.cc | 290 consent.set_by_policy = false; in GetUsageStatsConsent() 307 BOOL set_by_policy; in GetUsageStatsConsent() local 308 hr = control2_->GetUsageStatsConsent(&allowed, &set_by_policy); in GetUsageStatsConsent() 316 consent.set_by_policy = !!set_by_policy; in GetUsageStatsConsent()
|
D | me2me_native_messaging_host_unittest.cc | 85 bool supported, allowed, set_by_policy; in VerifyGetUsageStatsConsentResponse() local 88 EXPECT_TRUE(response->GetBoolean("setByPolicy", &set_by_policy)); in VerifyGetUsageStatsConsentResponse() 91 EXPECT_TRUE(set_by_policy); in VerifyGetUsageStatsConsentResponse() 213 consent.set_by_policy = true; in GetUsageStatsConsent()
|
D | daemon_controller.h | 97 bool set_by_policy; member
|
D | daemon_controller_delegate_mac.mm | 137 // set_by_policy is not yet supported. 138 consent.set_by_policy = false;
|
D | daemon_controller_delegate_linux.cc | 287 consent.set_by_policy = false; in GetUsageStatsConsent()
|
D | me2me_native_messaging_host.cc | 424 response->SetBoolean("setByPolicy", consent.set_by_policy); in SendUsageStatsConsentResponse()
|
/external/chromium_org/remoting/host/win/ |
D | elevated_controller.h | 52 STDMETHOD(GetUsageStatsConsent)(BOOL* allowed, BOOL* set_by_policy);
|
D | elevated_controller.cc | 487 BOOL* set_by_policy) { in GetUsageStatsConsent() argument 492 *set_by_policy = local_set_by_policy; in GetUsageStatsConsent()
|
D | chromoting_lib_idl.templ | 60 [out] BOOL* set_by_policy);
|
/external/chromium_org/remoting/webapp/ |
D | host_setup_dialog.js | 205 function onGetConsent(supported, allowed, set_by_policy) { argument 208 that.usageStatsCheckbox_.disabled = set_by_policy;
|
/external/chromium_org/remoting/host/plugin/ |
D | host_script_object.cc | 1071 BOOLEAN_TO_NPVARIANT(consent.set_by_policy, params[2]); in InvokeGetUsageStatsConsentCallback()
|