OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_by_policy
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/host/
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/setup/
daemon_controller.h
97
bool
set_by_policy
;
member in struct:remoting::DaemonController::UsageStatsConsent
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
;
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;
Completed in 238 milliseconds