Home
last modified time | relevance | path

Searched defs:aPref (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxPrefs.cpp118 void gfxPrefs::PrefAddVarCache(bool* aVariable, const char* aPref, in PrefAddVarCache()
166 bool gfxPrefs::PrefGet(const char* aPref, bool aDefault) { in PrefGet()
171 int32_t gfxPrefs::PrefGet(const char* aPref, int32_t aDefault) { in PrefGet()
176 uint32_t gfxPrefs::PrefGet(const char* aPref, uint32_t aDefault) { in PrefGet()
181 float gfxPrefs::PrefGet(const char* aPref, float aDefault) { in PrefGet()
199 void gfxPrefs::PrefSet(const char* aPref, bool aValue) { in PrefSet()
204 void gfxPrefs::PrefSet(const char* aPref, int32_t aValue) { in PrefSet()
209 void gfxPrefs::PrefSet(const char* aPref, uint32_t aValue) { in PrefSet()
214 void gfxPrefs::PrefSet(const char* aPref, float aValue) { in PrefSet()
219 void gfxPrefs::PrefSet(const char* aPref, std::string aValue) { in PrefSet()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxPrefs.cpp130 const char* aPref, in PrefAddVarCache()
138 const char* aPref, in PrefAddVarCache()
146 const char* aPref, in PrefAddVarCache()
154 const char* aPref, in PrefAddVarCache()
161 bool gfxPrefs::PrefGet(const char* aPref, bool aDefault) in PrefGet()
167 int32_t gfxPrefs::PrefGet(const char* aPref, int32_t aDefault) in PrefGet()
179 float gfxPrefs::PrefGet(const char* aPref, float aDefault) in PrefGet()
185 void gfxPrefs::PrefSet(const char* aPref, bool aValue) in PrefSet()
191 void gfxPrefs::PrefSet(const char* aPref, int32_t aValue) in PrefSet()
197 void gfxPrefs::PrefSet(const char* aPref, uint32_t aValue) in PrefSet()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DMediaPrefs.cpp34 void MediaPrefs::PrefAddVarCache(bool* aVariable, const char* aPref, in PrefAddVarCache()
39 void MediaPrefs::PrefAddVarCache(int32_t* aVariable, const char* aPref, in PrefAddVarCache()
44 void MediaPrefs::PrefAddVarCache(uint32_t* aVariable, const char* aPref, in PrefAddVarCache()
49 void MediaPrefs::PrefAddVarCache(float* aVariable, const char* aPref, in PrefAddVarCache()
54 void MediaPrefs::PrefAddVarCache(AtomicBool* aVariable, const char* aPref, in PrefAddVarCache()
59 void MediaPrefs::PrefAddVarCache(AtomicInt32* aVariable, const char* aPref, in PrefAddVarCache()
64 void MediaPrefs::PrefAddVarCache(AtomicUint32* aVariable, const char* aPref, in PrefAddVarCache()
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/libpref/
H A DPreferences.cpp245 AssertNotAlreadyCached(const char* aPrefType, in AssertNotAlreadyCached()
756 Preferences::GetPreference(PrefSetting* aPref) in GetPreference()
1421 Preferences::GetCString(const char* aPref) in GetCString()
1430 Preferences::GetString(const char* aPref) in GetString()
1593 Preferences::ClearUser(const char* aPref) in ClearUser()
1602 Preferences::HasUserValue(const char* aPref) in HasUserValue()
1610 Preferences::GetType(const char* aPref) in GetType()
1630 const char* aPref) in AddWeakObserver()
1639 const char* aPref) in RemoveObserver()
1790 const char* aPref, in AddIntVarCache()
[all …]
H A DPreferences.h173 static nsresult GetUint(const char* aPref, uint32_t* aResult) in GetUint()
203 static nsresult SetUint(const char* aPref, uint32_t aValue) in SetUint()
308 static nsresult GetDefaultUint(const char* aPref, uint32_t* aResult) in GetDefaultUint()
319 static bool GetDefaultBool(const char* aPref, bool aFailedResult) in GetDefaultBool()
325 static int32_t GetDefaultInt(const char* aPref, int32_t aFailedResult) in GetDefaultInt()
330 static uint32_t GetDefaultUint(const char* aPref, uint32_t aFailedResult) in GetDefaultUint()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DMediaPrefs.cpp45 const char* aPref, in PrefAddVarCache()
52 const char* aPref, in PrefAddVarCache()
59 const char* aPref, in PrefAddVarCache()
66 const char* aPref, in PrefAddVarCache()
73 const char* aPref, in PrefAddVarCache()
/dports/www/firefox/firefox-99.0/modules/libpref/test/gtest/
H A DBasics.cpp47 str, [](const char* aPref) -> bool { return false; }); in TEST()
50 Preferences::SerializePreferences(str, [](const char* aPref) -> bool { in TEST()
/dports/www/firefox/firefox-99.0/toolkit/components/nimbus/test/gtest/
H A DNimbusFeatures_GetTest.cpp83 static void FooValueUpdated(const char* aPref, void* aUserData) { in FooValueUpdated()
93 static void BarRolloutValueUpdated(const char* aPref, void* aUserData) { in BarRolloutValueUpdated()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/nimbus/lib/
H A DNimbusFeatures.cpp13 nsACString& aPref) { in GetPrefName()
23 void NimbusFeatures::PreferencesCallback(const char* aPref, void* aData) { in PreferencesCallback()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/nimbus/lib/
H A DNimbusFeatures.cpp13 nsACString& aPref) { in GetPrefName()
23 void NimbusFeatures::PreferencesCallback(const char* aPref, void* aData) { in PreferencesCallback()
/dports/www/firefox-esr/firefox-91.8.0/modules/libpref/
H A DPreferences.h496 const char* aPref, void* aClosure, in UnregisterCallback()
502 const char* aPref, void* aClosure, in RegisterCallbackAndCall()
/dports/www/firefox/firefox-99.0/modules/libpref/
H A DPreferences.h504 const char* aPref, void* aClosure, in UnregisterCallback()
510 const char* aPref, void* aClosure, in RegisterCallbackAndCall()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/libpref/
H A DPreferences.h496 const char* aPref, void* aClosure, in UnregisterCallback()
502 const char* aPref, void* aClosure, in RegisterCallbackAndCall()
/dports/lang/spidermonkey78/firefox-78.9.0/modules/libpref/
H A DPreferences.h575 const char* aPref, void* aClosure, in UnregisterCallback()
581 const char* aPref, void* aClosure, in RegisterCallbackAndCall()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsNameSpaceManager.cpp259 void nsNameSpaceManager::PrefChanged(const char* aPref, void* aSelf) { in PrefChanged()
263 void nsNameSpaceManager::PrefChanged(const char* aPref) { in PrefChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsNameSpaceManager.cpp259 void nsNameSpaceManager::PrefChanged(const char* aPref, void* aSelf) { in PrefChanged()
263 void nsNameSpaceManager::PrefChanged(const char* aPref) { in PrefChanged()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsNameSpaceManager.cpp254 void nsNameSpaceManager::PrefChanged(const char* aPref, void* aSelf) { in PrefChanged()
258 void nsNameSpaceManager::PrefChanged(const char* aPref) { in PrefChanged()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsNameSpaceManager.cpp259 void nsNameSpaceManager::PrefChanged(const char* aPref, void* aSelf) { in PrefChanged()
263 void nsNameSpaceManager::PrefChanged(const char* aPref) { in PrefChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/image/build/
H A DnsImageModule.cpp26 static void UpdateContentViewerRegistration(const char* aPref, void* aData) { in UpdateContentViewerRegistration()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsXPLookAndFeel.cpp345 void nsXPLookAndFeel::InitFromPref(nsLookAndFeelIntPref* aPref) { in InitFromPref()
354 void nsXPLookAndFeel::InitFromPref(nsLookAndFeelFloatPref* aPref) { in InitFromPref()
385 void nsXPLookAndFeel::OnPrefChanged(const char* aPref, void* aClosure) { in OnPrefChanged()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsXPLookAndFeel.cpp303 void nsXPLookAndFeel::InitFromPref(nsLookAndFeelIntPref* aPref) { in InitFromPref()
312 void nsXPLookAndFeel::InitFromPref(nsLookAndFeelFloatPref* aPref) { in InitFromPref()
340 void nsXPLookAndFeel::OnPrefChanged(const char* aPref, void* aClosure) { in OnPrefChanged()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsXPLookAndFeel.cpp359 nsXPLookAndFeel::InitFromPref(nsLookAndFeelIntPref* aPref) in InitFromPref()
370 nsXPLookAndFeel::InitFromPref(nsLookAndFeelFloatPref* aPref) in InitFromPref()
402 nsXPLookAndFeel::OnPrefChanged(const char* aPref, void* aClosure) in OnPrefChanged()
/dports/www/firefox-esr/firefox-91.8.0/image/build/
H A DnsImageModule.cpp28 static void UpdateContentViewerRegistration(const char* aPref, void* aData) { in UpdateContentViewerRegistration()
/dports/www/firefox/firefox-99.0/image/build/
H A DnsImageModule.cpp28 static void UpdateContentViewerRegistration(const char* aPref, void* aData) { in UpdateContentViewerRegistration()
/dports/www/firefox/firefox-99.0/toolkit/components/antitracking/
H A DSettingsChangeObserver.cpp68 void SettingsChangeObserver::PrivacyPrefChanged(const char* aPref, in PrivacyPrefChanged()

12345678910>>...12