Home | History | Annotate | Download | only in profiles

Lines Matching refs:index

29   virtual base::Time GetProfileActiveTimeAtIndex(size_t index) const = 0;
31 virtual base::string16 GetNameOfProfileAtIndex(size_t index) const = 0;
34 size_t index) const = 0;
36 virtual base::FilePath GetPathOfProfileAtIndex(size_t index) const = 0;
38 virtual base::string16 GetUserNameOfProfileAtIndex(size_t index) const = 0;
41 size_t index) const = 0;
44 size_t index) const = 0;
46 // Returns true if the profile at the given index is currently running any
49 size_t index) const = 0;
51 virtual base::string16 GetGAIANameOfProfileAtIndex(size_t index) const = 0;
54 size_t index) const = 0;
57 size_t index) const = 0;
60 virtual bool IsUsingGAIAPictureOfProfileAtIndex(size_t index) const = 0;
62 virtual bool ProfileIsSupervisedAtIndex(size_t index) const = 0;
66 virtual bool IsOmittedProfileAtIndex(size_t index) const = 0;
69 size_t index) const = 0;
72 virtual bool ProfileIsSigninRequiredAtIndex(size_t index) const = 0;
75 virtual bool ProfileIsEphemeralAtIndex(size_t index) const = 0;
80 virtual bool ProfileIsUsingDefaultNameAtIndex(size_t index) const = 0;
83 virtual bool ProfileIsUsingDefaultAvatarAtIndex(size_t index) const = 0;