PolicyWatcher      69 remoting/host/it2me/it2me_host.cc       policy_hack::PolicyWatcher::Create(host_context_->network_task_runner()));
PolicyWatcher     319 remoting/host/it2me/it2me_host.cc   if (policies->GetBoolean(policy_hack::PolicyWatcher::kNatPolicyName,
PolicyWatcher     324 remoting/host/it2me/it2me_host.cc   if (policies->GetString(policy_hack::PolicyWatcher::kHostDomainPolicyName,
PolicyWatcher      25 remoting/host/it2me/it2me_host.h class PolicyWatcher;
PolicyWatcher     150 remoting/host/it2me/it2me_host.h   scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_;
PolicyWatcher      14 remoting/host/policy_hack/fake_policy_watcher.cc     : PolicyWatcher(task_runner) {
PolicyWatcher      13 remoting/host/policy_hack/fake_policy_watcher.h class FakePolicyWatcher : public PolicyWatcher {
PolicyWatcher      62 remoting/host/policy_hack/policy_watcher.cc   if (from->GetString(PolicyWatcher::kHostDebugOverridePoliciesName,
PolicyWatcher      77 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kNatPolicyName[] =
PolicyWatcher      80 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostRequireTwoFactorPolicyName[] =
PolicyWatcher      83 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostDomainPolicyName[] =
PolicyWatcher      86 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostMatchUsernamePolicyName[] =
PolicyWatcher      89 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostTalkGadgetPrefixPolicyName[] =
PolicyWatcher      92 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostRequireCurtainPolicyName[] =
PolicyWatcher      95 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostTokenUrlPolicyName[] =
PolicyWatcher      98 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostTokenValidationUrlPolicyName[] =
PolicyWatcher     101 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostTokenValidationCertIssuerPolicyName[] =
PolicyWatcher     104 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostAllowClientPairing[] =
PolicyWatcher     107 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostAllowGnubbyAuthPolicyName[] =
PolicyWatcher     110 remoting/host/policy_hack/policy_watcher.cc const char PolicyWatcher::kHostDebugOverridePoliciesName[] =
PolicyWatcher     113 remoting/host/policy_hack/policy_watcher.cc PolicyWatcher::PolicyWatcher(
PolicyWatcher     143 remoting/host/policy_hack/policy_watcher.cc PolicyWatcher::~PolicyWatcher() {
PolicyWatcher     146 remoting/host/policy_hack/policy_watcher.cc void PolicyWatcher::StartWatching(const PolicyCallback& policy_callback) {
PolicyWatcher     149 remoting/host/policy_hack/policy_watcher.cc                            base::Bind(&PolicyWatcher::StartWatching,
PolicyWatcher     159 remoting/host/policy_hack/policy_watcher.cc void PolicyWatcher::StopWatching(base::WaitableEvent* done) {
PolicyWatcher     162 remoting/host/policy_hack/policy_watcher.cc                            base::Bind(&PolicyWatcher::StopWatching,
PolicyWatcher     174 remoting/host/policy_hack/policy_watcher.cc void PolicyWatcher::ScheduleFallbackReloadTask() {
PolicyWatcher     180 remoting/host/policy_hack/policy_watcher.cc void PolicyWatcher::ScheduleReloadTask(const base::TimeDelta& delay) {
PolicyWatcher     184 remoting/host/policy_hack/policy_watcher.cc       base::Bind(&PolicyWatcher::Reload, weak_factory_.GetWeakPtr()),
PolicyWatcher     188 remoting/host/policy_hack/policy_watcher.cc const base::DictionaryValue& PolicyWatcher::Defaults() const {
PolicyWatcher     192 remoting/host/policy_hack/policy_watcher.cc bool PolicyWatcher::OnPolicyWatcherThread() const {
PolicyWatcher     196 remoting/host/policy_hack/policy_watcher.cc void PolicyWatcher::UpdatePolicies(
PolicyWatcher      24 remoting/host/policy_hack/policy_watcher.h class PolicyWatcher {
PolicyWatcher      30 remoting/host/policy_hack/policy_watcher.h   explicit PolicyWatcher(
PolicyWatcher      32 remoting/host/policy_hack/policy_watcher.h   virtual ~PolicyWatcher();
PolicyWatcher      46 remoting/host/policy_hack/policy_watcher.h   static PolicyWatcher* Create(
PolicyWatcher     113 remoting/host/policy_hack/policy_watcher.h   base::WeakPtrFactory<PolicyWatcher> weak_factory_;
PolicyWatcher      48 remoting/host/policy_hack/policy_watcher_linux.cc class PolicyWatcherLinux : public PolicyWatcher {
PolicyWatcher      52 remoting/host/policy_hack/policy_watcher_linux.cc       : PolicyWatcher(task_runner),
PolicyWatcher     247 remoting/host/policy_hack/policy_watcher_linux.cc PolicyWatcher* PolicyWatcher::Create(
PolicyWatcher      30 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_true_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
PolicyWatcher      31 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_false_.SetBoolean(PolicyWatcher::kNatPolicyName, false);
PolicyWatcher      32 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_one_.SetInteger(PolicyWatcher::kNatPolicyName, 1);
PolicyWatcher      33 remoting/host/policy_hack/policy_watcher_unittest.cc     domain_empty_.SetString(PolicyWatcher::kHostDomainPolicyName,
PolicyWatcher      35 remoting/host/policy_hack/policy_watcher_unittest.cc     domain_full_.SetString(PolicyWatcher::kHostDomainPolicyName, kHostDomain);
PolicyWatcher      37 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_true_others_default_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
PolicyWatcher      39 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_false_others_default_.SetBoolean(PolicyWatcher::kNatPolicyName, false);
PolicyWatcher      41 remoting/host/policy_hack/policy_watcher_unittest.cc     domain_empty_others_default_.SetString(PolicyWatcher::kHostDomainPolicyName,
PolicyWatcher      44 remoting/host/policy_hack/policy_watcher_unittest.cc     domain_full_others_default_.SetString(PolicyWatcher::kHostDomainPolicyName,
PolicyWatcher      46 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_true_domain_empty_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
PolicyWatcher      47 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_true_domain_empty_.SetString(PolicyWatcher::kHostDomainPolicyName,
PolicyWatcher      49 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_true_domain_full_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
PolicyWatcher      50 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_true_domain_full_.SetString(PolicyWatcher::kHostDomainPolicyName,
PolicyWatcher      52 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_false_domain_empty_.SetBoolean(PolicyWatcher::kNatPolicyName, false);
PolicyWatcher      53 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_false_domain_empty_.SetString(PolicyWatcher::kHostDomainPolicyName,
PolicyWatcher      55 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_false_domain_full_.SetBoolean(PolicyWatcher::kNatPolicyName, false);
PolicyWatcher      56 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_false_domain_full_.SetString(PolicyWatcher::kHostDomainPolicyName,
PolicyWatcher      60 remoting/host/policy_hack/policy_watcher_unittest.cc         PolicyWatcher::kNatPolicyName, true);
PolicyWatcher      62 remoting/host/policy_hack/policy_watcher_unittest.cc         PolicyWatcher::kHostDomainPolicyName, std::string());
PolicyWatcher      68 remoting/host/policy_hack/policy_watcher_unittest.cc     nat_true_and_overridden_.SetBoolean(PolicyWatcher::kNatPolicyName, true);
PolicyWatcher      70 remoting/host/policy_hack/policy_watcher_unittest.cc         PolicyWatcher::kHostDebugOverridePoliciesName,
PolicyWatcher      72 remoting/host/policy_hack/policy_watcher_unittest.cc     pairing_true_.SetBoolean(PolicyWatcher::kHostAllowClientPairing, true);
PolicyWatcher      73 remoting/host/policy_hack/policy_watcher_unittest.cc     pairing_false_.SetBoolean(PolicyWatcher::kHostAllowClientPairing, false);
PolicyWatcher      74 remoting/host/policy_hack/policy_watcher_unittest.cc     gnubby_auth_true_.SetBoolean(PolicyWatcher::kHostAllowGnubbyAuthPolicyName,
PolicyWatcher      76 remoting/host/policy_hack/policy_watcher_unittest.cc     gnubby_auth_false_.SetBoolean(PolicyWatcher::kHostAllowGnubbyAuthPolicyName,
PolicyWatcher      81 remoting/host/policy_hack/policy_watcher_unittest.cc         PolicyWatcher::kNatPolicyName, false);
PolicyWatcher      83 remoting/host/policy_hack/policy_watcher_unittest.cc         PolicyWatcher::kHostDebugOverridePoliciesName,
PolicyWatcher     105 remoting/host/policy_hack/policy_watcher_unittest.cc   PolicyWatcher::PolicyCallback policy_callback_;
PolicyWatcher     132 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetBoolean(PolicyWatcher::kNatPolicyName, true);
PolicyWatcher     133 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetBoolean(PolicyWatcher::kHostRequireTwoFactorPolicyName, false);
PolicyWatcher     134 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetString(PolicyWatcher::kHostDomainPolicyName, std::string());
PolicyWatcher     135 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetBoolean(PolicyWatcher::kHostMatchUsernamePolicyName, false);
PolicyWatcher     136 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetString(PolicyWatcher::kHostTalkGadgetPrefixPolicyName,
PolicyWatcher     138 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetBoolean(PolicyWatcher::kHostRequireCurtainPolicyName, false);
PolicyWatcher     139 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetString(PolicyWatcher::kHostTokenUrlPolicyName, std::string());
PolicyWatcher     140 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetString(PolicyWatcher::kHostTokenValidationUrlPolicyName,
PolicyWatcher     142 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetString(PolicyWatcher::kHostTokenValidationCertIssuerPolicyName,
PolicyWatcher     144 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetBoolean(PolicyWatcher::kHostAllowClientPairing, true);
PolicyWatcher     145 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetBoolean(PolicyWatcher::kHostAllowGnubbyAuthPolicyName, true);
PolicyWatcher     147 remoting/host/policy_hack/policy_watcher_unittest.cc     dict.SetString(PolicyWatcher::kHostDebugOverridePoliciesName, "");
PolicyWatcher      42 remoting/host/policy_hack/policy_watcher_win.cc   public PolicyWatcher,
PolicyWatcher      47 remoting/host/policy_hack/policy_watcher_win.cc       : PolicyWatcher(task_runner),
PolicyWatcher     219 remoting/host/policy_hack/policy_watcher_win.cc PolicyWatcher* PolicyWatcher::Create(
PolicyWatcher     288 remoting/host/remoting_me2me_host.cc   scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_;
PolicyWatcher     474 remoting/host/remoting_me2me_host.cc         policy_hack::PolicyWatcher::Create(context_->file_task_runner()));
PolicyWatcher     820 remoting/host/remoting_me2me_host.cc   if (policies->GetString(policy_hack::PolicyWatcher::kHostDomainPolicyName,
PolicyWatcher     826 remoting/host/remoting_me2me_host.cc           policy_hack::PolicyWatcher::kHostRequireCurtainPolicyName,
PolicyWatcher     831 remoting/host/remoting_me2me_host.cc       policy_hack::PolicyWatcher::kHostMatchUsernamePolicyName,
PolicyWatcher     835 remoting/host/remoting_me2me_host.cc   if (policies->GetBoolean(policy_hack::PolicyWatcher::kNatPolicyName,
PolicyWatcher     840 remoting/host/remoting_me2me_host.cc           policy_hack::PolicyWatcher::kHostTalkGadgetPrefixPolicyName,
PolicyWatcher     847 remoting/host/remoting_me2me_host.cc           policy_hack::PolicyWatcher::kHostTokenUrlPolicyName,
PolicyWatcher     850 remoting/host/remoting_me2me_host.cc           policy_hack::PolicyWatcher::kHostTokenValidationUrlPolicyName,
PolicyWatcher     853 remoting/host/remoting_me2me_host.cc           policy_hack::PolicyWatcher::kHostTokenValidationCertIssuerPolicyName,
PolicyWatcher     860 remoting/host/remoting_me2me_host.cc           policy_hack::PolicyWatcher::kHostAllowClientPairing,
PolicyWatcher     865 remoting/host/remoting_me2me_host.cc           policy_hack::PolicyWatcher::kHostAllowGnubbyAuthPolicyName,