OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoginUIService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/signin/
login_ui_service.cc
22
LoginUIService
::
LoginUIService
(Profile* profile)
26
LoginUIService
::~
LoginUIService
() {}
28
void
LoginUIService
::AddObserver(
LoginUIService
::Observer* observer) {
32
void
LoginUIService
::RemoveObserver(
LoginUIService
::Observer* observer) {
36
void
LoginUIService
::SetLoginUI(LoginUI* ui) {
42
void
LoginUIService
::LoginUIClosed(LoginUI* ui)
[
all
...]
login_ui_service.h
15
// The
LoginUIService
helps track per-profile information for the login UI -
17
class
LoginUIService
: public BrowserContextKeyedService {
19
// Various UI components implement this API to allow
LoginUIService
to
33
// Interface for obervers of
LoginUIService
.
48
explicit
LoginUIService
(Profile* profile);
49
virtual ~
LoginUIService
();
81
DISALLOW_COPY_AND_ASSIGN(
LoginUIService
);
Completed in 143 milliseconds