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

  /external/chromium_org/components/pairing/
fake_host_pairing_controller.cc 28 enrollment_should_fail_(false),
58 enrollment_should_fail_ = dict["fail_enrollment"] == "1";
157 if (enrollment_should_fail_) {
158 enrollment_should_fail_ = false;
fake_host_pairing_controller.h 67 bool enrollment_should_fail_; member in class:pairing_chromeos::FakeHostPairingController
fake_controller_pairing_controller.cc 25 enrollment_should_fail_(false) {
54 enrollment_should_fail_ =
118 enrollment_should_fail_ = true;
316 if (enrollment_should_fail_) {
317 enrollment_should_fail_ = false;
fake_controller_pairing_controller.h 108 bool enrollment_should_fail_; member in class:pairing_chromeos::FakeControllerPairingController

Completed in 63 milliseconds