Searched defs:current_stage_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dcontroller_pairing_screen.h60 Stage current_stage_; member in class:chromeos::ControllerPairingScreen
H A Dhost_pairing_screen.h58 Stage current_stage_; member in class:chromeos::HostPairingScreen
H A Dcontroller_pairing_screen.cc24 current_stage_(ControllerPairingController::STAGE_NONE),
46 DCHECK(stage == current_stage_);
47 if (current_stage_ != stage)
49 << ", current stage: " << current_stage_; local
50 return stage == current_stage_;
73 DCHECK(new_stage != current_stage_);
138 current_stage_ = new_stage;
/external/chromium_org/components/pairing/
H A Dfake_host_pairing_controller.h61 Stage current_stage_; member in class:pairing_chromeos::FakeHostPairingController
H A Dbluetooth_controller_pairing_controller.h110 Stage current_stage_; member in class:pairing_chromeos::BluetoothControllerPairingController
H A Dbluetooth_host_pairing_controller.h103 Stage current_stage_; member in class:pairing_chromeos::BluetoothHostPairingController
H A Dfake_controller_pairing_controller.h98 Stage current_stage_; member in class:pairing_chromeos::FakeControllerPairingController
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.h63 size_t current_stage_; member in class:cc::PictureLayerImpl::LayerRasterTileIterator

Completed in 999 milliseconds