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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
controller_pairing_screen.h 17 class ControllerPairingScreen :
22 ControllerPairingScreen(
26 virtual ~ControllerPairingScreen();
66 DISALLOW_COPY_AND_ASSIGN(ControllerPairingScreen);
controller_pairing_screen.cc 17 ControllerPairingScreen::ControllerPairingScreen(
30 ControllerPairingScreen::~ControllerPairingScreen() {
36 void ControllerPairingScreen::CommitContextChanges() {
45 bool ControllerPairingScreen::ExpectStageIs(Stage stage) const {
53 void ControllerPairingScreen::PrepareToShow() {
56 void ControllerPairingScreen::Show() {
62 void ControllerPairingScreen::Hide() {
67 std::string ControllerPairingScreen::GetName() const
    [all...]

Completed in 302 milliseconds