Home | History | Annotate | Download | only in signin

Lines Matching refs:Profile

13 class Profile;
67 // |profile|, and notifies the |observer| on status changes. |observer| must
69 SigninTracker(Profile* profile, Observer* observer);
78 static bool AreServiceTokensLoaded(Profile* profile);
80 // Returns the sign in state for |profile|. If the profile is not signed in,
84 static LoginState GetSigninState(Profile* profile,
98 // The profile whose signin status we are tracking.
99 Profile* profile_;