Searched defs:LoginUIService (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dlogin_ui_service.cc24 LoginUIService::LoginUIService(Profile* profile) function in class:LoginUIService
28 LoginUIService::~LoginUIService() {}
30 void LoginUIService::AddObserver(LoginUIService::Observer* observer) {
34 void LoginUIService::RemoveObserver(LoginUIService::Observer* observer) {
38 void LoginUIService::SetLoginUI(LoginUI* ui) {
44 void LoginUIService
[all...]
H A Dlogin_ui_service.h16 // The LoginUIService helps track per-profile information for the login related
18 class LoginUIService : public KeyedService { class in inherits:KeyedService
20 // Various UI components implement this API to allow LoginUIService to
34 // Interface for obervers of LoginUIService.
57 explicit LoginUIService(Profile* profile);
58 virtual ~LoginUIService();
104 DISALLOW_COPY_AND_ASSIGN(LoginUIService);

Completed in 117 milliseconds