Home
last modified time | relevance | path

Searched refs:aHasBattery (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DGfxInfo.h26 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
H A DGfxInfo.mm117 NS_IMETHODIMP GfxInfo::GetHasBattery(bool* aHasBattery) { return NS_ERROR_NOT_IMPLEMENTED; }
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DGfxInfoX11.h24 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
H A DGfxInfoBase.cpp796 inline bool MatchingBattery(BatteryStatus aBatteryStatus, bool aHasBattery) { in MatchingBattery() argument
801 return !aHasBattery; in MatchingBattery()
803 return aHasBattery; in MatchingBattery()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DGfxInfo.h28 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DGfxInfo.h28 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DGfxInfo.h28 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DGfxInfo.h33 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
H A DGfxInfo.cpp130 nsresult GfxInfo::GetHasBattery(bool* aHasBattery) { in GetHasBattery() argument
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DGfxInfo.h27 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/
H A DGfxInfo.h35 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
H A DGfxInfo.cpp146 nsresult GfxInfo::GetHasBattery(bool* aHasBattery) { in GetHasBattery() argument
/dports/www/firefox/firefox-99.0/widget/android/
H A DGfxInfo.h35 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/www/firefox-esr/firefox-91.8.0/widget/android/
H A DGfxInfo.h35 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DGfxInfo.h26 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DGfxInfo.h26 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DGfxInfo.h26 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DGfxInfo.h30 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/www/firefox/firefox-99.0/widget/windows/
H A DGfxInfo.h30 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DGfxInfo.h30 NS_IMETHOD GetHasBattery(bool* aHasBattery) override;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/tests/gtest/
H A DTestConfigManager.cpp51 NS_IMETHOD GetHasBattery(bool* aHasBattery) override { in GetHasBattery() argument
55 *aHasBattery = *mHasBattery; in GetHasBattery()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DGfxInfoBase.cpp897 inline bool MatchingBattery(BatteryStatus aBatteryStatus, bool aHasBattery) { in MatchingBattery() argument
902 return !aHasBattery; in MatchingBattery()
904 return aHasBattery; in MatchingBattery()
/dports/www/firefox/firefox-99.0/widget/
H A DGfxInfoBase.cpp903 inline bool MatchingBattery(BatteryStatus aBatteryStatus, bool aHasBattery) { in MatchingBattery() argument
908 return !aHasBattery; in MatchingBattery()
910 return aHasBattery; in MatchingBattery()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DGfxInfoBase.cpp897 inline bool MatchingBattery(BatteryStatus aBatteryStatus, bool aHasBattery) { in MatchingBattery() argument
902 return !aHasBattery; in MatchingBattery()
904 return aHasBattery; in MatchingBattery()
/dports/www/firefox/firefox-99.0/gfx/tests/gtest/
H A DTestConfigManager.cpp70 NS_IMETHOD GetHasBattery(bool* aHasBattery) override { in GetHasBattery() argument
74 *aHasBattery = *mHasBattery; in GetHasBattery()

12