OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocallyManagedUserCreationFlow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_flow.cc
26
LocallyManagedUserCreationFlow
::
LocallyManagedUserCreationFlow
(
33
LocallyManagedUserCreationFlow
::~
LocallyManagedUserCreationFlow
() {}
35
bool
LocallyManagedUserCreationFlow
::ShouldShowSettings() {
39
bool
LocallyManagedUserCreationFlow
::ShouldLaunchBrowser() {
43
bool
LocallyManagedUserCreationFlow
::ShouldSkipPostLoginScreens() {
47
void
LocallyManagedUserCreationFlow
::HandleOAuthTokenStatusChange(
65
bool
LocallyManagedUserCreationFlow
::HandleLoginFailure(
74
bool
LocallyManagedUserCreationFlow
::HandlePasswordChangeDetected()
[
all
...]
locally_managed_user_creation_flow.h
18
class
LocallyManagedUserCreationFlow
: public ExtendedUserFlow {
20
explicit
LocallyManagedUserCreationFlow
(const std::string& manager_id);
21
virtual ~
LocallyManagedUserCreationFlow
();
46
DISALLOW_COPY_AND_ASSIGN(
LocallyManagedUserCreationFlow
);
Completed in 602 milliseconds