Searched refs:set_by_policy (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/remoting/host/
H A Dusage_stats_consent.h12 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy);
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/win/
H A Delevated_controller.h52 STDMETHOD(GetUsageStatsConsent)(BOOL* allowed, BOOL* set_by_policy);
H A Delevated_controller.cc487 BOOL* set_by_policy) {
492 *set_by_policy = local_set_by_policy;
486 GetUsageStatsConsent(BOOL* allowed, BOOL* set_by_policy) argument
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_win.cc290 consent.set_by_policy = false;
307 BOOL set_by_policy; local
308 hr = control2_->GetUsageStatsConsent(&allowed, &set_by_policy);
316 consent.set_by_policy = !!set_by_policy;
H A Ddaemon_controller.h97 bool set_by_policy; member in struct:remoting::DaemonController::UsageStatsConsent
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);
213 consent.set_by_policy = true;
H A Ddaemon_controller_delegate_linux.cc287 consent.set_by_policy = false;
H A Dme2me_native_messaging_host.cc424 response->SetBoolean("setByPolicy", consent.set_by_policy);
/external/chromium_org/remoting/webapp/
H A Dhost_setup_dialog.js202 * @param {boolean} set_by_policy True if crash dump reporting is controlled
205 function onGetConsent(supported, allowed, set_by_policy) {
208 that.usageStatsCheckbox_.disabled = set_by_policy;
/external/chromium_org/remoting/host/plugin/
H A Dhost_script_object.cc1071 BOOLEAN_TO_NPVARIANT(consent.set_by_policy, params[2]);

Completed in 271 milliseconds