Home
last modified time | relevance | path

Searched refs:mProfiles (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/widget/
H A Dscenetoolrun.cpp15 if (mSelected==mProfiles.end()) in adjustToolTips()
37 for (std::set<std::string>::const_iterator iter (mProfiles.begin()); iter!=mProfiles.end(); in updatePanel()
87 if (mSelected!=mProfiles.end()) in activate()
95 if (iter!=mProfiles.end()) in removeProfile()
99 if (iter!=mProfiles.begin()) in removeProfile()
105 mProfiles.erase (iter); in removeProfile()
107 if (mSelected==mProfiles.end()) in removeProfile()
118 if (iter==mProfiles.end()) in addProfile()
120 mProfiles.insert (profile); in addProfile()
122 if (mSelected==mProfiles.end()) in addProfile()
[all …]
H A Dscenetoolrun.hpp19 std::set<std::string> mProfiles; member in CSVWidget::SceneToolRun
/dports/audio/flacon/flacon-8.2.0/gui/preferences/profilespage/
H A Dprofilespage.cpp74 return mProfiles; in profiles()
82 mProfiles = value; in setProfiles()
86 for (const Profile &profile : qAsConst(mProfiles)) { in setProfiles()
105 mProfiles.update(mProfile); in syncProfile()
139 int n = mProfiles.indexOf(current->data(PROFILE_ID_ROLE).toString()); in profileListSelected()
141 mProfile = (n > -1) ? mProfiles[n] : Profile(); in profileListSelected()
156 for (Profile &p : mProfiles) { in profileItemChanged()
190 mProfiles.append(profile); in addProfile()
192 setProfiles(mProfiles); in addProfile()
205 int n = (mProfiles.indexOf(mProfile.id())); in deleteProfile()
[all …]
H A Dprofilespage.h55 mutable Profiles mProfiles; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/browser/java/org/chromium/weblayer_private/
H A DProfileManager.java14 private final Map<String, ProfileImpl> mProfiles = new HashMap<>(); field in ProfileManager
19 ProfileImpl existingProfile = mProfiles.get(name); in getProfile()
24 ProfileImpl profile = new ProfileImpl(name, () -> mProfiles.remove(name)); in getProfile()
25 mProfiles.put(name, profile); in getProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/signin/
H A DProfileDownloader.java67 private final ArrayList<Profile> mProfiles; field in ProfileDownloader.PendingProfileDownloads
72 mProfiles = new ArrayList<>(); in PendingProfileDownloads()
89 mProfiles.add(profile); in pendProfileDownload()
101 mProfiles.get(0), mAccountIds.get(0), mImageSidePixels.get(0), true); in onSystemAccountsSeedingComplete()
102 mProfiles.remove(0); in onSystemAccountsSeedingComplete()
111 mProfiles.clear(); in onSystemAccountsChanged()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/include/
H A DOgreTerrainMaterialGenerator.h215 virtual const ProfileList& getProfiles() const { return mProfiles; } in getProfiles()
222 for (ProfileList::iterator i = mProfiles.begin(); i != mProfiles.end(); ++i) in setActiveProfile()
247 if (!mActiveProfile && !mProfiles.empty()) in getActiveProfile()
248 mActiveProfile = mProfiles[0]; in getActiveProfile()
397 ProfileList mProfiles;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/include/
H A DOgreTerrainMaterialGenerator.h216 virtual const ProfileList& getProfiles() const { return mProfiles; } in getProfiles()
223 for (ProfileList::iterator i = mProfiles.begin(); i != mProfiles.end(); ++i) in setActiveProfile()
248 if (!mActiveProfile && !mProfiles.empty()) in getActiveProfile()
249 mActiveProfile = mProfiles[0]; in getActiveProfile()
398 ProfileList mProfiles;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/
H A DContactDetailsSection.java33 private List<AutofillProfile> mProfiles; field in ContactDetailsSection
51 mProfiles = new ArrayList<AutofillProfile>(unmodifiableProfiles); in ContactDetailsSection()
100 for (int i = 0; i < mProfiles.size(); ++i) { in createContactListFromAutofillProfiles()
101 AutofillContact contact = createAutofillContactFromProfile(mProfiles.get(i)); in createContactListFromAutofillProfiles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/java/org/chromium/weblayer_private/
H A DProfileManager.java14 private final Map<String, ProfileImpl> mProfiles = new HashMap<>(); field in ProfileManager
33 return isIncognito ? mIncognitoProfiles : mProfiles; in getMapForProfileType()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/include/
H A DOgreGLSLESCgProgram.h76 const StringVector& getProfiles(void) const { return mProfiles; } in getProfiles()
81 StringVector mProfiles; variable
/dports/audio/flacon/flacon-8.2.0/
H A Dsettings.cpp562 if (mProfiles.isEmpty()) { in profiles()
566 return mProfiles; in profiles()
574 if (mProfiles.isEmpty()) { in profiles()
578 return mProfiles; in profiles()
595 mProfiles << profile; in loadProfiles()
627 mProfiles.clear(); in setProfiles()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESCgProgram.cpp311 mProfiles.clear(); in setProfiles()
316 mProfiles.push_back(*i); in setProfiles()
324 iend = mProfiles.end(); in isSyntaxSupported()
326 for (i = mProfiles.begin(); i != iend; ++i) in isSyntaxSupported()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/include/
H A DOgreGLSLESCgProgram.h76 const StringVector& getProfiles(void) const { return mProfiles; } in getProfiles()
81 StringVector mProfiles; variable
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/CgProgramManager/include/
H A DOgreCgProgram.h103 StringVector mProfiles; variable
148 const StringVector& getProfiles(void) const { return mProfiles; } in getProfiles()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/CgProgramManager/include/
H A DOgreCgProgram.h97 StringVector mProfiles; variable
143 const StringVector& getProfiles(void) const { return mProfiles; } in getProfiles()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESCgProgram.cpp430 mProfiles.clear(); in setProfiles()
435 mProfiles.push_back(*i); in setProfiles()
443 iend = mProfiles.end(); in isSyntaxSupported()
445 for (i = mProfiles.begin(); i != iend; ++i) in isSyntaxSupported()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/profile/
H A DnsToolkitProfileService.cpp144 nsToolkitProfileService::gService->mProfiles.getLast(); in nsToolkitProfile()
150 nsToolkitProfileService::gService->mProfiles.insertBack(this); in nsToolkitProfile()
241 nsToolkitProfileService::gService->mProfiles.getLast(); in RemoveInternal()
405 mProfiles.clear(); in ~nsToolkitProfileService()
969 *aResult = new ProfileEnumerator(mProfiles.getFirst()); in GetProfiles()
1420 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in SelectStartupProfile()
1512 mProfiles.getFirst() == mProfiles.getLast()) { in SelectStartupProfile()
1646 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in GetProfileByName()
1663 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in GetProfileByDir()
1923 for (nsToolkitProfile* profile : mProfiles) { in GetProfileCount()
/dports/www/firefox/firefox-99.0/toolkit/profile/
H A DnsToolkitProfileService.cpp243 nsToolkitProfileService::gService->mProfiles.getLast(); in nsToolkitProfile()
249 nsToolkitProfileService::gService->mProfiles.insertBack(this); in nsToolkitProfile()
340 nsToolkitProfileService::gService->mProfiles.getLast(); in RemoveInternal()
505 mProfiles.clear(); in ~nsToolkitProfileService()
1067 *aResult = new ProfileEnumerator(mProfiles.getFirst()); in GetProfiles()
1494 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in SelectStartupProfile()
1586 mProfiles.getFirst() == mProfiles.getLast()) { in SelectStartupProfile()
1720 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in GetProfileByName()
1737 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in GetProfileByDir()
1999 for (nsToolkitProfile* profile : mProfiles) { in GetProfileCount()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/profile/
H A DnsToolkitProfileService.cpp239 nsToolkitProfileService::gService->mProfiles.getLast(); in nsToolkitProfile()
245 nsToolkitProfileService::gService->mProfiles.insertBack(this); in nsToolkitProfile()
336 nsToolkitProfileService::gService->mProfiles.getLast(); in RemoveInternal()
501 mProfiles.clear(); in ~nsToolkitProfileService()
1063 *aResult = new ProfileEnumerator(mProfiles.getFirst()); in GetProfiles()
1506 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in SelectStartupProfile()
1598 mProfiles.getFirst() == mProfiles.getLast()) { in SelectStartupProfile()
1732 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in GetProfileByName()
1749 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in GetProfileByDir()
2016 for (nsToolkitProfile* profile : mProfiles) { in GetProfileCount()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/profile/
H A DnsToolkitProfileService.cpp239 nsToolkitProfileService::gService->mProfiles.getLast(); in nsToolkitProfile()
245 nsToolkitProfileService::gService->mProfiles.insertBack(this); in nsToolkitProfile()
336 nsToolkitProfileService::gService->mProfiles.getLast(); in RemoveInternal()
501 mProfiles.clear(); in ~nsToolkitProfileService()
1063 *aResult = new ProfileEnumerator(mProfiles.getFirst()); in GetProfiles()
1506 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in SelectStartupProfile()
1598 mProfiles.getFirst() == mProfiles.getLast()) { in SelectStartupProfile()
1732 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in GetProfileByName()
1749 for (RefPtr<nsToolkitProfile> profile : mProfiles) { in GetProfileByDir()
2016 for (nsToolkitProfile* profile : mProfiles) { in GetProfileCount()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainMaterialGenerator.cpp67 for (ProfileList::iterator i = mProfiles.begin(); i != mProfiles.end(); ++i) in ~TerrainMaterialGenerator()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainMaterialGenerator.cpp66 for (ProfileList::iterator i = mProfiles.begin(); i != mProfiles.end(); ++i) in ~TerrainMaterialGenerator()
/dports/www/firefox-esr/firefox-91.8.0/dom/vr/
H A DXRInputSource.h68 nsTArray<nsString> mProfiles; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/vr/
H A DXRInputSource.h68 nsTArray<nsString> mProfiles; variable

12