Searched refs:PairingStageChanged (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/components/pairing/
H A Dshark_connection_listener.cc25 void SharkConnectionListener::PairingStageChanged(Stage new_stage) { function in class:pairing_chromeos::SharkConnectionListener
H A Dshark_connection_listener.h32 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
H A Dcontroller_pairing_controller.h48 virtual void PairingStageChanged(Stage new_stage) = 0;
H A Dfake_host_pairing_controller.h52 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
H A Dhost_pairing_controller.h43 virtual void PairingStageChanged(Stage new_stage) = 0;
H A Dfake_host_pairing_controller.cc81 FOR_EACH_OBSERVER(Observer, observers_, PairingStageChanged(new_stage));
134 void FakeHostPairingController::PairingStageChanged(Stage new_stage) { function in class:pairing_chromeos::FakeHostPairingController
H A Dfake_controller_pairing_controller.h94 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
H A Dfake_controller_pairing_controller.cc232 FOR_EACH_OBSERVER(Observer, observers_, PairingStageChanged(new_stage));
288 void FakeControllerPairingController::PairingStageChanged(Stage new_stage) { function in class:pairing_chromeos::FakeControllerPairingController
H A Dbluetooth_host_pairing_controller.cc44 FOR_EACH_OBSERVER(Observer, observers_, PairingStageChanged(new_stage));
H A Dbluetooth_controller_pairing_controller.cc51 PairingStageChanged(new_stage));
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dhost_pairing_screen.cc49 PairingStageChanged(controller_->GetCurrentStage());
61 void HostPairingScreen::PairingStageChanged(Stage new_stage) { function in class:chromeos::HostPairingScreen
H A Dcontroller_pairing_screen.h41 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
H A Dhost_pairing_screen.h37 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
H A Dcontroller_pairing_screen.cc72 void ControllerPairingScreen::PairingStageChanged(Stage new_stage) { function in class:chromeos::ControllerPairingScreen
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen.h70 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
H A Denrollment_screen.cc127 void EnrollmentScreen::PairingStageChanged(Stage new_stage) { function in class:chromeos::EnrollmentScreen

Completed in 2777 milliseconds