HomeSort by relevance Sort by last modified time
    Searched defs:ProfileList (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_list.h 13 class ProfileList {
15 virtual ~ProfileList() {}
17 static ProfileList* Create(ProfileInfoInterface* profile_cache);
  /external/chromium_org/chromeos/network/
network_profile_handler.h 33 typedef std::vector<NetworkProfile> ProfileList;
75 ProfileList profiles_;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgmt.c 44 cmsHPROFILE ProfileList[256];
61 ProfileList[i] = hProfiles[i];
68 ProfileList[nProfiles] = hLab;
74 xform = cmsCreateExtendedTransform(ContextID, nProfiles + 1, ProfileList,
303 cmsHPROFILE ProfileList[256];
335 ProfileList[i] = hProfiles[i];
342 ProfileList[nGamutPCSposition] = hLab;
357 ProfileList,

Completed in 453 milliseconds