Searched refs:ProfileList (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list.h13 class ProfileList { class
15 virtual ~ProfileList() {}
17 static ProfileList* Create(ProfileInfoInterface* profile_cache);
H A Dprofile_list_desktop.h18 class ProfileListDesktop : public ProfileList {
23 // ProfileList overrides:
H A Davatar_menu.h32 class ProfileList;
161 scoped_ptr<ProfileList> profile_list_;
H A Dprofile_list_desktop.cc24 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) {
H A Davatar_menu.cc54 : profile_list_(ProfileList::Create(profile_cache)),
/external/chromium_org/chrome/browser/resources/options/
H A Dbrowser_options_profile_list.js84 var ProfileList = cr.ui.define('list');
86 ProfileList.prototype = {
132 ProfileList: ProfileList
H A Dbrowser_options.js301 options.browser_options.ProfileList.decorate(profilesList);
/external/chromium_org/chromeos/network/
H A Dnetwork_profile_handler.h33 typedef std::vector<NetworkProfile> ProfileList; typedef in class:chromeos::NetworkProfileHandler
75 ProfileList profiles_;
H A Dnetwork_profile_handler.cc105 for (ProfileList::const_iterator it = profiles_.begin();
154 ProfileList::iterator found = std::find_if(profiles_.begin(), profiles_.end(),
166 ProfileList::const_iterator found =
177 for (NetworkProfileHandler::ProfileList::const_iterator it =
187 for (NetworkProfileHandler::ProfileList::const_iterator it =
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos.h17 class ProfileListChromeOS : public ProfileList {
22 // ProfileList overrides:
H A Dprofile_list_chromeos.cc19 ProfileList* ProfileList::Create(ProfileInfoInterface* profile_cache) {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgmt.c44 cmsHPROFILE ProfileList[256]; local
61 ProfileList[i] = hProfiles[i];
68 ProfileList[nProfiles] = hLab;
74 xform = cmsCreateExtendedTransform(ContextID, nProfiles + 1, ProfileList,
303 cmsHPROFILE ProfileList[256]; local
335 ProfileList[i] = hProfiles[i];
342 ProfileList[nGamutPCSposition] = hLab;
357 ProfileList,

Completed in 2003 milliseconds