OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUsageStatsConsent
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/remoting/host/
usage_stats_consent.h
22
bool
SetUsageStatsConsent
(bool allowed);
usage_stats_consent_mac.cc
42
bool
SetUsageStatsConsent
(bool allowed) {
usage_stats_consent_win.cc
73
bool
SetUsageStatsConsent
(bool allowed) {
/external/chromium_org/remoting/host/win/
elevated_controller.h
53
STDMETHOD(
SetUsageStatsConsent
)(BOOL allowed);
elevated_controller.cc
499
STDMETHODIMP ElevatedController::
SetUsageStatsConsent
(BOOL allowed) {
500
if (remoting::
SetUsageStatsConsent
(!!allowed)) {
/external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc
419
hr = control2_->
SetUsageStatsConsent
(consent);
Completed in 721 milliseconds