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 74 static const char kHostAllowClientPairing[];
policy_watcher.cc 101 const char PolicyWatcher::kHostAllowClientPairing[] =
123 default_values_->SetBoolean(kHostAllowClientPairing, true);
policy_watcher_unittest.cc 71 pairing_true_.SetBoolean(PolicyWatcher::kHostAllowClientPairing, true);
72 pairing_false_.SetBoolean(PolicyWatcher::kHostAllowClientPairing, false);
135 dict.SetBoolean(PolicyWatcher::kHostAllowClientPairing, true);
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 783 policy_hack::PolicyWatcher::kHostAllowClientPairing,
    [all...]

Completed in 28 milliseconds