Home | History | Annotate | Download | only in login

Lines Matching refs:Profile

14 class Profile;
29 // Called after profile is loaded and prepared for the session.
30 virtual void OnProfilePrepared(Profile* profile) = 0;
33 // Called after post-profile RLZ initialization.
34 virtual void OnRlzInitialized(Profile* profile) {}
59 virtual void DoBrowserLaunch(Profile* profile,
62 // Loads and prepares profile for the session. Fires |delegate| in the end.
96 // holds reference to login profile and is later used during fetching of
103 virtual void RestoreAuthenticationSession(Profile* profile) = 0;
109 virtual void InitRlzDelayed(Profile* user_profile) = 0;