Searched refs:Stage (Results 1 - 25 of 38) sorted by path

12

/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen.cc127 void EnrollmentScreen::PairingStageChanged(Stage new_stage) {
H A Denrollment_screen.h41 typedef pairing_chromeos::HostPairingController::Stage Stage; typedef in class:chromeos::EnrollmentScreen
70 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dcontroller_pairing_screen.cc45 bool ControllerPairingScreen::ExpectStageIs(Stage stage) const {
72 void ControllerPairingScreen::PairingStageChanged(Stage new_stage) {
H A Dcontroller_pairing_screen.h29 typedef pairing_chromeos::ControllerPairingController::Stage Stage; typedef in class:chromeos::ControllerPairingScreen
32 bool ExpectStageIs(Stage stage) const;
41 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
60 Stage current_stage_;
H A Dhost_pairing_screen.cc61 void HostPairingScreen::PairingStageChanged(Stage new_stage) {
H A Dhost_pairing_screen.h26 typedef pairing_chromeos::HostPairingController::Stage Stage; typedef in class:chromeos::HostPairingScreen
37 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
58 Stage current_stage_;
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller_new.h91 enum Stage { enum in class:chromeos::SupervisedUserCreationControllerNew
174 Stage stage_;
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_injection_browsertest.cc37 enum Stage { enum in namespace:extensions::__anon3622
209 Stage stage_;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc65 image_writer_api::Stage Operation::GetStage() {
204 void Operation::SetStage(image_writer_api::Stage stage) {
H A Doperation.h73 image_writer_api::Stage GetStage();
113 void SetStage(image_writer_api::Stage stage);
204 image_writer_api::Stage stage_;
H A Doperation_manager.cc153 image_writer_api::Stage stage,
184 image_writer_api::Stage stage,
H A Doperation_manager.h78 image_writer_api::Stage stage,
85 image_writer_api::Stage stage,
H A Dtest_utils.h45 image_writer_api::Stage stage,
52 image_writer_api::Stage stage,
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_message_bubble_view.h51 enum Stage { STAGE_START, STAGE_HIGHLIGHTED, STAGE_COMPLETE }; enum in class:extensions::ExtensionMessageBubbleFactory
127 Stage stage_;
/external/chromium_org/components/pairing/
H A Dbluetooth_controller_pairing_controller.cc46 void BluetoothControllerPairingController::ChangeStage(Stage new_stage) {
230 ControllerPairingController::Stage
H A Dbluetooth_controller_pairing_controller.h36 void ChangeStage(Stage new_stage);
63 virtual Stage GetCurrentStage() OVERRIDE;
110 Stage current_stage_;
H A Dbluetooth_host_pairing_controller.cc40 void BluetoothHostPairingController::ChangeStage(Stage new_stage) {
340 HostPairingController::Stage BluetoothHostPairingController::GetCurrentStage() {
H A Dbluetooth_host_pairing_controller.h41 void ChangeStage(Stage new_stage);
67 virtual Stage GetCurrentStage() OVERRIDE;
103 Stage current_stage_;
H A Dcontroller_pairing_controller.h25 enum Stage { enum in class:pairing_chromeos::ControllerPairingController
48 virtual void PairingStageChanged(Stage new_stage) = 0;
64 virtual Stage GetCurrentStage() = 0;
H A Dfake_controller_pairing_controller.cc70 connection_lost_begin_ = static_cast<Stage>(begin);
71 connection_lost_end_ = static_cast<Stage>(end);
111 void FakeControllerPairingController::SetShouldLoseConnection(Stage stage_begin,
112 Stage stage_end) {
155 ControllerPairingController::Stage
228 void FakeControllerPairingController::ChangeStage(Stage new_stage) {
235 void FakeControllerPairingController::ChangeStageLater(Stage new_stage) {
288 void FakeControllerPairingController::PairingStageChanged(Stage new_stage) {
289 Stage next_stage = STAGE_NONE;
H A Dfake_controller_pairing_controller.h56 void SetShouldLoseConnection(Stage stage_begin, Stage stage_end);
69 virtual Stage GetCurrentStage() OVERRIDE;
87 void ChangeStage(Stage new_stage);
88 void ChangeStageLater(Stage new_stage);
94 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
98 Stage current_stage_;
106 Stage connection_lost_begin_;
107 Stage connection_lost_end_;
H A Dfake_host_pairing_controller.cc77 void FakeHostPairingController::ChangeStage(Stage new_stage) {
84 void FakeHostPairingController::ChangeStageLater(Stage new_stage) {
101 HostPairingController::Stage FakeHostPairingController::GetCurrentStage() {
134 void FakeHostPairingController::PairingStageChanged(Stage new_stage) {
H A Dfake_host_pairing_controller.h39 virtual Stage GetCurrentStage() OVERRIDE;
48 void ChangeStage(Stage new_stage);
49 void ChangeStageLater(Stage new_stage);
52 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
61 Stage current_stage_;
H A Dhost_pairing_controller.h16 enum Stage { enum in class:pairing_chromeos::HostPairingController
43 virtual void PairingStageChanged(Stage new_stage) = 0;
63 virtual Stage GetCurrentStage() = 0;
H A Dshark_connection_listener.cc25 void SharkConnectionListener::PairingStageChanged(Stage new_stage) {

Completed in 724 milliseconds

12