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

  /external/chromium_org/chrome/browser/ui/webui/signin/
login_ui_service.cc 24 LoginUIService::LoginUIService(Profile* profile)
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::LoginUIClosed(LoginUI* ui)
    [all...]
login_ui_service.h 16 // The LoginUIService helps track per-profile information for the login related
18 class LoginUIService : public 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 58 milliseconds