HomeSort by relevance Sort by last modified time
    Searched refs:HostPairingScreenActor (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/screens/
host_pairing_screen_actor.cc 29 HostPairingScreenActor::HostPairingScreenActor() {
32 HostPairingScreenActor::~HostPairingScreenActor() {
host_pairing_screen_actor.h 38 class HostPairingScreenActor {
43 virtual void OnActorDestroyed(HostPairingScreenActor* actor) = 0;
46 HostPairingScreenActor();
47 virtual ~HostPairingScreenActor();
55 DISALLOW_COPY_AND_ASSIGN(HostPairingScreenActor);
host_pairing_screen.h 19 public HostPairingScreenActor::Delegate {
21 HostPairingScreen(ScreenObserver* observer, HostPairingScreenActor* actor,
46 virtual void OnActorDestroyed(HostPairingScreenActor* actor) OVERRIDE;
52 HostPairingScreenActor* actor_;
host_pairing_screen.cc 18 HostPairingScreenActor* actor,
128 void HostPairingScreen::OnActorDestroyed(HostPairingScreenActor* actor) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
host_pairing_screen_handler.h 15 class HostPairingScreenHandler : public HostPairingScreenActor,
31 // Overridden from HostPairingScreenActor:
37 HostPairingScreenActor::Delegate* delegate_;
oobe_ui.h 28 class HostPairingScreenActor;
117 virtual HostPairingScreenActor* GetHostPairingScreenActor() OVERRIDE;
199 HostPairingScreenActor* host_pairing_screen_actor_;
oobe_ui.cc 384 HostPairingScreenActor* OobeUI::GetHostPairingScreenActor() {
  /external/chromium_org/chrome/browser/chromeos/login/ui/
oobe_display.h 23 class HostPairingScreenActor;
89 virtual HostPairingScreenActor* GetHostPairingScreenActor() = 0;

Completed in 543 milliseconds