Home
last modified time | relevance | path

Searched refs:kHostAllowClientPairing (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/policy_hack/
Dpolicy_watcher.cc104 const char PolicyWatcher::kHostAllowClientPairing[] = member in remoting::policy_hack::PolicyWatcher
137 default_values_->SetBoolean(kHostAllowClientPairing, true); in PolicyWatcher()
Dpolicy_watcher.h75 static const char kHostAllowClientPairing[]; variable
Dpolicy_watcher_unittest.cc72 pairing_true_.SetBoolean(PolicyWatcher::kHostAllowClientPairing, true); in SetUp()
73 pairing_false_.SetBoolean(PolicyWatcher::kHostAllowClientPairing, false); in SetUp()
158 dict.SetBoolean(PolicyWatcher::kHostAllowClientPairing, true); in SetDefaults()
/external/chromium_org/remoting/host/
Dremoting_me2me_host.cc1190 policy_hack::PolicyWatcher::kHostAllowClientPairing, in OnPairingPolicyUpdate()