Searched refs:current_stage_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/components/pairing/
H A Dfake_controller_pairing_controller.cc21 : current_stage_(STAGE_NONE),
157 return current_stage_;
161 CHECK(current_stage_ == STAGE_NONE);
167 CHECK(current_stage_ == STAGE_DEVICES_DISCOVERY);
173 CHECK(current_stage_ == STAGE_DEVICES_DISCOVERY);
180 CHECK(current_stage_ == STAGE_DEVICE_NOT_FOUND ||
181 current_stage_ == STAGE_ESTABLISHING_CONNECTION_ERROR ||
182 current_stage_ == STAGE_HOST_ENROLLMENT_ERROR);
187 CHECK(current_stage_ == STAGE_WAITING_FOR_CODE_CONFIRMATION);
201 CHECK(current_stage_
[all...]
H A Dbluetooth_controller_pairing_controller.cc25 : current_stage_(STAGE_NONE),
47 if (current_stage_ == new_stage)
49 current_stage_ = new_stage;
72 DCHECK_EQ(current_stage_, STAGE_DEVICES_DISCOVERY);
84 DCHECK_EQ(current_stage_, STAGE_DEVICES_DISCOVERY);
232 return current_stage_;
237 DCHECK(current_stage_ == STAGE_NONE ||
238 current_stage_ == STAGE_DEVICE_NOT_FOUND ||
239 current_stage_ == STAGE_ESTABLISHING_CONNECTION_ERROR ||
240 current_stage_
[all...]
H A Dfake_host_pairing_controller.cc27 : current_stage_(STAGE_NONE),
78 if (current_stage_ == new_stage)
80 current_stage_ = new_stage;
102 return current_stage_;
106 CHECK(current_stage_ == STAGE_NONE);
119 CHECK(current_stage_ == STAGE_WAITING_FOR_CODE_CONFIRMATION);
H A Dbluetooth_host_pairing_controller.cc24 : current_stage_(STAGE_NONE),
41 if (current_stage_ == new_stage)
43 current_stage_ = new_stage;
219 DCHECK_EQ(current_stage_, STAGE_NONE);
284 if (current_stage_ != STAGE_WAITING_FOR_CREDENTIALS) {
295 DCHECK_EQ(current_stage_, STAGE_ENROLLING);
308 if (current_stage_ != STAGE_PAIRING_DONE) {
341 return current_stage_;
345 DCHECK_EQ(current_stage_, STAGE_NONE);
363 DCHECK_EQ(current_stage_, STAGE_WAITING_FOR_CODE_CONFIRMATIO
[all...]
H A Dfake_host_pairing_controller.h61 Stage current_stage_; member in class:pairing_chromeos::FakeHostPairingController
H A Dfake_controller_pairing_controller.h98 Stage current_stage_; member in class:pairing_chromeos::FakeControllerPairingController
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
/external/chromium_org/chrome/browser/chromeos/login/screens/
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;
H A Dhost_pairing_screen.cc23 current_stage_(HostPairingController::STAGE_NONE) {
107 current_stage_ = new_stage;
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
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.cc1548 : layer_(NULL), current_stage_(arraysize(stages_)) {
1554 : layer_(layer), current_stage_(0) {
1559 current_stage_ = arraysize(stages_);
1566 current_stage_ = arraysize(stages_);
1606 IteratorType index = stages_[current_stage_].iterator_type;
1607 TilePriority::PriorityBin tile_type = stages_[current_stage_].tile_type;
1615 return current_stage_ < arraysize(stages_);
1621 IteratorType index = stages_[current_stage_].iterator_type;
1622 TilePriority::PriorityBin tile_type = stages_[current_stage_].tile_type;
1638 IteratorType index = stages_[current_stage_]
[all...]
H A Dpicture_layer_impl.h63 size_t current_stage_; member in class:cc::PictureLayerImpl::LayerRasterTileIterator

Completed in 752 milliseconds