Home
last modified time | relevance | path

Searched refs:mContentsScale (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DScreen.cpp27 mContentsScale(aContentsScale), in NS_IMPL_ISUPPORTS()
38 mContentsScale(aScreen.contentsScaleFactor()), in Screen()
49 mContentsScale(aOther.mContentsScale), in Screen()
56 mColorDepth, mContentsScale, mDefaultCssScale, mDPI); in ToScreenDetails()
101 *aOutScale = mContentsScale.scale; in GetContentsScaleFactor()
H A DScreen.h46 DesktopToLayoutDeviceScale mContentsScale; variable
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DScreen.cpp26 mContentsScale(aContentsScale), in NS_IMPL_ISUPPORTS()
37 mContentsScale(aScreen.contentsScaleFactor()), in Screen()
48 mContentsScale(aOther.mContentsScale), in Screen()
55 mColorDepth, mContentsScale, mDefaultCssScale, mDPI); in ToScreenDetails()
100 *aOutScale = mContentsScale.scale; in GetContentsScaleFactor()
H A DScreen.h46 DesktopToLayoutDeviceScale mContentsScale; variable
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DScreen.cpp27 mContentsScale(aContentsScale), in NS_IMPL_ISUPPORTS()
38 mContentsScale(aScreen.contentsScaleFactor()), in Screen()
49 mContentsScale(aOther.mContentsScale), in Screen()
56 mColorDepth, mContentsScale, mDefaultCssScale, mDPI); in ToScreenDetails()
101 *aOutScale = mContentsScale.scale; in GetContentsScaleFactor()
H A DScreen.h46 DesktopToLayoutDeviceScale mContentsScale; variable
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DScreen.cpp27 mContentsScale(aContentsScale), in NS_IMPL_ISUPPORTS()
38 mContentsScale(aScreen.contentsScaleFactor()), in Screen()
49 mContentsScale(aOther.mContentsScale), in Screen()
56 mColorDepth, mContentsScale, mDefaultCssScale, mDPI); in ToScreenDetails()
101 *aOutScale = mContentsScale.scale; in GetContentsScaleFactor()
H A DScreen.h46 DesktopToLayoutDeviceScale mContentsScale; variable
/dports/www/firefox/firefox-99.0/widget/
H A DScreen.cpp39 mContentsScale(aContentsScale), in Screen()
52 mContentsScale(aScreen.contentsScaleFactor()), in Screen()
65 mContentsScale(aOther.mContentsScale), in Screen()
74 mContentsScale, mDefaultCssScale, mDPI, in ToScreenDetails()
120 *aOutScale = mContentsScale.scale; in GetContentsScaleFactor()
H A DScreen.h56 const DesktopToLayoutDeviceScale mContentsScale; variable