HomeSort by relevance Sort by last modified time
    Searched defs:HostPairingScreen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/screens/
host_pairing_screen.cc 16 HostPairingScreen::HostPairingScreen(
28 HostPairingScreen::~HostPairingScreen() {
34 void HostPairingScreen::CommitContextChanges() {
43 void HostPairingScreen::PrepareToShow() {
46 void HostPairingScreen::Show() {
52 void HostPairingScreen::Hide() {
57 std::string HostPairingScreen::GetName() const {
61 void HostPairingScreen::PairingStageChanged(Stage new_stage)
    [all...]
host_pairing_screen.h 16 class HostPairingScreen :
21 HostPairingScreen(ScreenObserver* observer, HostPairingScreenActor* actor,
23 virtual ~HostPairingScreen();
60 DISALLOW_COPY_AND_ASSIGN(HostPairingScreen);

Completed in 51 milliseconds