Home
last modified time | relevance | path

Searched refs:ProfileList (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_list.h13 class ProfileList {
15 virtual ~ProfileList() {} in ~ProfileList()
17 static ProfileList* Create(ProfileInfoInterface* profile_cache);
Davatar_menu.h26 class ProfileList; variable
144 scoped_ptr<ProfileList> profile_list_;
Dprofile_list_desktop.cc24 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) { in Create()
Dprofile_list_desktop.h16 class ProfileListDesktop : public ProfileList {
Davatar_menu.cc52 : profile_list_(ProfileList::Create(profile_cache)), in AvatarMenu()
/external/chromium_org/chrome/browser/resources/options/
Dbrowser_options_profile_list.js78 var ProfileList = cr.ui.define('list');
80 ProfileList.prototype = { class
126 ProfileList: ProfileList
Dbrowser_options.js183 options.browser_options.ProfileList.decorate(profilesList);
/external/chromium_org/chromeos/network/
Dnetwork_profile_handler.cc104 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()
Dnetwork_profile_handler.h33 typedef std::vector<NetworkProfile> ProfileList; typedef
76 ProfileList profiles_;
/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_list_chromeos.cc18 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) { in Create()
Dprofile_list_chromeos.h17 class ProfileListChromeOS : public ProfileList {