HomeSort by relevance Sort by last modified time
    Searched refs:policy_watcher_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_unittest.cc 29 policy_watcher_.reset(new FakePolicyWatcher(message_loop_proxy_));
97 policy_watcher_->StartWatching(policy_callback_);
103 policy_watcher_->StopWatching(&stop_event);
114 scoped_ptr<FakePolicyWatcher> policy_watcher_; member in class:remoting::policy_hack::PolicyWatcherTest
178 policy_watcher_->SetPolicies(&empty_);
187 policy_watcher_->SetPolicies(&nat_true_);
196 policy_watcher_->SetPolicies(&nat_false_);
205 policy_watcher_->SetPolicies(&nat_one_);
214 policy_watcher_->SetPolicies(&domain_empty_);
223 policy_watcher_->SetPolicies(&domain_full_)
    [all...]
  /external/chromium_org/remoting/host/it2me/
it2me_host.cc 69 policy_watcher_.reset(
71 policy_watcher_->StartWatching(
258 if (policy_watcher_.get()) {
260 policy_watcher_->StopWatching(&policy_watcher_stopped_);
262 policy_watcher_.reset();
369 DCHECK(!policy_watcher_.get());
it2me_host.h 123 // Shuts down |desktop_environment_factory_| and |policy_watcher_| on
156 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_; member in class:remoting::It2MeHost
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 291 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_; member in class:remoting::HostProcess
483 // loading from policy verifications and move |policy_watcher_|
485 policy_watcher_.reset(
487 policy_watcher_->StartWatching(
    [all...]
  /external/chromium_org/net/dns/
dns_config_service_win.cc 580 policy_watcher_.Watch(kPolicyPath, callback);
615 RegistryWatcher policy_watcher_; member in class:net::internal::DnsConfigServiceWin::Watcher

Completed in 47 milliseconds