Home | History | Annotate | Download | only in cloud

Lines Matching refs:Profile

14 class Profile;
21 // KeyedService to allow profile-based lifetime management.
26 // |profile| is profile associated with the invalidator. It is used to get
27 // a reference to the profile's invalidation service. Both the profile and
32 Profile* profile,
46 // The profile associated with the invalidator.
47 Profile* profile_;
49 // Used to register for notification that profile creation is complete.