Home
last modified time | relevance | path

Searched refs:host_pairing_controller_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
Dwizard_controller.cc340 if (!host_pairing_controller_) { in CreateScreen()
341 host_pairing_controller_.reset( in CreateScreen()
343 host_pairing_controller_->StartPairing(); in CreateScreen()
347 host_pairing_controller_.get()); in CreateScreen()
441 host_pairing_controller_.get()); in ShowEnrollmentScreen()
1267 host_pairing_controller_ = pairing_controller.Pass(); in OnSharkConnected()
Dwizard_controller.h404 scoped_ptr<pairing_chromeos::HostPairingController> host_pairing_controller_; variable