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

  /external/chromium_org/remoting/host/it2me/
it2me_host.h 117 // Shuts down |desktop_environment_factory_| and |policy_watcher_| on
150 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_; member in class:remoting::It2MeHost
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_unittest.cc 28 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_->SetPolicies(&domain_full_)
    [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
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 267 scoped_ptr<policy_hack::PolicyWatcher> policy_watcher_; member in class:remoting::HostProcess
446 // loading from policy verifications and move |policy_watcher_|
448 policy_watcher_.reset(
450 policy_watcher_->StartWatching(
    [all...]

Completed in 140 milliseconds