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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_autolaunch_screen_handler.h 17 class KioskAutolaunchScreenHandler : public KioskAutolaunchScreenActor,
21 KioskAutolaunchScreenHandler();
22 virtual ~KioskAutolaunchScreenHandler();
54 DISALLOW_COPY_AND_ASSIGN(KioskAutolaunchScreenHandler);
kiosk_autolaunch_screen_handler.cc 36 KioskAutolaunchScreenHandler::KioskAutolaunchScreenHandler()
44 KioskAutolaunchScreenHandler::~KioskAutolaunchScreenHandler() {
51 void KioskAutolaunchScreenHandler::Show() {
60 void KioskAutolaunchScreenHandler::SetDelegate(Delegate* delegate) {
66 void KioskAutolaunchScreenHandler::UpdateKioskApp() {
90 void KioskAutolaunchScreenHandler::DeclareLocalizedValues(
99 void KioskAutolaunchScreenHandler::Initialize() {
109 void KioskAutolaunchScreenHandler::RegisterMessages()
    [all...]

Completed in 4027 milliseconds