/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 | 487 BOOL* set_by_policy) { 492 *set_by_policy = local_set_by_policy;
|
/external/chromium_org/remoting/host/setup/ |
daemon_controller_delegate_win.cc | 290 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;
|
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); 213 consent.set_by_policy = true;
|
daemon_controller_delegate_linux.cc | 287 consent.set_by_policy = false;
|
me2me_native_messaging_host.cc | 424 response->SetBoolean("setByPolicy", consent.set_by_policy);
|
/external/chromium_org/remoting/webapp/ |
host_setup_dialog.js | 202 * @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/ |
host_script_object.cc | [all...] |