HomeSort by relevance Sort by last modified time
    Searched refs:PolicyWatcher (Results 1 - 10 of 10) 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_unittest.cc 30 nat_true_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
31 nat_false_.SetBoolean(PolicyWatcher::kNatPolicyName, false);
32 nat_one_.SetInteger(PolicyWatcher::kNatPolicyName, 1);
33 domain_empty_.SetString(PolicyWatcher::kHostDomainPolicyName,
35 domain_full_.SetString(PolicyWatcher::kHostDomainPolicyName, kHostDomain);
37 nat_true_others_default_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
39 nat_false_others_default_.SetBoolean(PolicyWatcher::kNatPolicyName, false);
41 domain_empty_others_default_.SetString(PolicyWatcher::kHostDomainPolicyName,
44 domain_full_others_default_.SetString(PolicyWatcher::kHostDomainPolicyName,
46 nat_true_domain_empty_.SetBoolean(PolicyWatcher::kNatPolicyName, true)
    [all...]
policy_watcher.h 24 class PolicyWatcher {
30 explicit PolicyWatcher(
32 virtual ~PolicyWatcher();
46 static PolicyWatcher* Create(
119 base::WeakPtrFactory<PolicyWatcher> weak_factory_;
fake_policy_watcher.cc 14 : PolicyWatcher(task_runner) {
fake_policy_watcher.h 13 class FakePolicyWatcher : public PolicyWatcher {
policy_watcher_win.cc 42 public PolicyWatcher,
47 : PolicyWatcher(task_runner),
219 PolicyWatcher* PolicyWatcher::Create(
policy_watcher_linux.cc 48 class PolicyWatcherLinux : public PolicyWatcher {
52 : PolicyWatcher(task_runner),
247 PolicyWatcher* PolicyWatcher::Create(
  /external/chromium_org/remoting/host/it2me/
it2me_host.h 31 class PolicyWatcher;
156 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_;
it2me_host.cc 70 policy_hack::PolicyWatcher::Create(host_context_->network_task_runner()));
316 if (policies->GetBoolean(policy_hack::PolicyWatcher::kNatPolicyName,
321 if (policies->GetString(policy_hack::PolicyWatcher::kHostDomainPolicyName,
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 291 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_;
482 // already loaded so PolicyWatcher has to be started here. Separate policy
486 policy_hack::PolicyWatcher::Create(context_->file_task_runner()));
871 if (!policies->GetString(policy_hack::PolicyWatcher::kHostDomainPolicyName,
    [all...]

Completed in 60 milliseconds