Searched refs:OnActorDestroyed (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_check_screen_actor.h11 // Note, do not forget to call OnActorDestroyed in the dtor.
24 virtual void OnActorDestroyed(AutoEnrollmentCheckScreenActor* actor) = 0;
H A Dmock_auto_enrollment_check_screen.cc29 screen_->OnActorDestroyed(this);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dkiosk_autolaunch_screen_actor.h13 // Note, do not forget to call OnActorDestroyed in the dtor.
26 virtual void OnActorDestroyed(KioskAutolaunchScreenActor* actor) = 0;
H A Dkiosk_autostart_screen_actor.h13 // Note, do not forget to call OnActorDestroyed in the dtor.
26 virtual void OnActorDestroyed(KioskAutostartScreenActor* actor) = 0;
H A Dkiosk_enable_screen_actor.h13 // Note, do not forget to call OnActorDestroyed in the dtor.
26 virtual void OnActorDestroyed(KioskEnableScreenActor* actor) = 0;
H A Dreset_screen_actor.h13 // Note, do not forget to call OnActorDestroyed in the dtor.
26 virtual void OnActorDestroyed(ResetScreenActor* actor) = 0;
H A Dwrong_hwid_screen_actor.h13 // Note, do not forget to call OnActorDestroyed in the dtor.
26 virtual void OnActorDestroyed(WrongHWIDScreenActor* actor) = 0;
H A Dhid_detection_screen_actor.h15 // Note, do not forget to call OnActorDestroyed in the dtor.
28 virtual void OnActorDestroyed(HIDDetectionScreenActor* actor) = 0;
H A Dmock_eula_screen.cc31 delegate_->OnActorDestroyed(this);
H A Dmock_network_screen.cc27 delegate_->OnActorDestroyed(this);
H A Dmock_update_screen.cc27 screen_->OnActorDestroyed(this);
H A Deula_screen_actor.h16 // Views one. Note, do not forget to call OnActorDestroyed in the dtor.
41 virtual void OnActorDestroyed(EulaScreenActor* actor) = 0;
H A Dhid_detection_screen.cc46 void HIDDetectionScreen::OnActorDestroyed(HIDDetectionScreenActor* actor) { function in class:chromeos::HIDDetectionScreen
H A Dhid_detection_screen.h33 virtual void OnActorDestroyed(HIDDetectionScreenActor* actor) OVERRIDE;
H A Dhost_pairing_screen_actor.h43 virtual void OnActorDestroyed(HostPairingScreenActor* actor) = 0;
H A Dkiosk_autolaunch_screen.cc42 void KioskAutolaunchScreen::OnActorDestroyed( function in class:chromeos::KioskAutolaunchScreen
H A Dkiosk_autolaunch_screen.h34 virtual void OnActorDestroyed(KioskAutolaunchScreenActor* actor) OVERRIDE;
H A Dkiosk_enable_screen.cc40 void KioskEnableScreen::OnActorDestroyed(KioskEnableScreenActor* actor) { function in class:chromeos::KioskEnableScreen
H A Dkiosk_enable_screen.h33 virtual void OnActorDestroyed(KioskEnableScreenActor* actor) OVERRIDE;
H A Dnetwork_screen_actor.h19 virtual void OnActorDestroyed(NetworkScreenActor* actor) = 0;
H A Dreset_screen.h32 virtual void OnActorDestroyed(ResetScreenActor* actor) OVERRIDE;
H A Dterms_of_service_screen_actor.h27 virtual void OnActorDestroyed(TermsOfServiceScreenActor* actor) = 0;
H A Dwrong_hwid_screen.h33 virtual void OnActorDestroyed(WrongHWIDScreenActor* actor) OVERRIDE;
H A Deula_screen.h38 virtual void OnActorDestroyed(EulaScreenActor* actor) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dauto_enrollment_check_screen_handler.cc26 delegate_->OnActorDestroyed(this);

Completed in 224 milliseconds

123