OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EnterpriseEnrollmentView
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_view.h
31
class
EnterpriseEnrollmentView
: public views::View,
34
explicit
EnterpriseEnrollmentView
(EnterpriseEnrollmentController* controller);
35
virtual ~
EnterpriseEnrollmentView
();
78
DISALLOW_COPY_AND_ASSIGN(
EnterpriseEnrollmentView
);
enterprise_enrollment_view.cc
82
EnterpriseEnrollmentView
::
EnterpriseEnrollmentView
(
87
EnterpriseEnrollmentView
::~
EnterpriseEnrollmentView
() {}
89
void
EnterpriseEnrollmentView
::Init() {
113
void
EnterpriseEnrollmentView
::ShowConfirmationScreen() {
121
void
EnterpriseEnrollmentView
::ShowAuthError(
130
void
EnterpriseEnrollmentView
::ShowAccountError() {
134
void
EnterpriseEnrollmentView
::ShowFatalAuthError() {
138
void
EnterpriseEnrollmentView
::ShowFatalEnrollmentError()
[
all
...]
Completed in 2620 milliseconds