Home
last modified time | relevance | path

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

/external/chromium_org/remoting/host/policy_hack/
Dpolicy_watcher.cc107 const char PolicyWatcher::kHostAllowGnubbyAuthPolicyName[] = member in remoting::policy_hack::PolicyWatcher
138 default_values_->SetBoolean(kHostAllowGnubbyAuthPolicyName, true); in PolicyWatcher()
Dpolicy_watcher.h78 static const char kHostAllowGnubbyAuthPolicyName[]; variable
Dpolicy_watcher_unittest.cc74 gnubby_auth_true_.SetBoolean(PolicyWatcher::kHostAllowGnubbyAuthPolicyName, in SetUp()
76 gnubby_auth_false_.SetBoolean(PolicyWatcher::kHostAllowGnubbyAuthPolicyName, in SetUp()
159 dict.SetBoolean(PolicyWatcher::kHostAllowGnubbyAuthPolicyName, true); in SetDefaults()
/external/chromium_org/remoting/host/
Dremoting_me2me_host.cc1207 policy_hack::PolicyWatcher::kHostAllowGnubbyAuthPolicyName, in OnGnubbyAuthPolicyUpdate()