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

  /external/chromium_org/chromeos/pairing/
fake_controller_pairing_flow.cc 22 connection_lost_begin_(STAGE_NONE),
69 connection_lost_begin_ = static_cast<Stage>(begin);
72 connection_lost_begin_ = connection_lost_end_ = STAGE_NONE;
112 connection_lost_begin_ = stage_begin;
319 if (new_stage == connection_lost_begin_) {
320 connection_lost_begin_ = STAGE_NONE;
fake_controller_pairing_flow.h 102 Stage connection_lost_begin_; member in class:chromeos::FakeControllerPairingFlow

Completed in 108 milliseconds