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

  /external/chromium_org/remoting/host/policy_hack/
policy_watcher.h 75 static const char kHostAllowClientPairing[];
policy_watcher.cc 104 const char PolicyWatcher::kHostAllowClientPairing[] =
137 default_values_->SetBoolean(kHostAllowClientPairing, true);
policy_watcher_unittest.cc 72 pairing_true_.SetBoolean(PolicyWatcher::kHostAllowClientPairing, true);
73 pairing_false_.SetBoolean(PolicyWatcher::kHostAllowClientPairing, false);
158 dict.SetBoolean(PolicyWatcher::kHostAllowClientPairing, true);
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc     [all...]

Completed in 32 milliseconds