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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
controller_pairing_screen_handler.h 14 class ControllerPairingScreenHandler : public ControllerPairingScreenActor,
17 ControllerPairingScreenHandler();
18 virtual ~ControllerPairingScreenHandler();
41 DISALLOW_COPY_AND_ASSIGN(ControllerPairingScreenHandler);
controller_pairing_screen_handler.cc 25 ControllerPairingScreenHandler::ControllerPairingScreenHandler()
29 ControllerPairingScreenHandler::~ControllerPairingScreenHandler() {
34 void ControllerPairingScreenHandler::HandleUserActed(
41 void ControllerPairingScreenHandler::HandleContextChanged(
48 void ControllerPairingScreenHandler::Initialize() {
58 void ControllerPairingScreenHandler::DeclareLocalizedValues(
105 void ControllerPairingScreenHandler::RegisterMessages() {
107 &ControllerPairingScreenHandler::HandleUserActed)
    [all...]

Completed in 372 milliseconds