Home | History | Annotate | Download | only in login

Lines Matching refs:profile

16 class Profile;
27 // |profile| is the Profile whose cookie jar you want the cookies in.
28 explicit CookieFetcher(Profile* profile);
30 // |profile| is the Profile whose cookie jar you want the cookies in.
32 CookieFetcher(Profile* profile,
35 : profile_(profile),
59 Profile* profile_;