Home
last modified time | relevance | path

Searched refs:STAGE_NONE (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/components/pairing/
Dfake_controller_pairing_controller.cc21 : current_stage_(STAGE_NONE), in FakeControllerPairingController()
23 connection_lost_begin_(STAGE_NONE), in FakeControllerPairingController()
24 connection_lost_end_(STAGE_NONE), in FakeControllerPairingController()
73 connection_lost_begin_ = connection_lost_end_ = STAGE_NONE; in ApplyConfig()
161 CHECK(current_stage_ == STAGE_NONE); in StartPairing()
289 Stage next_stage = STAGE_NONE; in PairingStageChanged()
326 connection_lost_end_ = STAGE_NONE; in PairingStageChanged()
333 connection_lost_begin_ = STAGE_NONE; in PairingStageChanged()
336 if (next_stage != STAGE_NONE) in PairingStageChanged()
Dbluetooth_host_pairing_controller.cc24 : current_stage_(STAGE_NONE), in BluetoothHostPairingController()
109 ChangeStage(STAGE_NONE); in Reset()
219 DCHECK_EQ(current_stage_, STAGE_NONE); in OnSetDiscoverable()
345 DCHECK_EQ(current_stage_, STAGE_NONE); in StartPairing()
Dfake_host_pairing_controller.cc27 : current_stage_(STAGE_NONE), in FakeHostPairingController()
106 CHECK(current_stage_ == STAGE_NONE); in StartPairing()
Dhost_pairing_controller.h17 STAGE_NONE, enumerator
Dcontroller_pairing_controller.h26 STAGE_NONE, enumerator
Dbluetooth_controller_pairing_controller.cc25 : current_stage_(STAGE_NONE), in BluetoothControllerPairingController()
237 DCHECK(current_stage_ == STAGE_NONE || in StartPairing()
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dhost_pairing_screen.cc23 current_stage_(HostPairingController::STAGE_NONE) { in HostPairingScreen()
64 case HostPairingController::STAGE_NONE: in PairingStageChanged()
Dcontroller_pairing_screen.cc24 current_stage_(ControllerPairingController::STAGE_NONE), in ControllerPairingScreen()
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Doperation.cc52 stage_ = image_writer_api::STAGE_NONE; in Cancel()
235 return stage_ == image_writer_api::STAGE_NONE; in Start()