OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
38
KioskAutolaunchScreenHandler
::
KioskAutolaunchScreenHandler
()
46
KioskAutolaunchScreenHandler
::~
KioskAutolaunchScreenHandler
() {
53
void
KioskAutolaunchScreenHandler
::Show() {
62
void
KioskAutolaunchScreenHandler
::SetDelegate(Delegate* delegate) {
68
void
KioskAutolaunchScreenHandler
::UpdateKioskApp() {
92
void
KioskAutolaunchScreenHandler
::DeclareLocalizedValues(
101
void
KioskAutolaunchScreenHandler
::Initialize() {
111
void
KioskAutolaunchScreenHandler
::RegisterMessages()
[
all
...]
Completed in 22 milliseconds