Home | History | Annotate | Download | only in multi_user

Lines Matching refs:Profile

10 class Profile;
18 // Get the user id from a given profile.
19 std::string GetUserIDFromProfile(Profile* profile);
24 // Get a profile for a given user id.
25 Profile* GetProfileFromUserID(const std::string& user_id);
27 // Get a profile for a |window|. Returns NULL if window belongs to no profile.
28 Profile* GetProfileFromWindow(aura::Window* window);
30 // Check if the given profile is from the currently active user. Note that since
33 bool IsProfileFromActiveUser(Profile* profile);