Searched refs:policy_watcher_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_unittest.cc28 policy_watcher_.reset(new FakePolicyWatcher(message_loop_proxy_));
85 policy_watcher_->StartWatching(policy_callback_);
91 policy_watcher_->StopWatching(&stop_event);
101 scoped_ptr<FakePolicyWatcher> policy_watcher_; member in class:remoting::policy_hack::PolicyWatcherTest
153 policy_watcher_->SetPolicies(&empty_);
162 policy_watcher_->SetPolicies(&nat_true_);
171 policy_watcher_->SetPolicies(&nat_false_);
180 policy_watcher_->SetPolicies(&nat_one_);
189 policy_watcher_->SetPolicies(&domain_empty_);
198 policy_watcher_
[all...]
/external/chromium_org/remoting/host/
H A Dremoting_me2me_host.cc272 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_; member in class:remoting::HostProcess
450 // loading from policy verifications and move |policy_watcher_|
452 policy_watcher_.reset(
454 policy_watcher_->StartWatching(
1102 if (policy_watcher_.get()) {
1104 policy_watcher_->StopWatching(&done_event);
1106 policy_watcher_.reset();
/external/chromium_org/remoting/host/plugin/
H A Dhost_script_object.cc156 // Shuts down |desktop_environment_factory_| and |policy_watcher_| on
186 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_; member in class:remoting::HostNPScriptObject::It2MeImpl
244 policy_watcher_.reset(
246 policy_watcher_->StartWatching(
440 if (policy_watcher_.get()) {
442 policy_watcher_->StopWatching(&policy_watcher_stopped_);
444 policy_watcher_.reset();
561 DCHECK(!policy_watcher_.get());
/external/chromium_org/net/dns/
H A Ddns_config_service_win.cc551 policy_watcher_.Watch(kPolicyPath, callback);
586 RegistryWatcher policy_watcher_; member in class:net::internal::DnsConfigServiceWin::Watcher

Completed in 79 milliseconds