HomeSort by relevance Sort by last modified time
    Searched refs:PolicyWatcher (Results 1 - 9 of 9) 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::kHostAllowClientPairing[]
    [all...]
policy_watcher_unittest.cc 29 nat_true_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
30 nat_false_.SetBoolean(PolicyWatcher::kNatPolicyName, false);
31 nat_one_.SetInteger(PolicyWatcher::kNatPolicyName, 1);
32 domain_empty_.SetString(PolicyWatcher::kHostDomainPolicyName,
34 domain_full_.SetString(PolicyWatcher::kHostDomainPolicyName, kHostDomain);
36 nat_true_others_default_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
38 nat_false_others_default_.SetBoolean(PolicyWatcher::kNatPolicyName, false);
40 domain_empty_others_default_.SetString(PolicyWatcher::kHostDomainPolicyName,
43 domain_full_others_default_.SetString(PolicyWatcher::kHostDomainPolicyName,
45 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(
109 base::WeakPtrFactory<PolicyWatcher> weak_factory_;
fake_policy_watcher.cc 14 : PolicyWatcher(task_runner) {
fake_policy_watcher.h 13 class FakePolicyWatcher : public PolicyWatcher {
policy_watcher_linux.cc 48 class PolicyWatcherLinux : public PolicyWatcher {
52 : PolicyWatcher(task_runner),
247 PolicyWatcher* PolicyWatcher::Create(
policy_watcher_win.cc 42 public PolicyWatcher,
47 : PolicyWatcher(task_runner),
219 PolicyWatcher* PolicyWatcher::Create(
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 272 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_;
449 // already loaded so PolicyWatcher has to be started here. Separate policy
453 policy_hack::PolicyWatcher::Create(context_->file_task_runner()));
748 if (policies->GetString(policy_hack::PolicyWatcher::kHostDomainPolicyName,
754 policy_hack::PolicyWatcher::kHostRequireCurtainPolicyName,
759 policy_hack::PolicyWatcher::kHostMatchUsernamePolicyName,
763 if (policies->GetBoolean(policy_hack::PolicyWatcher::kNatPolicyName,
768 policy_hack::PolicyWatcher::kHostTalkGadgetPrefixPolicyName,
774 policy_hack::PolicyWatcher::kHostTokenUrlPolicyName,
777 policy_hack::PolicyWatcher::kHostTokenValidationUrlPolicyName
    [all...]
  /external/chromium_org/remoting/host/plugin/
host_script_object.cc 186 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_;
245 policy_hack::PolicyWatcher::Create(host_context_->network_task_runner()));
506 if (policies->GetBoolean(policy_hack::PolicyWatcher::kNatPolicyName,
511 if (policies->GetString(policy_hack::PolicyWatcher::kHostDomainPolicyName,
    [all...]

Completed in 61 milliseconds