Searched refs:ProfileList (Results 1 – 11 of 11) sorted by relevance
13 class ProfileList {15 virtual ~ProfileList() {} in ~ProfileList()17 static ProfileList* Create(ProfileInfoInterface* profile_cache);
26 class ProfileList; variable144 scoped_ptr<ProfileList> profile_list_;
24 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) { in Create()
16 class ProfileListDesktop : public ProfileList {
52 : profile_list_(ProfileList::Create(profile_cache)), in AvatarMenu()
78 var ProfileList = cr.ui.define('list');80 ProfileList.prototype = { class126 ProfileList: ProfileList
183 options.browser_options.ProfileList.decorate(profilesList);
104 for (ProfileList::const_iterator it = profiles_.begin(); in OnPropertyChanged()158 ProfileList::iterator found = std::find_if(profiles_.begin(), profiles_.end(), in RemoveProfile()170 ProfileList::const_iterator found = in GetProfileForPath()181 for (NetworkProfileHandler::ProfileList::const_iterator it = in GetProfileForUserhash()191 for (NetworkProfileHandler::ProfileList::const_iterator it = in GetDefaultUserProfile()
33 typedef std::vector<NetworkProfile> ProfileList; typedef76 ProfileList profiles_;
18 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) { in Create()
17 class ProfileListChromeOS : public ProfileList {