Home
last modified time | relevance | path

Searched refs:failureprefname (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DGfxInfoBase.cpp188 nsCString failureprefname(prefname); in GetPrefValueForFeature() local
189 failureprefname += ".failureid"; in GetPrefValueForFeature()
190 nsAdoptingCString failureValue = Preferences::GetCString(failureprefname.get()); in GetPrefValueForFeature()
209 nsCString failureprefname(prefname); in SetPrefValueForFeature() local
210 failureprefname += ".failureid"; in SetPrefValueForFeature()
211 Preferences::SetCString(failureprefname.get(), aFailureId); in SetPrefValueForFeature()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DGfxInfoBase.cpp210 nsCString failureprefname(prefname); in GetPrefValueForFeature() local
211 failureprefname += ".failureid"; in GetPrefValueForFeature()
213 nsresult rv = Preferences::GetCString(failureprefname.get(), failureValue); in GetPrefValueForFeature()
230 nsCString failureprefname(prefname); in SetPrefValueForFeature() local
231 failureprefname += ".failureid"; in SetPrefValueForFeature()
232 Preferences::SetCString(failureprefname.get(), aFailureId); in SetPrefValueForFeature()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DGfxInfoBase.cpp235 nsCString failureprefname(prefname); in GetPrefValueForFeature() local
236 failureprefname += ".failureid"; in GetPrefValueForFeature()
238 nsresult rv = Preferences::GetCString(failureprefname.get(), failureValue); in GetPrefValueForFeature()
259 nsCString failureprefname(prefname); in SetPrefValueForFeature() local
260 failureprefname += ".failureid"; in SetPrefValueForFeature()
261 Preferences::SetCString(failureprefname.get(), aFailureId); in SetPrefValueForFeature()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DGfxInfoBase.cpp263 nsCString failureprefname(prefname); in GetPrefValueForFeature() local
264 failureprefname += ".failureid"; in GetPrefValueForFeature()
266 nsresult rv = Preferences::GetCString(failureprefname.get(), failureValue); in GetPrefValueForFeature()
286 nsCString failureprefname(prefname); in SetPrefValueForFeature() local
287 failureprefname += ".failureid"; in SetPrefValueForFeature()
288 Preferences::SetCString(failureprefname.get(), aFailureId); in SetPrefValueForFeature()
/dports/www/firefox/firefox-99.0/widget/
H A DGfxInfoBase.cpp266 nsCString failureprefname(prefname); in GetPrefValueForFeature() local
267 failureprefname += ".failureid"; in GetPrefValueForFeature()
269 nsresult rv = Preferences::GetCString(failureprefname.get(), failureValue); in GetPrefValueForFeature()
289 nsCString failureprefname(prefname); in SetPrefValueForFeature() local
290 failureprefname += ".failureid"; in SetPrefValueForFeature()
291 Preferences::SetCString(failureprefname.get(), aFailureId); in SetPrefValueForFeature()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DGfxInfoBase.cpp263 nsCString failureprefname(prefname); in GetPrefValueForFeature() local
264 failureprefname += ".failureid"; in GetPrefValueForFeature()
266 nsresult rv = Preferences::GetCString(failureprefname.get(), failureValue); in GetPrefValueForFeature()
286 nsCString failureprefname(prefname); in SetPrefValueForFeature() local
287 failureprefname += ".failureid"; in SetPrefValueForFeature()
288 Preferences::SetCString(failureprefname.get(), aFailureId); in SetPrefValueForFeature()