HomeSort by relevance Sort by last modified time
    Searched defs:PolicyWatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/policy_hack/
policy_watcher.cc 62 if (from->GetString(PolicyWatcher::kHostDebugOverridePoliciesName,
77 const char PolicyWatcher::kNatPolicyName[] =
80 const char PolicyWatcher::kHostRequireTwoFactorPolicyName[] =
83 const char PolicyWatcher::kHostDomainPolicyName[] =
86 const char PolicyWatcher::kHostMatchUsernamePolicyName[] =
89 const char PolicyWatcher::kHostTalkGadgetPrefixPolicyName[] =
92 const char PolicyWatcher::kHostRequireCurtainPolicyName[] =
95 const char PolicyWatcher::kHostTokenUrlPolicyName[] =
98 const char PolicyWatcher::kHostTokenValidationUrlPolicyName[] =
101 const char PolicyWatcher::kHostTokenValidationCertIssuerPolicyName[]
    [all...]
policy_watcher.h 24 class PolicyWatcher {
30 explicit PolicyWatcher(
32 virtual ~PolicyWatcher();
46 static PolicyWatcher* Create(
119 base::WeakPtrFactory<PolicyWatcher> weak_factory_;

Completed in 94 milliseconds