OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KioskEnableScreen
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/screens/
kiosk_enable_screen.cc
14
KioskEnableScreen
::
KioskEnableScreen
(ScreenObserver* observer,
22
KioskEnableScreen
::~
KioskEnableScreen
() {
27
void
KioskEnableScreen
::Show() {
32
std::string
KioskEnableScreen
::GetName() const {
36
void
KioskEnableScreen
::OnExit() {
40
void
KioskEnableScreen
::OnActorDestroyed(KioskEnableScreenActor* actor) {
kiosk_enable_screen.h
19
class
KioskEnableScreen
: public WizardScreen,
22
KioskEnableScreen
(ScreenObserver* observer, KioskEnableScreenActor* actor);
23
virtual ~
KioskEnableScreen
();
38
DISALLOW_COPY_AND_ASSIGN(
KioskEnableScreen
);
/external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.h
40
class
KioskEnableScreen
;
137
KioskEnableScreen
* GetKioskEnableScreen();
314
scoped_ptr<
KioskEnableScreen
> kiosk_enable_screen_;
wizard_controller.cc
298
chromeos::
KioskEnableScreen
* WizardController::GetKioskEnableScreen() {
301
new chromeos::
KioskEnableScreen
(
[
all
...]
Completed in 158 milliseconds