Searched defs:GetUsageStatsConsent (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/remoting/host/ |
H A D | usage_stats_consent_mac.cc | 17 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) { function in namespace:remoting 39 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
|
H A D | usage_stats_consent_win.cc | 44 bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) { function in namespace:remoting 70 return GetUsageStatsConsent(&allowed, &set_by_policy) && allowed;
|
/external/chromium_org/remoting/host/setup/ |
H A D | daemon_controller.cc | 105 void DaemonController::GetUsageStatsConsent( function in class:remoting::DaemonController 176 delegate_->GetUsageStatsConsent();
|
H A D | daemon_controller_delegate_linux.cc | 281 DaemonControllerDelegateLinux::GetUsageStatsConsent() { function in class:remoting::DaemonControllerDelegateLinux
|
H A D | daemon_controller_delegate_win.cc | 286 DaemonControllerDelegateWin::GetUsageStatsConsent() { function in class:remoting::DaemonControllerDelegateWin 308 hr = control2_->GetUsageStatsConsent(&allowed, &set_by_policy);
|
H A D | me2me_native_messaging_host_unittest.cc | 153 virtual DaemonController::UsageStatsConsent GetUsageStatsConsent() OVERRIDE; 209 MockDaemonControllerDelegate::GetUsageStatsConsent() { function in class:remoting::MockDaemonControllerDelegate
|
/external/chromium_org/remoting/host/win/ |
H A D | elevated_controller.cc | 486 STDMETHODIMP ElevatedController::GetUsageStatsConsent(BOOL* allowed, function in class:remoting::ElevatedController 490 if (remoting::GetUsageStatsConsent(&local_allowed, &local_set_by_policy)) {
|
/external/chromium_org/remoting/host/plugin/ |
H A D | host_script_object.cc | 200 return GetUsageStatsConsent(args, arg_count, result); 784 bool HostNPScriptObject::GetUsageStatsConsent(const NPVariant* args, function in class:remoting::HostNPScriptObject 799 daemon_controller_->GetUsageStatsConsent(
|
Completed in 109 milliseconds