Searched defs:ProfileList (Results 1 - 3 of 3) 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);
/external/chromium_org/chromeos/network/
H A Dnetwork_profile_handler.h33 typedef std::vector<NetworkProfile> ProfileList; typedef in class:chromeos::NetworkProfileHandler
75 ProfileList profiles_;
/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 193 milliseconds